- 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 3 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
-
Nick Coghlan authored
-
- 08 Feb, 2008 1 commit
-
-
Amaury Forgeot d'Arc authored
if default_factory is set to a bound method. Backport of r60663.
-
- 07 Feb, 2008 3 commits
-
-
Walter Dörwald authored
Fix typo in docstring for Calendar.itermonthdays().
-
Walter Dörwald authored
Fix documentation for Calendar.iterweekdays(): firstweekday is a property. Fixes second part of #2018.
-
Walter Dörwald authored
Clarify that the output of TextCalendar.formatmonth() and TextCalendar.formatyear() for custom instances won't be influenced by calls to the module global setfirstweekday() function. Fixes #2018.
-
- 06 Feb, 2008 2 commits
-
-
Thomas Heller authored
type; this fix is already in the trunk.
-
Walter Dörwald authored
Calendar.yeardays2calendar() and Calendar.yeardayscalendar() as the methods don't have such a parameter. Fixes issue #2017. (2.5 backport of r60618)
-
- 05 Feb, 2008 3 commits
-
-
Guido van Rossum authored
supported but weren't in the docs, like conditional backreferences.
-
Guido van Rossum authored
-
Lars Gustäbel authored
default permissions for missing directories. (backport from r53526, r60588)
-
- 04 Feb, 2008 4 commits
-
-
Amaury Forgeot d'Arc authored
r60579 broke a test test_compile, which seems to test an "implementation detail" IMO. Also test that this correction does not impact the debugger.
-
Brett Cannon authored
-
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 4 commits
-
-
Brett Cannon authored
-
Gregory P. Smith authored
be a buggy release on many platforms.
-
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.
-
Andrew MacIntyre authored
The wrapper function is supposed to be for spawnvpe() so that's what we should call [this wrapper only available on OS/2].
-
- 30 Jan, 2008 1 commit
-
-
Christian Heimes authored
-
- 28 Jan, 2008 2 commits
-
-
Thomas Heller authored
-
Neal Norwitz authored
doesn't reliably produce an exception.
-
- 27 Jan, 2008 5 commits
-
-
Neal Norwitz authored
-
Christian Heimes authored
-
Neal Norwitz authored
Try to prevent this test from being flaky. We might need a sleep in here which isn't as bad as it sounds. The close() *should* raise an exception, so if it didn't we should give more time to sync and really raise it.
-
Neal Norwitz authored
Let the O/S supply a port if none of the default ports can be used. This should make the tests more robust at the expense of allowing tests to be sloppier by not requiring them to cleanup after themselves. (It will legitamitely help when running two test suites simultaneously or if another process is already using one of the predefined ports.) This will hopefully fix test_asynchat.
-
Neal Norwitz authored
On some systems (e.g., Ubuntu on hppa) the flush() doesn't (always) cause the exception, but the close() does.
-
- 26 Jan, 2008 1 commit
-
-
Georg Brandl authored
as the documentation says. (backport from rev. 60322)
-
- 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.
-