- 25 Ara, 2014 1 kayıt (commit)
-
-
R David Murray yazdı
Patch by Wojtek Ruszczewski.
-
- 24 Ara, 2014 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Following suggestions from Clément.
-
Benjamin Peterson yazdı
-
- 23 Ara, 2014 1 kayıt (commit)
-
-
Donald Stufft yazdı
-
- 22 Ara, 2014 3 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
Patch by Martin Panter.
-
- 20 Ara, 2014 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 19 Ara, 2014 3 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Victor Stinner yazdı
future
-
- 18 Ara, 2014 3 kayıt (commit)
-
-
Victor Stinner yazdı
* Fix a race condition in BaseSubprocessTransport._try_finish(). If the process exited before the _post_init() method was called, scheduling the call to _call_connection_lost() with call_soon() is wrong: connection_made() must be called before connection_lost(). Reuse the BaseSubprocessTransport._call() method to schedule the call to _call_connection_lost() to ensure that connection_made() and connection_lost() are called in the correct order. * Add repr(PipeHandle) * Fix typo
-
Victor Stinner yazdı
-
Victor Stinner yazdı
has no event loop even if assertions are disabled.
-
- 17 Ara, 2014 2 kayıt (commit)
-
-
Berker Peksag yazdı
"Python" has 6 characters, not 7. Reported by Ross Burnett.
-
Raymond Hettinger yazdı
-
- 16 Ara, 2014 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
produce more compact result and no longer produces invalid output if input data contains MEMOIZE opcodes together with PUT or BINPUT opcodes.
-
Terry Jan Reedy yazdı
configuration dialog. Patch by Tal Einat.
-
- 15 Ara, 2014 5 kayıt (commit)
-
-
Victor Stinner yazdı
by Martin Panter.
-
Benjamin Peterson yazdı
Patch from Jan Matejek.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
- 14 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 13 Ara, 2014 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
Patch by Chaitanya agrawal.
-
Ned Deily yazdı
Among other issues, the Apple-supplied 0.9.7 libs for the 10.5 ABI cannot verify newer SHA-256 certs as now used by python.org services. Document in the installer ReadMe some of the certificate management issues that users now need to be more concerned with due to PEP 476's enabling cert verification by default. For now, continue to use the Apple-supplied 0.9.8 libs for the 10.6+ installer since they use Apple private APIs to verify certificates using the system- and user-managed CA keychain stores.
-
- 12 Ara, 2014 7 kayıt (commit)
-
-
Brett Cannon yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
when Python is configure with --with-tsc. Patch written by Christian Heimes.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Raymond Hettinger yazdı
-