- 18 Eyl, 2015 1 kayıt (commit)
-
-
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.
-
- 07 Eyl, 2015 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
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).
-
Martin Panter yazdı
Patch from Matheus Vieira Portela.
-
Martin Panter yazdı
Initial patch from Cory Benfield.
-
- 06 Eyl, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 05 Eyl, 2015 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
in an infinite loop. Patch by Xavier de Gaye.
-
- 04 Eyl, 2015 5 kayıt (commit)
-
-
R David Murray yazdı
-
Terry Jan Reedy yazdı
-
Zachary Ware yazdı
Don't download sources that won't be used.
-
Zachary Ware yazdı
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 yazdı
This makes it possible to pass more than 7 tests by name through Tools\buildbot\test.bat
-
- 03 Eyl, 2015 6 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Victor Stinner yazdı
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 yazdı
* 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 yazdı
-
Terry Jan Reedy yazdı
-
- 02 Eyl, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
Also fixes quoting to match 3.5+
-
- 01 Eyl, 2015 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-