diff --git a/c-api/abstract.po b/c-api/abstract.po index b11df7b9..3b331cf8 100644 --- a/c-api/abstract.po +++ b/c-api/abstract.po @@ -5,14 +5,14 @@ msgid "" msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-04-02 22:11+0200\n" +"POT-Creation-Date: 2019-01-03 16:57+0100\n" "PO-Revision-Date: 2018-10-17 19:31+0200\n" +"Last-Translator: \n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Last-Translator: \n" "X-Generator: Poedit 2.2\n" #: ../Doc/c-api/abstract.rst:7 diff --git a/copyright.po b/copyright.po index 026b87e9..e49ecaf9 100644 --- a/copyright.po +++ b/copyright.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-08 09:58+0100\n" -"PO-Revision-Date: 2018-07-23 22:39+0200\n" +"POT-Creation-Date: 2019-01-03 16:57+0100\n" +"PO-Revision-Date: 2019-01-03 16:59+0100\n" "Last-Translator: Julien Palard \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -23,9 +23,8 @@ msgid "Python and this documentation is:" msgstr "Python et cette documentation sont :" #: ../Doc/copyright.rst:7 -msgid "Copyright © 2001-2018 Python Software Foundation. All rights reserved." -msgstr "" -"Copyright © 2001-2018 *Python Software Foundation*. Tout droits réservés." +msgid "Copyright © 2001-2019 Python Software Foundation. All rights reserved." +msgstr "Copyright © 2001-2019 Python Software Foundation. Tout droits réservés." #: ../Doc/copyright.rst:9 msgid "Copyright © 2000 BeOpen.com. All rights reserved." diff --git a/library/asyncio-policy.po b/library/asyncio-policy.po index d4d5cc5e..70ebca61 100644 --- a/library/asyncio-policy.po +++ b/library/asyncio-policy.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Python 3.7\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-29 16:06+0100\n" +"POT-Creation-Date: 2019-01-03 16:57+0100\n" "PO-Revision-Date: 2018-11-29 18:26+0100\n" "Last-Translator: FULL NAME \n" "Language-Team: FRENCH \n" @@ -115,7 +115,7 @@ msgid "This function is Unix specific." msgstr "" #: ../Doc/library/asyncio-policy.rst:84 -msgid "Get the current child process watcher to *watcher*." +msgid "Set the current child process watcher to *watcher*." msgstr "" #: ../Doc/library/asyncio-policy.rst:89 diff --git a/library/asyncio-task.po b/library/asyncio-task.po index 5c536ed2..142b1eb6 100644 --- a/library/asyncio-task.po +++ b/library/asyncio-task.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-12 18:59+0200\n" +"POT-Creation-Date: 2019-01-03 16:57+0100\n" "PO-Revision-Date: 2018-10-13 11:37+0200\n" "Last-Translator: Julien Palard \n" "Language-Team: FRENCH \n" @@ -562,8 +562,8 @@ msgstr "" #: ../Doc/library/asyncio-task.rst:607 msgid "" -"Unlike other asyncio functions this functions requires the *loop* argument " -"to be passed explicitly." +"Unlike other asyncio functions this function requires the *loop* argument to " +"be passed explicitly." msgstr "" #: ../Doc/library/asyncio-task.rst:614 diff --git a/library/binascii.po b/library/binascii.po index 5086f3ed..b750514d 100644 --- a/library/binascii.po +++ b/library/binascii.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-28 15:29+0200\n" +"POT-Creation-Date: 2019-01-03 16:57+0100\n" "PO-Revision-Date: 2017-08-10 00:59+0200\n" "Last-Translator: Julien Palard \n" "Language-Team: FRENCH \n" @@ -163,7 +163,13 @@ msgid "" "returned bytes object is therefore twice as long as the length of *data*." msgstr "" -#: ../Doc/library/binascii.rst:159 +#: ../Doc/library/binascii.rst:155 +msgid "" +"Similar functionality (but returning a text string) is also conveniently " +"accessible using the :meth:`bytes.hex` method." +msgstr "" + +#: ../Doc/library/binascii.rst:161 msgid "" "Return the binary data represented by the hexadecimal string *hexstr*. This " "function is the inverse of :func:`b2a_hex`. *hexstr* must contain an even " @@ -171,45 +177,52 @@ msgid "" "an :exc:`Error` exception is raised." msgstr "" -#: ../Doc/library/binascii.rst:167 -msgid "Exception raised on errors. These are usually programming errors." +#: ../Doc/library/binascii.rst:166 +msgid "" +"Similar functionality (accepting only text string arguments, but more " +"liberal towards whitespace) is also accessible using the :meth:`bytes." +"fromhex` class method." msgstr "" #: ../Doc/library/binascii.rst:172 +msgid "Exception raised on errors. These are usually programming errors." +msgstr "" + +#: ../Doc/library/binascii.rst:177 msgid "" "Exception raised on incomplete data. These are usually not programming " "errors, but may be handled by reading a little more data and trying again." msgstr "" -#: ../Doc/library/binascii.rst:180 +#: ../Doc/library/binascii.rst:185 msgid "Module :mod:`base64`" msgstr "Module :mod:`base64`" -#: ../Doc/library/binascii.rst:179 +#: ../Doc/library/binascii.rst:184 msgid "" "Support for RFC compliant base64-style encoding in base 16, 32, 64, and 85." msgstr "" -#: ../Doc/library/binascii.rst:183 +#: ../Doc/library/binascii.rst:188 msgid "Module :mod:`binhex`" msgstr "Module :mod:`binhex`" -#: ../Doc/library/binascii.rst:183 +#: ../Doc/library/binascii.rst:188 msgid "Support for the binhex format used on the Macintosh." msgstr "" -#: ../Doc/library/binascii.rst:186 +#: ../Doc/library/binascii.rst:191 msgid "Module :mod:`uu`" msgstr "Module :mod:`uu`" -#: ../Doc/library/binascii.rst:186 +#: ../Doc/library/binascii.rst:191 msgid "Support for UU encoding used on Unix." msgstr "Gestion de l'encodage UU utilisé sur Unix." -#: ../Doc/library/binascii.rst:188 +#: ../Doc/library/binascii.rst:193 msgid "Module :mod:`quopri`" msgstr "Module :mod:`quopri`" -#: ../Doc/library/binascii.rst:189 +#: ../Doc/library/binascii.rst:194 msgid "Support for quoted-printable encoding used in MIME email messages." msgstr "" diff --git a/library/idle.po b/library/idle.po index 23108282..f6c98490 100644 --- a/library/idle.po +++ b/library/idle.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-24 14:22+0100\n" +"POT-Creation-Date: 2019-01-03 16:57+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: FRENCH \n" @@ -226,28 +226,28 @@ msgstr "" msgid "Redo the last undone change to the current window." msgstr "" -#: ../Doc/library/idle.rst:116 ../Doc/library/idle.rst:330 +#: ../Doc/library/idle.rst:116 ../Doc/library/idle.rst:336 msgid "Cut" msgstr "" -#: ../Doc/library/idle.rst:116 ../Doc/library/idle.rst:330 +#: ../Doc/library/idle.rst:116 ../Doc/library/idle.rst:336 msgid "" "Copy selection into the system-wide clipboard; then delete the selection." msgstr "" -#: ../Doc/library/idle.rst:119 ../Doc/library/idle.rst:333 +#: ../Doc/library/idle.rst:119 ../Doc/library/idle.rst:339 msgid "Copy" msgstr "" -#: ../Doc/library/idle.rst:119 ../Doc/library/idle.rst:333 +#: ../Doc/library/idle.rst:119 ../Doc/library/idle.rst:339 msgid "Copy selection into the system-wide clipboard." msgstr "" -#: ../Doc/library/idle.rst:122 ../Doc/library/idle.rst:336 +#: ../Doc/library/idle.rst:122 ../Doc/library/idle.rst:342 msgid "Paste" msgstr "" -#: ../Doc/library/idle.rst:122 ../Doc/library/idle.rst:336 +#: ../Doc/library/idle.rst:122 ../Doc/library/idle.rst:342 msgid "Insert contents of the system-wide clipboard into the current window." msgstr "" @@ -504,22 +504,39 @@ msgid "Restart the shell to clean the environment." msgstr "" #: ../Doc/library/idle.rst:239 -msgid "Interrupt Execution" +msgid "Previous History" msgstr "" #: ../Doc/library/idle.rst:239 -msgid "Stop a running program." +msgid "" +"Cycle through earlier commands in history which match the current entry." msgstr "" #: ../Doc/library/idle.rst:242 -msgid "Debug menu (Shell window only)" +msgid "Next History" msgstr "" -#: ../Doc/library/idle.rst:249 -msgid "Go to File/Line" +#: ../Doc/library/idle.rst:242 +msgid "Cycle through later commands in history which match the current entry." msgstr "" #: ../Doc/library/idle.rst:245 +msgid "Interrupt Execution" +msgstr "" + +#: ../Doc/library/idle.rst:245 +msgid "Stop a running program." +msgstr "" + +#: ../Doc/library/idle.rst:248 +msgid "Debug menu (Shell window only)" +msgstr "" + +#: ../Doc/library/idle.rst:255 +msgid "Go to File/Line" +msgstr "" + +#: ../Doc/library/idle.rst:251 msgid "" "Look on the current line. with the cursor, and the line above for a filename " "and line number. If found, open the file if not already open, and show the " @@ -528,45 +545,45 @@ msgid "" "Shell window and Output windows." msgstr "" -#: ../Doc/library/idle.rst:258 +#: ../Doc/library/idle.rst:264 msgid "Debugger (toggle)" msgstr "" -#: ../Doc/library/idle.rst:256 +#: ../Doc/library/idle.rst:262 msgid "" "When activated, code entered in the Shell or run from an Editor will run " "under the debugger. In the Editor, breakpoints can be set with the context " "menu. This feature is still incomplete and somewhat experimental." msgstr "" -#: ../Doc/library/idle.rst:262 +#: ../Doc/library/idle.rst:268 msgid "Stack Viewer" msgstr "" -#: ../Doc/library/idle.rst:261 +#: ../Doc/library/idle.rst:267 msgid "" "Show the stack traceback of the last exception in a tree widget, with access " "to locals and globals." msgstr "" -#: ../Doc/library/idle.rst:265 +#: ../Doc/library/idle.rst:271 msgid "Auto-open Stack Viewer" msgstr "" -#: ../Doc/library/idle.rst:265 +#: ../Doc/library/idle.rst:271 msgid "" "Toggle automatically opening the stack viewer on an unhandled exception." msgstr "" -#: ../Doc/library/idle.rst:268 +#: ../Doc/library/idle.rst:274 msgid "Options menu (Shell and Editor)" msgstr "" -#: ../Doc/library/idle.rst:276 +#: ../Doc/library/idle.rst:282 msgid "Configure IDLE" msgstr "" -#: ../Doc/library/idle.rst:271 +#: ../Doc/library/idle.rst:277 msgid "" "Open a configuration dialog and change preferences for the following: fonts, " "indentation, keybindings, text color themes, startup windows and size, " @@ -575,96 +592,96 @@ msgid "" "`Setting preferences ` under Help and preferences." msgstr "" -#: ../Doc/library/idle.rst:281 +#: ../Doc/library/idle.rst:287 msgid "Zoom/Restore Height" msgstr "" -#: ../Doc/library/idle.rst:279 +#: ../Doc/library/idle.rst:285 msgid "" "Toggles the window between normal size and maximum height. The initial size " "defaults to 40 lines by 80 chars unless changed on the General tab of the " "Configure IDLE dialog." msgstr "" -#: ../Doc/library/idle.rst:286 +#: ../Doc/library/idle.rst:292 msgid "Show/Hide Code Context (Editor Window only)" msgstr "" -#: ../Doc/library/idle.rst:284 +#: ../Doc/library/idle.rst:290 msgid "" "Open a pane at the top of the edit window which shows the block context of " "the code which has scrolled above the top of the window. See :ref:`Code " "Context ` in the Editing and Navigation section below." msgstr "" -#: ../Doc/library/idle.rst:289 +#: ../Doc/library/idle.rst:295 msgid "Window menu (Shell and Editor)" msgstr "" -#: ../Doc/library/idle.rst:291 +#: ../Doc/library/idle.rst:297 msgid "" "Lists the names of all open windows; select one to bring it to the " "foreground (deiconifying it if necessary)." msgstr "" -#: ../Doc/library/idle.rst:295 +#: ../Doc/library/idle.rst:301 msgid "Help menu (Shell and Editor)" msgstr "" -#: ../Doc/library/idle.rst:298 +#: ../Doc/library/idle.rst:304 msgid "About IDLE" msgstr "" -#: ../Doc/library/idle.rst:298 +#: ../Doc/library/idle.rst:304 msgid "Display version, copyright, license, credits, and more." msgstr "" -#: ../Doc/library/idle.rst:302 +#: ../Doc/library/idle.rst:308 msgid "IDLE Help" msgstr "" -#: ../Doc/library/idle.rst:301 +#: ../Doc/library/idle.rst:307 msgid "" "Display this IDLE document, detailing the menu options, basic editing and " "navigation, and other tips." msgstr "" -#: ../Doc/library/idle.rst:306 +#: ../Doc/library/idle.rst:312 msgid "Python Docs" msgstr "" -#: ../Doc/library/idle.rst:305 +#: ../Doc/library/idle.rst:311 msgid "" "Access local Python documentation, if installed, or start a web browser and " "open docs.python.org showing the latest Python documentation." msgstr "" -#: ../Doc/library/idle.rst:309 +#: ../Doc/library/idle.rst:315 msgid "Turtle Demo" msgstr "" -#: ../Doc/library/idle.rst:309 +#: ../Doc/library/idle.rst:315 msgid "Run the turtledemo module with example Python code and turtle drawings." msgstr "" -#: ../Doc/library/idle.rst:311 +#: ../Doc/library/idle.rst:317 msgid "" "Additional help sources may be added here with the Configure IDLE dialog " "under the General tab. See the :ref:`Help sources ` subsection " "below for more on Help menu choices." msgstr "" -#: ../Doc/library/idle.rst:324 +#: ../Doc/library/idle.rst:330 msgid "Context Menus" msgstr "" -#: ../Doc/library/idle.rst:326 +#: ../Doc/library/idle.rst:332 msgid "" "Open a context menu by right-clicking in a window (Control-click on macOS). " "Context menus have the standard clipboard functions also on the Edit menu." msgstr "" -#: ../Doc/library/idle.rst:338 +#: ../Doc/library/idle.rst:344 msgid "" "Editor windows also have breakpoint functions. Lines with a breakpoint set " "are specially marked. Breakpoints only have an effect when running under " @@ -672,66 +689,66 @@ msgid "" "directory." msgstr "" -#: ../Doc/library/idle.rst:343 +#: ../Doc/library/idle.rst:349 msgid "Set Breakpoint" msgstr "" -#: ../Doc/library/idle.rst:343 +#: ../Doc/library/idle.rst:349 msgid "Set a breakpoint on the current line." msgstr "" -#: ../Doc/library/idle.rst:346 +#: ../Doc/library/idle.rst:352 msgid "Clear Breakpoint" msgstr "" -#: ../Doc/library/idle.rst:346 +#: ../Doc/library/idle.rst:352 msgid "Clear the breakpoint on that line." msgstr "" -#: ../Doc/library/idle.rst:348 +#: ../Doc/library/idle.rst:354 msgid "Shell and Output windows also have the following." msgstr "" -#: ../Doc/library/idle.rst:351 +#: ../Doc/library/idle.rst:357 msgid "Go to file/line" msgstr "" -#: ../Doc/library/idle.rst:351 +#: ../Doc/library/idle.rst:357 msgid "Same as in Debug menu." msgstr "" -#: ../Doc/library/idle.rst:353 +#: ../Doc/library/idle.rst:359 msgid "" "The Shell window also has an output squeezing facility explained in the the " "*Python Shell window* subsection below." msgstr "" -#: ../Doc/library/idle.rst:359 +#: ../Doc/library/idle.rst:365 msgid "Squeeze" msgstr "" -#: ../Doc/library/idle.rst:357 +#: ../Doc/library/idle.rst:363 msgid "" "If the cursor is over an output line, squeeze all the output between the " "code above and the prompt below down to a 'Squeezed text' label." msgstr "" -#: ../Doc/library/idle.rst:364 +#: ../Doc/library/idle.rst:370 msgid "Editing and navigation" msgstr "" -#: ../Doc/library/idle.rst:367 +#: ../Doc/library/idle.rst:373 msgid "Editor windows" msgstr "" -#: ../Doc/library/idle.rst:369 +#: ../Doc/library/idle.rst:375 msgid "" "IDLE may open editor windows when it starts, depending on settings and how " "you start IDLE. Thereafter, use the File menu. There can be only one open " "editor window for a given file." msgstr "" -#: ../Doc/library/idle.rst:373 +#: ../Doc/library/idle.rst:379 msgid "" "The title bar contains the name of the file, the full path, and the version " "of Python and IDLE running the window. The status bar contains the line " @@ -739,99 +756,99 @@ msgid "" "numbers with 0." msgstr "" -#: ../Doc/library/idle.rst:378 +#: ../Doc/library/idle.rst:384 msgid "" "IDLE assumes that files with a known .py* extension contain Python code and " "that other files do not. Run Python code with the Run menu." msgstr "" -#: ../Doc/library/idle.rst:382 +#: ../Doc/library/idle.rst:388 msgid "Key bindings" msgstr "" -#: ../Doc/library/idle.rst:384 +#: ../Doc/library/idle.rst:390 msgid "" "In this section, 'C' refers to the :kbd:`Control` key on Windows and Unix " "and the :kbd:`Command` key on macOS." msgstr "" -#: ../Doc/library/idle.rst:387 +#: ../Doc/library/idle.rst:393 msgid ":kbd:`Backspace` deletes to the left; :kbd:`Del` deletes to the right" msgstr "" -#: ../Doc/library/idle.rst:389 +#: ../Doc/library/idle.rst:395 msgid "" ":kbd:`C-Backspace` delete word left; :kbd:`C-Del` delete word to the right" msgstr "" -#: ../Doc/library/idle.rst:391 +#: ../Doc/library/idle.rst:397 msgid "Arrow keys and :kbd:`Page Up`/:kbd:`Page Down` to move around" msgstr "" -#: ../Doc/library/idle.rst:393 +#: ../Doc/library/idle.rst:399 msgid ":kbd:`C-LeftArrow` and :kbd:`C-RightArrow` moves by words" msgstr "" -#: ../Doc/library/idle.rst:395 +#: ../Doc/library/idle.rst:401 msgid ":kbd:`Home`/:kbd:`End` go to begin/end of line" msgstr "" -#: ../Doc/library/idle.rst:397 +#: ../Doc/library/idle.rst:403 msgid ":kbd:`C-Home`/:kbd:`C-End` go to begin/end of file" msgstr "" -#: ../Doc/library/idle.rst:399 +#: ../Doc/library/idle.rst:405 msgid "Some useful Emacs bindings are inherited from Tcl/Tk:" msgstr "" -#: ../Doc/library/idle.rst:401 +#: ../Doc/library/idle.rst:407 msgid ":kbd:`C-a` beginning of line" msgstr "" -#: ../Doc/library/idle.rst:403 +#: ../Doc/library/idle.rst:409 msgid ":kbd:`C-e` end of line" msgstr "" -#: ../Doc/library/idle.rst:405 +#: ../Doc/library/idle.rst:411 msgid ":kbd:`C-k` kill line (but doesn't put it in clipboard)" msgstr "" -#: ../Doc/library/idle.rst:407 +#: ../Doc/library/idle.rst:413 msgid ":kbd:`C-l` center window around the insertion point" msgstr "" -#: ../Doc/library/idle.rst:409 +#: ../Doc/library/idle.rst:415 msgid "" ":kbd:`C-b` go backward one character without deleting (usually you can also " "use the cursor key for this)" msgstr "" -#: ../Doc/library/idle.rst:412 +#: ../Doc/library/idle.rst:418 msgid "" ":kbd:`C-f` go forward one character without deleting (usually you can also " "use the cursor key for this)" msgstr "" -#: ../Doc/library/idle.rst:415 +#: ../Doc/library/idle.rst:421 msgid "" ":kbd:`C-p` go up one line (usually you can also use the cursor key for this)" msgstr "" -#: ../Doc/library/idle.rst:418 +#: ../Doc/library/idle.rst:424 msgid ":kbd:`C-d` delete next character" msgstr "" -#: ../Doc/library/idle.rst:420 +#: ../Doc/library/idle.rst:426 msgid "" "Standard keybindings (like :kbd:`C-c` to copy and :kbd:`C-v` to paste) may " "work. Keybindings are selected in the Configure IDLE dialog." msgstr "" -#: ../Doc/library/idle.rst:424 +#: ../Doc/library/idle.rst:430 msgid "Automatic indentation" msgstr "" -#: ../Doc/library/idle.rst:426 +#: ../Doc/library/idle.rst:432 msgid "" "After a block-opening statement, the next line is indented by 4 spaces (in " "the Python Shell window by one tab). After certain keywords (break, return " @@ -841,23 +858,23 @@ msgid "" "tabs are restricted to four spaces due to Tcl/Tk limitations." msgstr "" -#: ../Doc/library/idle.rst:433 +#: ../Doc/library/idle.rst:439 msgid "" "See also the indent/dedent region commands on the :ref:`Format menu `." msgstr "" -#: ../Doc/library/idle.rst:440 +#: ../Doc/library/idle.rst:446 msgid "Completions" msgstr "" -#: ../Doc/library/idle.rst:442 +#: ../Doc/library/idle.rst:448 msgid "" "Completions are supplied for functions, classes, and attributes of classes, " "both built-in and user-defined. Completions are also provided for filenames." msgstr "" -#: ../Doc/library/idle.rst:446 +#: ../Doc/library/idle.rst:452 msgid "" "The AutoCompleteWindow (ACW) will open after a predefined delay (default is " "two seconds) after a '.' or (in a string) an os.sep is typed. If after one " @@ -865,13 +882,13 @@ msgid "" "ACW will open immediately if a possible continuation is found." msgstr "" -#: ../Doc/library/idle.rst:451 +#: ../Doc/library/idle.rst:457 msgid "" "If there is only one possible completion for the characters entered, a :kbd:" "`Tab` will supply that completion without opening the ACW." msgstr "" -#: ../Doc/library/idle.rst:454 +#: ../Doc/library/idle.rst:460 msgid "" "'Show Completions' will force open a completions window, by default the :kbd:" "`C-space` will open a completions window. In an empty string, this will " @@ -881,7 +898,7 @@ msgid "" "the ACW will attempt to be more specific." msgstr "" -#: ../Doc/library/idle.rst:461 +#: ../Doc/library/idle.rst:467 msgid "" "If a string of characters is typed, the ACW selection will jump to the entry " "most closely matching those characters. Entering a :kbd:`tab` will cause " @@ -891,18 +908,18 @@ msgid "" "and the scroll wheel all operate on the ACW." msgstr "" -#: ../Doc/library/idle.rst:468 +#: ../Doc/library/idle.rst:474 msgid "" "\"Hidden\" attributes can be accessed by typing the beginning of hidden name " "after a '.', e.g. '_'. This allows access to modules with ``__all__`` set, " "or to class-private attributes." msgstr "" -#: ../Doc/library/idle.rst:472 +#: ../Doc/library/idle.rst:478 msgid "Completions and the 'Expand Word' facility can save a lot of typing!" msgstr "" -#: ../Doc/library/idle.rst:474 +#: ../Doc/library/idle.rst:480 msgid "" "Completions are currently limited to those in the namespaces. Names in an " "Editor window which are not via ``__main__`` and :data:`sys.modules` will " @@ -911,17 +928,17 @@ msgid "" "so much can be found by default, e.g. the re module." msgstr "" -#: ../Doc/library/idle.rst:480 +#: ../Doc/library/idle.rst:486 msgid "" "If you don't like the ACW popping up unbidden, simply make the delay longer " "or disable the extension." msgstr "" -#: ../Doc/library/idle.rst:486 +#: ../Doc/library/idle.rst:492 msgid "Calltips" msgstr "" -#: ../Doc/library/idle.rst:488 +#: ../Doc/library/idle.rst:494 msgid "" "A calltip is shown when one types :kbd:`(` after the name of an *accessible* " "function. A name expression may include dots and subscripts. A calltip " @@ -930,7 +947,7 @@ msgid "" "definition, the menu or shortcut display a calltip." msgstr "" -#: ../Doc/library/idle.rst:494 +#: ../Doc/library/idle.rst:500 msgid "" "A calltip consists of the function signature and the first line of the " "docstring. For builtins without an accessible signature, the calltip " @@ -938,14 +955,14 @@ msgid "" "details may change." msgstr "" -#: ../Doc/library/idle.rst:499 +#: ../Doc/library/idle.rst:505 msgid "" "The set of *accessible* functions depends on what modules have been imported " "into the user process, including those imported by Idle itself, and what " "definitions have been run, all since the last restart." msgstr "" -#: ../Doc/library/idle.rst:503 +#: ../Doc/library/idle.rst:509 msgid "" "For example, restart the Shell and enter ``itertools.count(``. A calltip " "appears because Idle imports itertools into the user process for its own " @@ -954,18 +971,18 @@ msgid "" "``import turtle`` and then ``turtle.write(`` will work." msgstr "" -#: ../Doc/library/idle.rst:509 +#: ../Doc/library/idle.rst:515 msgid "" "In an editor, import statements have no effect until one runs the file. One " "might want to run a file after writing the import statements at the top, or " "immediately run an existing file before editing." msgstr "" -#: ../Doc/library/idle.rst:516 +#: ../Doc/library/idle.rst:522 msgid "Code Context" msgstr "" -#: ../Doc/library/idle.rst:518 +#: ../Doc/library/idle.rst:524 msgid "" "Within an editor window containing Python code, code context can be toggled " "in order to show or hide a pane at the top of the window. When shown, this " @@ -979,23 +996,23 @@ msgid "" "the top of the editor." msgstr "" -#: ../Doc/library/idle.rst:529 +#: ../Doc/library/idle.rst:535 msgid "" "The text and background colors for the context pane can be configured under " "the Highlights tab in the Configure IDLE dialog." msgstr "" -#: ../Doc/library/idle.rst:533 +#: ../Doc/library/idle.rst:539 msgid "Python Shell window" msgstr "" -#: ../Doc/library/idle.rst:535 +#: ../Doc/library/idle.rst:541 msgid "" "With IDLE's Shell, one enters, edits, and recalls complete statements. Most " "consoles and terminals only work with a single physical line at a time." msgstr "" -#: ../Doc/library/idle.rst:538 +#: ../Doc/library/idle.rst:544 msgid "" "When one pastes code into Shell, it is not compiled and possibly executed " "until one hits :kbd:`Return`. One may edit pasted code first. If one pastes " @@ -1003,48 +1020,48 @@ msgid "" "when multiple statements are compiled as if they were one." msgstr "" -#: ../Doc/library/idle.rst:543 +#: ../Doc/library/idle.rst:549 msgid "" "The editing features described in previous subsections work when entering " "code interactively. IDLE's Shell window also responds to the following keys." msgstr "" -#: ../Doc/library/idle.rst:546 +#: ../Doc/library/idle.rst:552 msgid ":kbd:`C-c` interrupts executing command" msgstr "" -#: ../Doc/library/idle.rst:548 +#: ../Doc/library/idle.rst:554 msgid "" ":kbd:`C-d` sends end-of-file; closes window if typed at a ``>>>`` prompt" msgstr "" -#: ../Doc/library/idle.rst:550 +#: ../Doc/library/idle.rst:556 msgid ":kbd:`Alt-/` (Expand word) is also useful to reduce typing" msgstr "" -#: ../Doc/library/idle.rst:552 +#: ../Doc/library/idle.rst:558 msgid "Command history" msgstr "" -#: ../Doc/library/idle.rst:554 +#: ../Doc/library/idle.rst:560 msgid "" ":kbd:`Alt-p` retrieves previous command matching what you have typed. On " "macOS use :kbd:`C-p`." msgstr "" -#: ../Doc/library/idle.rst:557 +#: ../Doc/library/idle.rst:563 msgid ":kbd:`Alt-n` retrieves next. On macOS use :kbd:`C-n`." msgstr "" -#: ../Doc/library/idle.rst:559 +#: ../Doc/library/idle.rst:565 msgid ":kbd:`Return` while on any previous command retrieves that command" msgstr "" -#: ../Doc/library/idle.rst:562 +#: ../Doc/library/idle.rst:568 msgid "Text colors" msgstr "" -#: ../Doc/library/idle.rst:564 +#: ../Doc/library/idle.rst:570 msgid "" "Idle defaults to black on white text, but colors text with special meanings. " "For the shell, these are shell output, shell error, user output, and user " @@ -1054,7 +1071,7 @@ msgid "" "(when present), found text (when possible), and selected text." msgstr "" -#: ../Doc/library/idle.rst:571 +#: ../Doc/library/idle.rst:577 msgid "" "Text coloring is done in the background, so uncolorized text is occasionally " "visible. To change the color scheme, use the Configure IDLE dialog " @@ -1062,11 +1079,11 @@ msgid "" "and text in popups and dialogs is not user-configurable." msgstr "" -#: ../Doc/library/idle.rst:578 +#: ../Doc/library/idle.rst:584 msgid "Startup and code execution" msgstr "" -#: ../Doc/library/idle.rst:580 +#: ../Doc/library/idle.rst:586 msgid "" "Upon startup with the ``-s`` option, IDLE will execute the file referenced " "by the environment variables :envvar:`IDLESTARTUP` or :envvar:" @@ -1078,7 +1095,7 @@ msgid "" "modules." msgstr "" -#: ../Doc/library/idle.rst:588 +#: ../Doc/library/idle.rst:594 msgid "" "In addition, ``Tk`` also loads a startup file if it is present. Note that " "the Tk file is loaded unconditionally. This additional file is ``.Idle.py`` " @@ -1087,15 +1104,15 @@ msgid "" "importing functions to be used from IDLE's Python shell." msgstr "" -#: ../Doc/library/idle.rst:595 +#: ../Doc/library/idle.rst:601 msgid "Command line usage" msgstr "" -#: ../Doc/library/idle.rst:611 +#: ../Doc/library/idle.rst:617 msgid "If there are arguments:" msgstr "" -#: ../Doc/library/idle.rst:613 +#: ../Doc/library/idle.rst:619 msgid "" "If ``-``, ``-c``, or ``r`` is used, all arguments are placed in ``sys." "argv[1:...]`` and ``sys.argv[0]`` is set to ``''``, ``'-c'``, or ``'-r'``. " @@ -1103,17 +1120,17 @@ msgid "" "dialog." msgstr "" -#: ../Doc/library/idle.rst:618 +#: ../Doc/library/idle.rst:624 msgid "" "Otherwise, arguments are files opened for editing and ``sys.argv`` reflects " "the arguments passed to IDLE itself." msgstr "" -#: ../Doc/library/idle.rst:622 +#: ../Doc/library/idle.rst:628 msgid "Startup failure" msgstr "" -#: ../Doc/library/idle.rst:624 +#: ../Doc/library/idle.rst:630 msgid "" "IDLE uses a socket to communicate between the IDLE GUI process and the user " "code execution process. A connection must be established whenever the Shell " @@ -1123,7 +1140,7 @@ msgid "" "user here. It then exits." msgstr "" -#: ../Doc/library/idle.rst:631 +#: ../Doc/library/idle.rst:637 msgid "" "A common cause of failure is a user-written file with the same name as a " "standard library module, such as *random.py* and *tkinter.py*. When such a " @@ -1132,7 +1149,7 @@ msgid "" "file." msgstr "" -#: ../Doc/library/idle.rst:637 +#: ../Doc/library/idle.rst:643 msgid "" "Though less common than in the past, an antivirus or firewall program may " "stop the connection. If the program cannot be taught to allow the " @@ -1142,7 +1159,7 @@ msgid "" "connections." msgstr "" -#: ../Doc/library/idle.rst:644 +#: ../Doc/library/idle.rst:650 msgid "" "Python installation issues occasionally stop IDLE: multiple versions can " "clash, or a single installation might need admin access. If one undo the " @@ -1150,7 +1167,7 @@ msgid "" "completely remove Python and start over." msgstr "" -#: ../Doc/library/idle.rst:649 +#: ../Doc/library/idle.rst:655 msgid "" "A zombie pythonw.exe process could be a problem. On Windows, use Task " "Manager to detect and stop one. Sometimes a restart initiated by a program " @@ -1158,7 +1175,7 @@ msgid "" "error box or Restart Shell on the Shell menu may fix a temporary problem." msgstr "" -#: ../Doc/library/idle.rst:654 +#: ../Doc/library/idle.rst:660 msgid "" "When IDLE first starts, it attempts to read user configuration files in ~/." "idlerc/ (~ is one's home directory). If there is a problem, an error " @@ -1168,17 +1185,17 @@ msgid "" "be to delete one or more of the configuration files." msgstr "" -#: ../Doc/library/idle.rst:661 +#: ../Doc/library/idle.rst:667 msgid "" "If IDLE quits with no message, and it was not started from a console, try " "starting from a console (``python -m idlelib)`` and see if a message appears." msgstr "" -#: ../Doc/library/idle.rst:665 +#: ../Doc/library/idle.rst:671 msgid "Running user code" msgstr "" -#: ../Doc/library/idle.rst:667 +#: ../Doc/library/idle.rst:673 msgid "" "With rare exceptions, the result of executing Python code with IDLE is " "intended to be the same as executing the same code by the default method, " @@ -1188,7 +1205,7 @@ msgid "" "``threading.activeCount()`` returns 2 instead of 1." msgstr "" -#: ../Doc/library/idle.rst:674 +#: ../Doc/library/idle.rst:680 msgid "" "By default, IDLE runs user code in a separate OS process rather than in the " "user interface process that runs the shell and editor. In the execution " @@ -1198,7 +1215,7 @@ msgid "" "__stderr__`` are not touched, but may be ``None``." msgstr "" -#: ../Doc/library/idle.rst:681 +#: ../Doc/library/idle.rst:687 msgid "" "When Shell has the focus, it controls the keyboard and screen. This is " "normally transparent, but functions that directly access the keyboard and " @@ -1206,7 +1223,7 @@ msgid "" "determine whether a key has been pressed and if so, which." msgstr "" -#: ../Doc/library/idle.rst:686 +#: ../Doc/library/idle.rst:692 msgid "" "IDLE's standard stream replacements are not inherited by subprocesses " "created in the execution process, whether directly by user code or by " @@ -1216,18 +1233,18 @@ msgid "" "attached to that window for input and output." msgstr "" -#: ../Doc/library/idle.rst:693 +#: ../Doc/library/idle.rst:699 msgid "" "If ``sys`` is reset by user code, such as with ``importlib.reload(sys)``, " "IDLE's changes are lost and input from the keyboard and output to the screen " "will not work correctly." msgstr "" -#: ../Doc/library/idle.rst:698 +#: ../Doc/library/idle.rst:704 msgid "User output in Shell" msgstr "" -#: ../Doc/library/idle.rst:700 +#: ../Doc/library/idle.rst:706 msgid "" "When a program outputs text, the result is determined by the corresponding " "output device. When IDLE executes user code, ``sys.stdout`` and ``sys." @@ -1237,7 +1254,7 @@ msgid "" "rather than production runs." msgstr "" -#: ../Doc/library/idle.rst:707 +#: ../Doc/library/idle.rst:713 msgid "" "For instance, Shell never throws away output. A program that sends " "unlimited output to Shell will eventually fill memory, resulting in a memory " @@ -1246,7 +1263,7 @@ msgid "" "lines, with 300 the default." msgstr "" -#: ../Doc/library/idle.rst:713 +#: ../Doc/library/idle.rst:719 msgid "" "Text widgets display a subset of Unicode, the Basic Multilingual Plane " "(BMP). Which characters get a proper glyph instead of a replacement box " @@ -1258,13 +1275,13 @@ msgid "" "they are output." msgstr "" -#: ../Doc/library/idle.rst:722 +#: ../Doc/library/idle.rst:728 msgid "" "Normal and error output are generally kept separate (on separate lines) from " "code input and each other. They each get different highlight colors." msgstr "" -#: ../Doc/library/idle.rst:725 +#: ../Doc/library/idle.rst:731 msgid "" "For SyntaxError tracebacks, the normal '^' marking where the error was " "detected is replaced by coloring the text with an error highlight. When code " @@ -1273,7 +1290,7 @@ msgid "" "opened if necessary." msgstr "" -#: ../Doc/library/idle.rst:731 +#: ../Doc/library/idle.rst:737 msgid "" "Shell has a special facility for squeezing output lines down to a 'Squeezed " "text' label. This is done automatically for output over N lines (N = 50 by " @@ -1282,18 +1299,18 @@ msgid "" "on the output. This can be useful lines long enough to slow down scrolling." msgstr "" -#: ../Doc/library/idle.rst:739 +#: ../Doc/library/idle.rst:745 msgid "" "Squeezed output is expanded in place by double-clicking the label. It can " "also be sent to the clipboard or a separate view window by right-clicking " "the label." msgstr "" -#: ../Doc/library/idle.rst:744 +#: ../Doc/library/idle.rst:750 msgid "Developing tkinter applications" msgstr "" -#: ../Doc/library/idle.rst:746 +#: ../Doc/library/idle.rst:752 msgid "" "IDLE is intentionally different from standard Python in order to facilitate " "development of tkinter programs. Enter ``import tkinter as tk; root = tk." @@ -1305,7 +1322,7 @@ msgid "" "changes in standard Python until one enters ``root.update()``." msgstr "" -#: ../Doc/library/idle.rst:755 +#: ../Doc/library/idle.rst:761 msgid "" "Most tkinter programs run ``root.mainloop()``, which usually does not return " "until the tk app is destroyed. If the program is run with ``python -i`` or " @@ -1313,7 +1330,7 @@ msgid "" "``mainloop()`` returns, at which time there is nothing left to interact with." msgstr "" -#: ../Doc/library/idle.rst:761 +#: ../Doc/library/idle.rst:767 msgid "" "When running a tkinter program from an IDLE editor, one can comment out the " "mainloop call. One then gets a shell prompt immediately and can interact " @@ -1321,11 +1338,11 @@ msgid "" "mainloop call when running in standard Python." msgstr "" -#: ../Doc/library/idle.rst:767 +#: ../Doc/library/idle.rst:773 msgid "Running without a subprocess" msgstr "" -#: ../Doc/library/idle.rst:769 +#: ../Doc/library/idle.rst:775 msgid "" "By default, IDLE executes user code in a separate subprocess via a socket, " "which uses the internal loopback interface. This connection is not " @@ -1333,7 +1350,7 @@ msgid "" "firewall software complains anyway, you can ignore it." msgstr "" -#: ../Doc/library/idle.rst:774 +#: ../Doc/library/idle.rst:780 msgid "" "If the attempt to make the socket connection fails, Idle will notify you. " "Such failures are sometimes transient, but if persistent, the problem may be " @@ -1342,7 +1359,7 @@ msgid "" "command line switch." msgstr "" -#: ../Doc/library/idle.rst:780 +#: ../Doc/library/idle.rst:786 msgid "" "If IDLE is started with the -n command line switch it will run in a single " "process and will not create the subprocess which runs the RPC Python " @@ -1356,15 +1373,15 @@ msgid "" "at all possible." msgstr "" -#: ../Doc/library/idle.rst:795 +#: ../Doc/library/idle.rst:801 msgid "Help and preferences" msgstr "" -#: ../Doc/library/idle.rst:800 +#: ../Doc/library/idle.rst:806 msgid "Help sources" msgstr "" -#: ../Doc/library/idle.rst:802 +#: ../Doc/library/idle.rst:808 msgid "" "Help menu entry \"IDLE Help\" displays a formatted html version of the IDLE " "chapter of the Library Reference. The result, in a read-only tkinter text " @@ -1374,7 +1391,7 @@ msgid "" "the opened box." msgstr "" -#: ../Doc/library/idle.rst:810 +#: ../Doc/library/idle.rst:816 msgid "" "Help menu entry \"Python Docs\" opens the extensive sources of help, " "including tutorials, available at docs.python.org/x.y, where 'x.y' is the " @@ -1382,17 +1399,17 @@ msgid "" "the docs (this may be an installation option), that will be opened instead." msgstr "" -#: ../Doc/library/idle.rst:816 +#: ../Doc/library/idle.rst:822 msgid "" "Selected URLs can be added or removed from the help menu at any time using " "the General tab of the Configure IDLE dialog ." msgstr "" -#: ../Doc/library/idle.rst:822 +#: ../Doc/library/idle.rst:828 msgid "Setting preferences" msgstr "" -#: ../Doc/library/idle.rst:824 +#: ../Doc/library/idle.rst:830 msgid "" "The font preferences, highlighting, keys, and general preferences can be " "changed via Configure IDLE on the Option menu. Non-default user settings are " @@ -1401,7 +1418,7 @@ msgid "" "more of the files in .idlerc." msgstr "" -#: ../Doc/library/idle.rst:830 +#: ../Doc/library/idle.rst:836 msgid "" "On the Highlights and Keys tab, select a built-in or custom color theme and " "key set. To use a newer built-in color theme or key set with older IDLEs, " @@ -1409,22 +1426,22 @@ msgid "" "IDLEs." msgstr "" -#: ../Doc/library/idle.rst:836 +#: ../Doc/library/idle.rst:842 msgid "IDLE on macOS" msgstr "" -#: ../Doc/library/idle.rst:838 +#: ../Doc/library/idle.rst:844 msgid "" "Under System Preferences: Dock, one can set \"Prefer tabs when opening " "documents\" to \"Always\". This setting is not compatible with the tk/" "tkinter GUI framework used by IDLE, and it breaks a few IDLE features." msgstr "" -#: ../Doc/library/idle.rst:843 +#: ../Doc/library/idle.rst:849 msgid "Extensions" msgstr "" -#: ../Doc/library/idle.rst:845 +#: ../Doc/library/idle.rst:851 msgid "" "IDLE contains an extension facility. Preferences for extensions can be " "changed with the Extensions tab of the preferences dialog. See the beginning " diff --git a/library/nntplib.po b/library/nntplib.po index bd2d277e..97772d7f 100644 --- a/library/nntplib.po +++ b/library/nntplib.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-04-02 22:11+0200\n" +"POT-Creation-Date: 2019-01-03 16:57+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: FRENCH \n" @@ -224,8 +224,8 @@ msgstr "" #: ../Doc/library/nntplib.rst:237 msgid "" "Send a ``STARTTLS`` command. This will enable encryption on the NNTP " -"connection. The *ssl_context* argument is optional and should be a :class:" -"`ssl.SSLContext` object. Please read :ref:`ssl-security` for best practices." +"connection. The *context* argument is optional and should be a :class:`ssl." +"SSLContext` object. Please read :ref:`ssl-security` for best practices." msgstr "" #: ../Doc/library/nntplib.rst:242 diff --git a/library/types.po b/library/types.po index 498287db..88c24d9b 100644 --- a/library/types.po +++ b/library/types.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-28 15:29+0200\n" +"POT-Creation-Date: 2019-01-03 16:57+0100\n" "PO-Revision-Date: 2018-09-28 10:04+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: FRENCH \n" @@ -24,7 +24,7 @@ msgstr "**Code source :** :source:`Lib/types.py`" #: ../Doc/library/types.rst:11 msgid "" -"This module defines utility function to assist in dynamic creation of new " +"This module defines utility functions to assist in dynamic creation of new " "types." msgstr ""