- 02 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
-
- 18 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 20 Kas, 2014 1 kayıt (commit)
-
-
Nick Coghlan yazdı
- interpreter startup and shutdown code moved to a new pylifecycle.c module - Py_OptimizeFlag moved into the new module with the other global flags
-
- 01 Agu, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 27 Mar, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 15 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Andreas Stührk. Backport a fix already applied to Python 3.2+ (4a82be47a948 + 5060a92a8597).
-
- 05 Ock, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 30 Eki, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
Issue #4200: Changed the atexit module to store its state in its PyModuleDef atexitmodule. This fixes a bug with multiple subinterpeters. The bug was found by Graham Dumpletom during his work on a 3.0 port of mod_wsgi. The patch has been reviewed by Benjamin.
-
- 23 Eyl, 2008 1 kayıt (commit)
-
-
Skip Montanaro yazdı
Reviewed by Christian Heimes.
-
- 11 Haz, 2008 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 06 Agu, 2007 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 23 Mar, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
-
- 21 Mar, 2007 2 kayıt (commit)
-
-
Neal Norwitz yazdı
* make some module variables static to prevent name pollution * Add some comments to clarify what's going on and some XXXs to address * Add a space after "for" before ( * exc_value and tb can be NULL in some cases * Get working on Windows (I think)
-
Collin Winter yazdı
Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also, reimplement atexit in C so it can take advantage of this private API.
-