- 20 Ara, 2016 1 kayıt (commit)
-
-
INADA Naoki yazdı
setattr() must not convert combined table into split table.
-
- 19 Ara, 2016 4 kayıt (commit)
-
-
Xiang Zhang yazdı
-
Victor Stinner yazdı
Issue #28383: __hash__ documentation recommends naive XOR to combine but this is suboptimal. Update the doc to suggest to reuse the hash() method using a tuple, with an example.
-
Xiang Zhang yazdı
-
Antoine Pitrou yazdı
when a GC collection happens in another thread. Original patch and report by Armin Rigo.
-
- 11 Ara, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Based on patch by Michael Layzell.
-
- 19 Ara, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
doesn't own its elements as limits.
-
- 18 Ara, 2016 3 kayıt (commit)
-
-
R David Murray yazdı
Patch by Jim Fasarakis-Hilliard.
-
Martin Panter yazdı
-
R David Murray yazdı
Patch by Dillon Brock.
-
- 17 Ara, 2016 2 kayıt (commit)
-
-
Brett Cannon yazdı
-
Serhiy Storchaka yazdı
form.
-
- 16 Ara, 2016 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Xavier de Gaye yazdı
for issue #28971.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Imporoved the documentation and tests for make_archive() and unpack_archive(). Improved error handling when corresponding compress module is not available. Brake circular dependency between shutil and tarfile modules.
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
-
- 15 Ara, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 14 Ara, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 13 Ara, 2016 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 11 Ara, 2016 4 kayıt (commit)
-
-
Steve Dower yazdı
-
Serhiy Storchaka yazdı
PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
-
Martin Panter yazdı
Patch by Julien Palard.
-
Martin Panter yazdı
* In Python 3, the specifier is 0o * There is no special case for leading zeros * Remove duplicate tests * Clarify other existing tests and comments
-
- 10 Ara, 2016 6 kayıt (commit)
-
-
Brett Cannon yazdı
Thanks to Douglas Greiman for the patch.
-
Antoine Pitrou yazdı
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 08 Ara, 2016 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 07 Ara, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
This makes tests passing after changes by issue #5322.
-
- 02 Ara, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Original patch by Andreas Stührk.
-
- 07 Ara, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
writes the index file when it is not changed.
-
- 06 Ara, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
- 05 Ara, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 04 Ara, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-