- 23 Eyl, 2015 1 kayıt (commit)
-
-
Steve Dower yazdı
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
-
- 22 Eyl, 2015 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Change destination to help.html. Adjust NEWS entries.
-
- 21 Eyl, 2015 9 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
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 yazdı
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 yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 20 Eyl, 2015 6 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
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 yazdı
-
Benjamin Peterson yazdı
Patch by Bar Harel.
-
Terry Jan Reedy yazdı
-
Serhiy Storchaka yazdı
In this case __file__ is the name of precompiled file (*.py[co]).
-
- 19 Eyl, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 18 Eyl, 2015 4 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
profile data. Thanks to Alecsandru Patrascu of Intel for the initial patch.
-
Serhiy Storchaka yazdı
format_stack(), and extract_stack() called without arguments.
-
Ethan Furman yazdı
-
- 14 Eyl, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
Fix the regex to support the version 7.10: minor version with two digits
-
- 13 Eyl, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by TAKASE Arihiro.
-
- 12 Eyl, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Fixed the case of the "Ctrl-" prefixes.
-
Martin Panter yazdı
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 yazdı
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 Eyl, 2015 4 kayıt (commit)
-
-
Zachary Ware yazdı
Reported by Nat Dunn on docs@
-
Victor Stinner yazdı
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 yazdı
Patch from Shiyao Ma.
-
Martin Panter yazdı
-
- 10 Eyl, 2015 3 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
It was very much outdated, and the topic is better covered elsewhere.
-
Guido van Rossum yazdı
-
- 09 Eyl, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
are supported by the filesystem. On Windows the encoding can convert some characters to '?' that is not legal in file name.
-
Terry Jan Reedy yazdı
-
- 08 Eyl, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
the path of the directory for temporary files contains symlinks.
-
Zachary Ware yazdı
It now better matches 3.5+ and the new reality of 2.7's PCbuild dir.
-
Serhiy Storchaka yazdı
for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command.
-