An error occurred fetching the project authors.
- 23 Feb, 2008 3 commits
-
-
Andrew M. Kuchling authored
Fix by Malte Helmert
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 21 Feb, 2008 1 commit
-
-
Martin v. Löwis authored
-
- 18 Feb, 2008 1 commit
-
-
Martin v. Löwis authored
only on 32-bit systems.
-
- 15 Feb, 2008 2 commits
-
-
Martin v. Löwis authored
MemoryError was not guaranteed.
-
Martin v. Löwis authored
-
- 14 Feb, 2008 2 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
only available if asserts are left in the code, in cases where they can't be triggered from Python code.
-
- 12 Feb, 2008 2 commits
-
-
Martin v. Löwis authored
implements the chunked encoding incorrectly.
-
Martin v. Löwis authored
Patch #1736: Fix file name handling of _msi.FCICreate.
-
- 11 Feb, 2008 2 commits
-
-
Lars Gustäbel authored
the xstar format that puts extra fields inside the space that POSIX has reserved for the prefix field.
-
Nick Coghlan authored
Backport relevant part of issue 2021 fix (r60695): Support with statement properly in tempfile.NamedTemporaryFile
-
- 08 Feb, 2008 1 commit
-
-
Amaury Forgeot d'Arc authored
if default_factory is set to a bound method. Backport of r60663.
-
- 06 Feb, 2008 1 commit
-
-
Thomas Heller authored
type; this fix is already in the trunk.
-
- 05 Feb, 2008 1 commit
-
-
Lars Gustäbel authored
default permissions for missing directories. (backport from r53526, r60588)
-
- 04 Feb, 2008 2 commits
-
-
Amaury Forgeot d'Arc authored
The mapping between bytecode offsets and source lines (lnotab) did not contain an entry for the beginning of the loop. Now it does, and the lnotab can be a bit larger: in particular, several statements on the same line generate several entries. However, this does not bother the settrace function, which will trigger only one 'line' event. The lnotab seems to be exactly the same as with python2.4.
-
Guido van Rossum authored
by signals.
-
- 03 Feb, 2008 2 commits
-
-
Brett Cannon authored
-
Gregory P. Smith authored
Merge this fix from the pybsddb tree: r293 | jcea | 2008-01-31 01:08:19 -0800 (Thu, 31 Jan 2008) | 4 lines Solved memory leak when using cursors with databases without environment.
-
- 30 Jan, 2008 1 commit
-
-
Christian Heimes authored
-
- 28 Jan, 2008 1 commit
-
-
Thomas Heller authored
-
- 26 Jan, 2008 1 commit
-
-
Georg Brandl authored
as the documentation says. (backport from rev. 60322)
-
- 24 Jan, 2008 3 commits
-
-
Amaury Forgeot d'Arc authored
whole construct away, even when an 'else' clause is present:: while 0: print("no") else: print("yes") did not generate any code at all. Now the compiler emits the 'else' block, like it already does for 'if' statements. Backport of r60265.
-
Guido van Rossum authored
Also removed three non-ASCII chars at start of file.
-
Thomas Heller authored
to not accept float types; the result was that integer-like objects were not accepted.
-
- 23 Jan, 2008 1 commit
-
-
Christian Heimes authored
Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support.
-
- 22 Jan, 2008 1 commit
-
-
Gregory P. Smith authored
- Fix Issue #1703448: A joined thread could show up in the threading.enumerate() list after the join() for a brief period until it actually exited.
-
- 21 Jan, 2008 2 commits
-
-
Mark Dickinson authored
-
Georg Brandl authored
(backport from rev. 60170)
-
- 19 Jan, 2008 3 commits
-
-
Gregory P. Smith authored
headers beyond the signed 2**31 byte boundary.
-
Gregory P. Smith authored
- Issue #1336: fix a race condition in subprocess.Popen if the garbage collector kicked in at the wrong time that would cause the process to hang when the child wrote to stderr.
-
Georg Brandl authored
-
- 17 Jan, 2008 1 commit
-
-
Gregory P. Smith authored
- Issue829951: In the smtplib module, SMTP.starttls() now complies with RFC 3207 and forgets any knowledge obtained from the server not obtained from the TLS negotiation itself. Patch contributed by Bill Fenner.
-
- 16 Jan, 2008 1 commit
-
-
Thomas Heller authored
Fix a potential 'SystemError: NULL result without error'. NULL may be a valid return value from PyLong_AsVoidPtr. Also move an older ctypes NEWS item in the correct category.
-
- 14 Jan, 2008 1 commit
-
-
Raymond Hettinger authored
Fix 1698398: Zipfile.printdir() crashed because the format string expected a tuple object of length six instead of a time.struct_time object.
-
- 11 Jan, 2008 1 commit
-
-
Thomas Heller authored
Merged revisions 59925 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk/Modules/_ctypes ........ r59925 | thomas.heller | 2008-01-11 20:34:06 +0100 (Fr, 11 Jan 2008) | 5 lines Raise an error instead of crashing with a segfault when a NULL function pointer is called. Will backport to release25-maint. ........
-
- 09 Jan, 2008 1 commit
-
-
Mark Dickinson authored
-
- 08 Jan, 2008 1 commit
-
-
Andrew M. Kuchling authored
Patch 1114: fix compilation of curses module on 64-bit AIX, and any other LP64 platforms where attr_t isn't a C long
-
- 06 Jan, 2008 1 commit
-
-
Guido van Rossum authored
-