- 14 Şub, 2008 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
- 13 Şub, 2008 2 kayıt (commit)
-
-
Brett Cannon yazdı
-
Guido van Rossum yazdı
to the recursive Pdb instance.
-
- 12 Şub, 2008 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
implements the chunked encoding incorrectly.
-
Martin v. Löwis yazdı
Patch #1736: Fix file name handling of _msi.FCICreate.
-
- 11 Şub, 2008 3 kayıt (commit)
-
-
Lars Gustäbel yazdı
the xstar format that puts extra fields inside the space that POSIX has reserved for the prefix field.
-
Nick Coghlan yazdı
Backport relevant part of issue 2021 fix (r60695): Support with statement properly in tempfile.NamedTemporaryFile
-
Nick Coghlan yazdı
-
- 08 Şub, 2008 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
if default_factory is set to a bound method. Backport of r60663.
-
- 07 Şub, 2008 3 kayıt (commit)
-
-
Walter Dörwald yazdı
Fix typo in docstring for Calendar.itermonthdays().
-
Walter Dörwald yazdı
Fix documentation for Calendar.iterweekdays(): firstweekday is a property. Fixes second part of #2018.
-
Walter Dörwald yazdı
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 Şub, 2008 2 kayıt (commit)
-
-
Thomas Heller yazdı
type; this fix is already in the trunk.
-
Walter Dörwald yazdı
Calendar.yeardays2calendar() and Calendar.yeardayscalendar() as the methods don't have such a parameter. Fixes issue #2017. (2.5 backport of r60618)
-
- 05 Şub, 2008 3 kayıt (commit)
-
-
Guido van Rossum yazdı
supported but weren't in the docs, like conditional backreferences.
-
Guido van Rossum yazdı
-
Lars Gustäbel yazdı
default permissions for missing directories. (backport from r53526, r60588)
-
- 04 Şub, 2008 4 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
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 yazdı
-
Amaury Forgeot d'Arc yazdı
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 yazdı
by signals.
-
- 03 Şub, 2008 4 kayıt (commit)
-
-
Brett Cannon yazdı
-
Gregory P. Smith yazdı
be a buggy release on many platforms.
-
Gregory P. Smith yazdı
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 yazdı
The wrapper function is supposed to be for spawnvpe() so that's what we should call [this wrapper only available on OS/2].
-
- 30 Ock, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 28 Ock, 2008 2 kayıt (commit)
-
-
Thomas Heller yazdı
-
Neal Norwitz yazdı
doesn't reliably produce an exception.
-
- 27 Ock, 2008 5 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Christian Heimes yazdı
-
Neal Norwitz yazdı
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 yazdı
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 yazdı
On some systems (e.g., Ubuntu on hppa) the flush() doesn't (always) cause the exception, but the close() does.
-
- 26 Ock, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
as the documentation says. (backport from rev. 60322)
-
- 25 Ock, 2008 4 kayıt (commit)
-
-
Thomas Wouters yazdı
-
Thomas Wouters yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 24 Ock, 2008 2 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
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 yazdı
Also removed three non-ASCII chars at start of file.
-