- 26 Sep, 2008 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 25 Sep, 2008 1 commit
-
-
Benjamin Peterson authored
-
- 24 Sep, 2008 1 commit
-
-
Thomas Heller authored
Reviewed by Fredrik Lundh and Skip Montanaro. Backport from trunk.
-
- 22 Sep, 2008 1 commit
-
-
Gregory P. Smith authored
- Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared library targets in the Makefile.
-
- 18 Sep, 2008 1 commit
-
-
Benjamin Peterson authored
-
- 08 Sep, 2008 1 commit
-
-
Hirokazu Yamamoto authored
Reviewed by Benjamin Peterson.
-
- 07 Sep, 2008 5 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
- Issue #1204: The configure script now tests for additional libraries that may be required when linking against readline. This fixes issues with x86_64 builds on some platforms (a few Linux flavors and OpenBSD).
-
Gregory P. Smith authored
the fix for issue 874900 to fix the use of the threading module in a post-fork python process. A NEWS entry for this already exists with the previous Lib/threading commit for this bug.
-
- 04 Sep, 2008 2 commits
-
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
Reviewed Amaury Forgeot d'Arc (Backport of r66213)
-
- 01 Sep, 2008 1 commit
-
-
Amaury Forgeot d'Arc authored
a unicode argument. Backport of r66119
-
- 31 Aug, 2008 1 commit
-
-
Gregory P. Smith authored
issue3715: docstring representation of hex escaped string needs to be double escaped.
-
- 23 Aug, 2008 1 commit
-
-
Benjamin Peterson authored
-
- 22 Aug, 2008 1 commit
-
-
Robert Schuppenies authored
Backport from trunk r65971.
-
- 20 Aug, 2008 3 commits
-
-
Guido van Rossum authored
-
Hirokazu Yamamoto authored
- 19 Aug, 2008 2 commits
-
-
Guido van Rossum authored
Also fixes rgbimg module (just before it is removed from 2.6).
-
Thomas Heller authored
pythonapi calling convention so that the GIL is held and error return values are checked.
-
- 18 Aug, 2008 1 commit
-
-
Amaury Forgeot d'Arc authored
Be less strict when parsing these version numbers, they don't necessarily follow the python numbering scheme. Backport of r65834
-
- 17 Aug, 2008 4 commits
-
-
Gregory P. Smith authored
Fixes Issue #3309: Fix bz2.BZFile iterator to release its internal lock properly when raising an exception due to the bz2file being closed. Prevents a deadlock.
-
Gregory P. Smith authored
Fixes Issue #874900: after an os.fork() call the threading module state is cleaned up in the child process to prevent deadlock and report proper thread counts if the new process uses the threading module.
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
os.rename() fails unicode conversion on 2nd parameter. (windows only)
-
- 14 Aug, 2008 1 commit
-
-
Hirokazu Yamamoto authored
- PC/VC6/_bsddb.dsp: removed '/nodefaultlib:"msvcrt"' to fix linker error. - PC/VC6/_msi.dsp: added new module support. - PC/VC6/_sqlite3.dsp: /D "MODULE_NAME=\"sqlite3\"" caused extra leading space like #define MODULE_NAME " sqlite3" so uses /D MODULE_NAME=\"sqlite3\" instead. - PC/VC6/python.dsp: changed stack size to 2MB to avoid stack overflow on some tests.
-
- 12 Aug, 2008 3 commits
-
-
Georg Brandl authored
(backport from r65609)
-
Georg Brandl authored
-
Georg Brandl authored
(backport from r65644)
-
- 11 Aug, 2008 1 commit
-
-
Georg Brandl authored
object was stored in the freelist. (backport from r65637.)
-
- 10 Aug, 2008 1 commit
-
-
Robert Schuppenies authored
menu entries were not deleted. Backport from trunk r65622.
-
- 04 Aug, 2008 4 commits
-
-
Gregory P. Smith authored
Issue #2113: Fix error in subprocess.Popen if the select system call is interrupted by a signal.
-
Gregory P. Smith authored
Issue #1471: Arguments to fcntl.ioctl are no longer broken on 64-bit OpenBSD and similar platforms due to sign extension.
-
Gregory P. Smith authored
Issue #3120: On 64-bit Windows the subprocess module was truncating handles.
-
Gregory P. Smith authored
- Issue #1857: subprocess.Popen.poll gained an additional _deadstate keyword argument in python 2.5, this broke code that subclassed Popen to include its own poll method. Fixed my moving _deadstate to an _internal_poll method.
-
- 02 Aug, 2008 1 commit
-
-
Martin v. Löwis authored
Tcl command objects. Backport of r65399.
-
- 31 Jul, 2008 1 commit
-
-
Neal Norwitz authored
-