- 30 Oct, 2008 1 commit
-
-
Amaury Forgeot d'Arc authored
does not return an iterator for the 4th and 5th items. (sequence-like and mapping-like state) Backport of r67049.
-
- 18 Oct, 2008 1 commit
-
-
Thomas Heller authored
snv rev 59943 and 59946.
-
- 16 Oct, 2008 1 commit
-
-
Benjamin Peterson authored
-
- 08 Oct, 2008 1 commit
-
-
Gerhard Häring authored
module.
-
- 30 Sep, 2008 2 commits
-
-
Brett Cannon authored
-
Benjamin Peterson authored
-
- 29 Sep, 2008 2 commits
-
-
Thomas Heller authored
-
Brett Cannon authored
garbage collection of a Profiler object.
-
- 26 Sep, 2008 3 commits
-
-
Amaury Forgeot d'Arc authored
For example: "".count("xxxx", sys.maxint, 0) Backport of r66631.
-
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 2 commits
-
-
Georg Brandl authored
(backport from r65609)
-
Georg Brandl authored
-