- 15 Sep, 2015 1 commit
-
-
Berker Peksag authored
Reported by Jakub Wilk.
-
- 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 2 commits
-
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
Patch by TAKASE Arihiro.
-
- 12 Sep, 2015 4 commits
-
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
invalid memory.
-
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.
-
- 11 Sep, 2015 7 commits
-
-
Martin Panter authored
Remove notice that was backported in revision 50527a1b769c.
-
Martin Panter authored
Patch from Tim Tisdall.
-
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 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
-
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.
-
Berker Peksag authored
-
- 09 Sep, 2015 5 commits
-
-
Berker Peksag authored
boolean result instead of raising an exception. Patch by A Kaptur.
-
Martin Panter authored
Patch from Tim Tisdall.
-
Martin Panter authored
Needs to be tested on a BSD.
-
Terry Jan Reedy authored
-
Martin Panter authored
Also fix signature because os.utime(..., ns=None) is not allowed.
-
- 08 Sep, 2015 4 commits
-
-
Serhiy Storchaka authored
the path of the directory for temporary files contains symlinks.
-
Raymond Hettinger authored
-
Zachary Ware authored
Patch by Shaun Walbridge
-
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 8 commits
-
-
Serhiy Storchaka authored
expat parser.
-
Serhiy Storchaka authored
Added additional tests for expat parser attributes. Based on patch by John Leitch.
-
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).
-
Steve Dower authored
-
Martin Panter authored
Patch from John Beck.
-
Martin Panter authored
Patch from Matheus Vieira Portela.
-
- 06 Sep, 2015 5 commits
-
-
Ezio Melotti authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Steve Dower authored
-
Steve Dower authored
-