- 19 Kas, 2009 5 kayıt (commit)
-
-
Ronald Oussoren yazdı
(Issue 7179)
-
Ronald Oussoren yazdı
On MacOSX 10.6 the CoreFoundation framework must be initialized on the main thread, the constructor function in that framework will cause an SIGABRT when it is called on any other thread. Because a number of extension link (indirectly) to CoreFoundation and the Python core itself didn't the interpreter crashed when importing some extensions, such as _locale, on a secondary thread. This fix ensures that Python is linked to CoreFoundation on OSX, which results in the CoreFoundation constructor being called when Python is loaded. This does not require code changes.
-
Tarek Ziadé yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
- 18 Kas, 2009 11 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Lars Gustäbel yazdı
constructor in case of an error.
-
Antoine Pitrou yazdı
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
string <-> float conversions; this makes sure that the result of the round operation is correctly rounded, and hence displays nicely using the new float repr.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Nick Coghlan yazdı
-
Tarek Ziadé yazdı
-
- 17 Kas, 2009 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Philip Jenvey yazdı
-
- 16 Kas, 2009 5 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
- 15 Kas, 2009 11 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Antoine Pitrou yazdı
TLS or SSL. Patch by Giampaolo Rodola'.
-
Mark Dickinson yazdı
PyFormat_FromStringV and PyErr_Format.
-
Antoine Pitrou yazdı
the registry under Windows. Patch by Gabriel Genellina.
-
Mark Dickinson yazdı
Many thanks Stefan Krah for help and OpenSolaris testing.
-
Mark Dickinson yazdı
xrange tests to cover some special cases that caused problems in py3k. This is a partial backport of r76292-76293 (see issue #7298.)
-
Senthil Kumaran yazdı
Resolution: Reset the nonce value for each unique nonce (as per RFC 2617)
-
Nick Coghlan yazdı
Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation.
-
Senthil Kumaran yazdı
-
R. David Murray yazdı
handler for it.
-
R. David Murray yazdı
catch the case of an option with no handler.
-
- 14 Kas, 2009 3 kayıt (commit)
-
-
R. David Murray yazdı
warning, to improve buildbot stability.
-
R. David Murray yazdı
a loop until a test fails. Can be combined with -j. Patch by Antoine Pitrou.
-
Georg Brandl yazdı
-
- 13 Kas, 2009 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
a connection with another process, rather than looping endlessly. The default timeout is 20 seconds, which should be amply sufficient for local connections.
-