- 19 Ara, 2014 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 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 8 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ı
-
Serhiy Storchaka yazdı
value in the host header was set to "None". Patch by Demian Brecht.
-
- 11 Ara, 2014 4 kayıt (commit)
-
-
Victor Stinner yazdı
Mark the write end of the stdin pipe as non-inheritable.
-
Victor Stinner yazdı
socket transport
-
Terry Jan Reedy yazdı
-
Serhiy Storchaka yazdı
-
- 10 Ara, 2014 7 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Add an entry in the language datamodel special methods section. Revise and index its discussion in the stdtypes mapping/dict section.
-
Serhiy Storchaka yazdı
is run with pythonw.exe.
-
Benjamin Peterson yazdı
-
R David Murray yazdı
Patch by Chaitanya Agrawal.
-
Berker Peksag yazdı
An exception handler assumed that that OSError objects always have a 'winerror' attribute. That is not the case, so the exception handler itself raised AttributeError when run on Linux (and, presumably, any other non-Windows OS). Patch by Greg Ward.
-
- 09 Ara, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Éric Araujo.
-