- 12 Eyl, 2015 2 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.
-
- 11 Eyl, 2015 7 kayıt (commit)
-
-
Martin Panter yazdı
Remove notice that was backported in revision 50527a1b769c.
-
Martin Panter yazdı
Patch from Tim Tisdall.
-
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 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ı
-
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.
-
Berker Peksag yazdı
-
- 09 Eyl, 2015 5 kayıt (commit)
-
-
Berker Peksag yazdı
boolean result instead of raising an exception. Patch by A Kaptur.
-
Martin Panter yazdı
Patch from Tim Tisdall.
-
Martin Panter yazdı
Needs to be tested on a BSD.
-
Terry Jan Reedy yazdı
-
Martin Panter yazdı
Also fix signature because os.utime(..., ns=None) is not allowed.
-
- 08 Eyl, 2015 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
the path of the directory for temporary files contains symlinks.
-
Raymond Hettinger yazdı
-
Zachary Ware yazdı
Patch by Shaun Walbridge
-
Serhiy Storchaka yazdı
for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command.
-
- 07 Eyl, 2015 8 kayıt (commit)
-
-
Serhiy Storchaka yazdı
expat parser.
-
Serhiy Storchaka yazdı
Added additional tests for expat parser attributes. Based on patch by John Leitch.
-
Serhiy Storchaka yazdı
Windows. The test now makes sense on non-Windows. Added similar test for zip format.
-
Serhiy Storchaka yazdı
details in issue25018.
-
Terry Jan Reedy yazdı
there (as when opening Idle from interactive Python on Windows).
-
Steve Dower yazdı
-
Martin Panter yazdı
Patch from John Beck.
-
Martin Panter yazdı
Patch from Matheus Vieira Portela.
-
- 06 Eyl, 2015 5 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
- 05 Eyl, 2015 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
in an infinite loop. Patch by Xavier de Gaye.
-
- 04 Eyl, 2015 3 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #24891: Fix a race condition at Python startup if the file descriptor of stdin (0), stdout (1) or stderr (2) is closed while Python is creating sys.stdin, sys.stdout and sys.stderr objects. These attributes are now set to None if the creation of the object failed, instead of raising an OSError exception. Initial patch written by Marco Paolini.
-
R David Murray yazdı
-
Terry Jan Reedy yazdı
-
- 03 Eyl, 2015 2 kayıt (commit)
-
-
Victor Stinner yazdı
The ICC compiler doesn't seem to support defined() in macro expansion. Example of warning: warning #3199: "defined" is always false in a macro expansion in Microsoft mode
-
Victor Stinner yazdı
-