- 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 16 commits
-
-
Fred Drake authored
Makefile explicitly for now
-
Fred Drake authored
-
Fred Drake authored
Makefile explicitly for now
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
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.
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
Backport r60227
-
Kurt B. Kaiser authored
Issue 1743, Issue 1862. Backport r60225, r60745
-
Kurt B. Kaiser authored
Backport r59463
-
Kurt B. Kaiser authored
something he didn't select or complete. Backport r58306
-
Kurt B. Kaiser authored
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 authored
2. Duplicate some old entries from Python's NEWS to IDLE's NEWS.txt Backport of r53042
-
Kurt B. Kaiser authored
check, resulting in obscure error messages. Do the syntax check first. Bug 1562716, 1562719 Backport of r52083
-
Kurt B. Kaiser authored
-
- 13 Feb, 2008 2 commits
-
-
Brett Cannon authored
-
Guido van Rossum authored
to the recursive Pdb instance.
-
- 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 1 commit
-
-
Brett Cannon authored
-