- 21 Sep, 2015 6 commits
-
-
Berker Peksag authored
threading and multiprocessing modules. In multiprocessing, the name of the first parameter of the acquire methods is "block", but "blocking" in threading. This commit also improves documentation of Lock and RLock. Patch by Davin Potts.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 20 Sep, 2015 6 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
The new idlelib/idle.html is copied from Doc/build/html/idle.html. It looks better than help.txt and will better document Idle as released. The tkinter html viewer that works for this file was written by Rose Roseman. The new code is in idlelib/help.py, a new file for help menu classes. The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Bar Harel.
-
Terry Jan Reedy authored
-
Serhiy Storchaka authored
In this case __file__ is the name of precompiled file (*.py[co]).
-
- 19 Sep, 2015 1 commit
-
-
Serhiy Storchaka authored
-
- 18 Sep, 2015 4 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
profile data. Thanks to Alecsandru Patrascu of Intel for the initial patch.
-
Serhiy Storchaka authored
format_stack(), and extract_stack() called without arguments.
-
Ethan Furman authored
-
- 14 Sep, 2015 1 commit
-
-
Victor Stinner authored
Fix the regex to support the version 7.10: minor version with two digits
-
- 13 Sep, 2015 1 commit
-
-
Benjamin Peterson authored
Patch by TAKASE Arihiro.
-
- 12 Sep, 2015 3 commits
-
-
Serhiy Storchaka authored
Fixed the case of the "Ctrl-" prefixes.
-
Martin Panter authored
This changes the equivalent functions listed for the Base-64, hex and Quoted- Printable codecs to reflect the functions actually used. Also mention and test the "quotetabs" setting for Quoted-Printable encoding.
-
Martin Panter authored
Most of these tests are about blacklisted non-text codecs, which are not relevant in Python 2. The only one remaining is TransformCodecTest.test_uu_ invalid().
-
- 11 Sep, 2015 4 commits
-
-
Zachary Ware authored
Reported by Nat Dunn on docs@
-
Victor Stinner authored
PyUnicode_AsEncodedString() instead of calling the encode() method of the host, to handle correctly custom unicode string with an encode() method which doesn't return a byte string. The encoder of the IDNA codec is now called directly instead of calling the encode() method of the string.
-
Martin Panter authored
Patch from Shiyao Ma.
-
Martin Panter authored
-
- 10 Sep, 2015 3 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
It was very much outdated, and the topic is better covered elsewhere.
-
Guido van Rossum authored
-
- 09 Sep, 2015 2 commits
-
-
Serhiy Storchaka authored
are supported by the filesystem. On Windows the encoding can convert some characters to '?' that is not legal in file name.
-
Terry Jan Reedy authored
-
- 08 Sep, 2015 3 commits
-
-
Serhiy Storchaka authored
the path of the directory for temporary files contains symlinks.
-
Zachary Ware authored
It now better matches 3.5+ and the new reality of 2.7's PCbuild dir.
-
Serhiy Storchaka authored
for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command.
-
- 07 Sep, 2015 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Windows. The test now makes sense on non-Windows. Added similar test for zip format.
-
Serhiy Storchaka authored
details in issue25018.
-
Terry Jan Reedy authored
there (as when opening Idle from interactive Python on Windows).
-
Martin Panter authored
Patch from Matheus Vieira Portela.
-
Martin Panter authored
Initial patch from Cory Benfield.
-