- 04 Oct, 2008 2 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 03 Oct, 2008 10 commits
-
-
Hirokazu Yamamoto authored
Issue #1706863: Fixed "'NoneType' object has no attribute 'rfind'" error when sqlite libfile not found.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Hirokazu Yamamoto authored
UnboundLocalError: local variable 'serv' referenced before assignment
-
Hirokazu Yamamoto authored
-
Andrew M. Kuchling authored
-
Benjamin Peterson authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
- 02 Oct, 2008 8 commits
-
-
Benjamin Peterson authored
-
Martin v. Löwis authored
-
Christian Heimes authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Christian Heimes authored
Fixed a comment to C89 style as of http://drj11.wordpress.com/2008/10/02/python-and-bragging-about-c89/
-
Martin v. Löwis authored
-
Barry Warsaw authored
-
- 01 Oct, 2008 5 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Martin v. Löwis authored
installer.
-
Andrew MacIntyre authored
FreeBSD 7's underlying malloc() is behaves differently to earlier versions and seriously overcommits available memory on amd64. This may affect other 64bit platforms in some circumstances, so the scale of the problematic test is wound back. Patch by Mark Dickinson, reviewed by Martin von Loewis.
-
- 30 Sep, 2008 9 commits
-
-
Gregory P. Smith authored
calling fork() from a child thread. This disables that unit test (with a note printed to stderr) on those platforms. A caveat about buggy platforms is added to the os.fork documentation.
-
Brett Cannon authored
Fix suggested by Amaury Forgeot d'Arc. Closes issue #4003.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Benjamin Peterson authored
reviewed by Amaury
-
Benjamin Peterson authored
patch by Victor Stinner reviewed by myself and Brett
-
Jesse Noller authored
-
- 29 Sep, 2008 5 commits
-
-
Martin v. Löwis authored
true singleton object. Reviewed by Gregor Lingl.
-
Thomas Heller authored
-
Bill Janssen authored
-
Georg Brandl authored
-
Brett Cannon authored
timer that did not return a float and a timer was still running when the Profiler object was garbage collected. Fixes issue 3895. Code review by Benjamin Peterson.
-
- 28 Sep, 2008 1 commit
-
-
Jesus Cea authored
-