- 18 Şub, 2008 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
only on 32-bit systems.
-
- 15 Şub, 2008 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
MemoryError was not guaranteed.
-
Martin v. Löwis yazdı
-
- 14 Şub, 2008 16 kayıt (commit)
-
-
Fred Drake yazdı
Makefile explicitly for now
-
Fred Drake yazdı
-
Fred Drake yazdı
Makefile explicitly for now
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
only available if asserts are left in the code, in cases where they can't be triggered from Python code.
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
Backport r60227
-
Kurt B. Kaiser yazdı
Issue 1743, Issue 1862. Backport r60225, r60745
-
Kurt B. Kaiser yazdı
Backport r59463
-
Kurt B. Kaiser yazdı
something he didn't select or complete. Backport r58306
-
Kurt B. Kaiser yazdı
mouse and cursor selection in ACWindow implemented; double Tab inserts current selection and closes ACW (similar to double-click and Return); scroll wheel now works in ACW. Added AutoComplete instructions to IDLE Help. Backport of r53679
-
Kurt B. Kaiser yazdı
2. Duplicate some old entries from Python's NEWS to IDLE's NEWS.txt Backport of r53042
-
Kurt B. Kaiser yazdı
check, resulting in obscure error messages. Do the syntax check first. Bug 1562716, 1562719 Backport of r52083
-
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 1 kayıt (commit)
-
-
Brett Cannon yazdı
-