- 24 Sep, 2015 6 commits
-
-
Terry Jan Reedy authored
-
Victor Stinner authored
Patch written by Prashant Tyagi.
-
Terry Jan Reedy authored
-
Martin Panter authored
-
Terry Jan Reedy authored
to finish making current README.txt obsolete.
-
Terry Jan Reedy authored
to finish making current README.txt obsolete.
-
- 23 Sep, 2015 6 commits
-
-
Terry Jan Reedy authored
Some were missing and notes were not correct.
-
Terry Jan Reedy authored
so it is not triggered on import. The problem is creation of a now-unused instance "helpDialog = HelpDialog()", left for back compatibility. So instead trigger the warning when that instance or another is used.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch by Mark Roseman.
-
Steve Dower authored
-
Steve Dower authored
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
-
- 22 Sep, 2015 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Change destination to help.html. Adjust NEWS entries.
-
- 21 Sep, 2015 9 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
above "What's New and 0 lines above "Release date". Remove most old headers for non-final releases (they currently do not get carried forward.
-
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 1 commit
-
-
Zachary Ware authored
Reported by Nat Dunn on docs@
-