- 22 Dec, 2014 1 commit
-
-
Benjamin Peterson authored
Patch by Martin Panter.
-
- 20 Dec, 2014 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 19 Dec, 2014 3 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Victor Stinner authored
future
-
- 18 Dec, 2014 3 commits
-
-
Victor Stinner authored
* 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 authored
-
Victor Stinner authored
has no event loop even if assertions are disabled.
-
- 17 Dec, 2014 2 commits
-
-
Berker Peksag authored
"Python" has 6 characters, not 7. Reported by Ross Burnett.
-
Raymond Hettinger authored
-
- 16 Dec, 2014 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
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 authored
configuration dialog. Patch by Tal Einat.
-
- 15 Dec, 2014 5 commits
-
-
Victor Stinner authored
by Martin Panter.
-
Benjamin Peterson authored
Patch from Jan Matejek.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
- 14 Dec, 2014 1 commit
-
-
Serhiy Storchaka authored
-
- 13 Dec, 2014 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
Berker Peksag authored
Patch by Chaitanya agrawal.
-
Ned Deily authored
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 Dec, 2014 8 commits
-
-
Brett Cannon authored
-
Benjamin Peterson authored
-
Victor Stinner authored
when Python is configure with --with-tsc. Patch written by Christian Heimes.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
value in the host header was set to "None". Patch by Demian Brecht.
-
- 11 Dec, 2014 4 commits
-
-
Victor Stinner authored
Mark the write end of the stdin pipe as non-inheritable.
-
Victor Stinner authored
socket transport
-
Terry Jan Reedy authored
-
Serhiy Storchaka authored
-
- 10 Dec, 2014 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-