- 19 Nov, 2009 6 commits
-
-
Mark Dickinson authored
-
Ronald Oussoren authored
(Issue 7179)
-
Ronald Oussoren authored
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é authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
- 18 Nov, 2009 11 commits
-
-
Raymond Hettinger authored
-
Lars Gustäbel authored
constructor in case of an error.
-
Antoine Pitrou authored
-
Mark Dickinson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Mark Dickinson authored
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 authored
-
Georg Brandl authored
-
Nick Coghlan authored
-
Tarek Ziadé authored
-
- 17 Nov, 2009 2 commits
-
-
Benjamin Peterson authored
-
Philip Jenvey authored
-
- 16 Nov, 2009 5 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Georg Brandl authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
- 15 Nov, 2009 11 commits
-
-
Nick Coghlan authored
-
Antoine Pitrou authored
TLS or SSL. Patch by Giampaolo Rodola'.
-
Mark Dickinson authored
PyFormat_FromStringV and PyErr_Format.
-
Antoine Pitrou authored
the registry under Windows. Patch by Gabriel Genellina.
-
Mark Dickinson authored
Many thanks Stefan Krah for help and OpenSolaris testing.
-
Mark Dickinson authored
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 authored
Resolution: Reset the nonce value for each unique nonce (as per RFC 2617)
-
Nick Coghlan authored
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 authored
-
R. David Murray authored
handler for it.
-
R. David Murray authored
catch the case of an option with no handler.
-
- 14 Nov, 2009 3 commits
-
-
R. David Murray authored
warning, to improve buildbot stability.
-
R. David Murray authored
a loop until a test fails. Can be combined with -j. Patch by Antoine Pitrou.
-
Georg Brandl authored
-
- 13 Nov, 2009 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-