- 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.
-
- 06 Sep, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 05 Sep, 2015 1 commit
-
-
Terry Jan Reedy authored
in an infinite loop. Patch by Xavier de Gaye.
-
- 04 Sep, 2015 5 commits
-
-
R David Murray authored
-
Terry Jan Reedy authored
-
Zachary Ware authored
Don't download sources that won't be used.
-
Zachary Ware authored
This modifies the behavior of the '-e' flag to PCbuild\build.bat: when '-e' is not supplied, no attempt will be made to build extension modules that require external libraries, even if the external libraries are present. Also adds '--no-<module>' flags to PCbuild\build.bat, where '<module>' is one of 'ssl', 'tkinter', or 'bsddb', to allow skipping just those modules (if '-e' is given).
-
Zachary Ware authored
This makes it possible to pass more than 7 tests by name through Tools\buildbot\test.bat
-
- 03 Sep, 2015 6 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Victor Stinner authored
Don't check if importing a module emits a DeprecationWarning if the module is implemented in C and the module is already loaded.
-
Victor Stinner authored
* Add py-bt-full command * py-bt now gives an output similar to a regular Python traceback * py-bt indicates: - if the garbage collector is running - if the thread is waiting for the GIL - detect PyCFunction_Call to get the name of the builtin function
-
Victor Stinner authored
-
Terry Jan Reedy authored
-
- 02 Sep, 2015 1 commit
-
-
Zachary Ware authored
Also fixes quoting to match 3.5+
-
- 01 Sep, 2015 1 commit
-
-
Raymond Hettinger authored
-
- 31 Aug, 2015 1 commit
-
-
Martin Panter authored
Patch from Mattip.
-