- 25 Jan, 2008 4 commits
-
-
Thomas Wouters authored
-
Thomas Wouters authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 24 Jan, 2008 5 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.
-
Guido van Rossum authored
Fix issue #1303614, test67.py.
-
Andrew M. Kuchling authored
-
Thomas Heller authored
to not accept float types; the result was that integer-like objects were not accepted.
-
- 23 Jan, 2008 4 commits
-
-
Guido van Rossum authored
-
Martin v. Löwis authored
-
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.
-
Guido van Rossum authored
-
- 22 Jan, 2008 2 commits
-
-
Georg Brandl authored
-
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 5 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Georg Brandl authored
(backport from rev. 60170)
-
Georg Brandl authored
second line of code were not always recognized correctly. (backport from rev. 60168)
-
Vinay Sajip authored
Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. Patch thanks to Kathryn M. Kowalski.
-
- 19 Jan, 2008 6 commits
-
-
Andrew M. Kuchling authored
-
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.
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
- 18 Jan, 2008 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Fix for #1303614 and #1174712: - __dict__ descriptor abuse for subclasses of built-in types - subclassing from both ModuleType and another built-in types
-
Guido van Rossum authored
create a new weakref to the object.
-
- 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 2 commits
-
-
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.
-
Georg Brandl authored
-
- 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 3 commits
-
-
Facundo Batista authored
wrong. Fix issue 1774.
-
Andrew M. Kuchling authored
-
Mark Dickinson authored
-
- 08 Jan, 2008 3 commits
-
-
Mark Dickinson authored
for any integral Decimal instance x.
-
Facundo Batista authored
the art. It now complies latest specification and tests. The only difference of this version with the one in the trunk is that a small subset that hash tests were removed, because they rely on modifications to core hash() function (see issue 1182 for further details).
-
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
-