- ab396e0 Issue #3360: Fix incorrect parsing of '020000000000.0'. by Mark Dickinson · 17 years ago
- 4fed741 Link fix. by Georg Brandl · 17 years ago
- ff93157 Backport of 64903. by Brett Cannon · 17 years ago
- f8f30fa Backport r62627 + r62744 from trunk to fix issue 2632. by Gregory P. Smith · 17 years ago
- 6d7f937 Backport of r64677. by Brett Cannon · 17 years ago
- b15bdf7 #Issue3088 in-progress: Race condition with instances of classes derived from threading.local: by Amaury Forgeot d'Arc · 17 years ago
- ceda6a6 #3242: fix a crash in "print", if sys.stdout is set to a custom object, by Amaury Forgeot d'Arc · 17 years ago
- 6fa30f4 #3157: Fix docstrings for cursor methods. by Georg Brandl · 17 years ago
- 3255e13 Issue 3110: Crash with weakref subclass, by Amaury Forgeot d'Arc · 17 years ago
- 75ee9eb Issue #3116 and #1792: Fix quadratic behavior in marshal.dumps(). by Raymond Hettinger · 17 years ago
- d297f1a #3117: backport r55087, fixes segfault with lambda (None,): None. by Georg Brandl · 17 years ago
- 7eb4a82 Fix tkinter sequence passing. #2906. Backport from r63914. by Georg Brandl · 17 years ago
- 9aa040d - Issue #2588, #2589: Fix potential integer underflow and overflow by Gregory P. Smith · 17 years ago
- 2666040 Backport r62724 from trunk. Fixes issue 2791. subprocess.Popen.communicate by Gregory P. Smith · 17 years ago
- 1a34834 Backport r63776: tkinter fixes. by Georg Brandl · 17 years ago
- 84d18a9 Include all licenses of the packages that we include. by Martin v. Löwis · 17 years ago
- 5212da1 Patch #2111: Avoid mmap segfault when modifying a PROT_READ block. by Martin v. Löwis · 17 years ago
- 0812de6 fix issue2858: potential memory corruption when any of the bsddb.db.* by Gregory P. Smith · 17 years ago
- 09d374f #2803: fix heappush invocation (backport). by Georg Brandl · 17 years ago
- c0c3914 Backport of revision 62854 by Ronald Oussoren · 17 years ago
- fbc190a Fix os.walk docstring example - issue2707 by Gregory P. Smith · 17 years ago
- 9e6649f Backport r61468 from trunk: Improves the text of the IOError raised by Gregory P. Smith · 17 years ago
- fb30cdb Fix issue 2520 (cannot import macerrors) by Ronald Oussoren · 17 years ago
- 7fd29f0 Backport of revision 62648 by Ronald Oussoren · 17 years ago
- f3bb283 Issue #2682: ctypes callback functions no longer contain a cyclic by Thomas Heller · 17 years ago
- 8d904c3 Issue #2670: urllib2.build_opener() failed when two handlers by Amaury Forgeot d'Arc · 17 years ago
- f305bd3 Issue 2665: On Windows, sys.stderr does not contain a valid file when running without a console. by Amaury Forgeot d'Arc · 17 years ago
- 0f1653e Correct previous checkin, probably a svn merge issue. by Amaury Forgeot d'Arc · 17 years ago
- aa97543 - Issue #1686386: Tuple's tp_repr did not take into account the possibility of by Guido van Rossum · 17 years ago
- a6add69 backport r62271 from trunk. remove the now obsoleted assertion. by Gregory P. Smith · 17 years ago
- 14acde3 Backport r62261 from trunk: by Gregory P. Smith · 17 years ago
- 3782da4 Add a note about the zlib.decompressobj().flush() fix. by Gregory P. Smith · 17 years ago
- f623467 Merge r62235 from trunk. by Gregory P. Smith · 17 years ago
- 45c2f77 #2525: update tzinfo example. by Georg Brandl · 17 years ago
- a269762 Fix for Issue2515: Don't crash when trying to fetch data from a closed cursor. by Gerhard Häring · 17 years ago
- f122902 Remove the advertising clause from the BSD license in timing.h. by Guido van Rossum · 17 years ago
- d9f1da0 Backport #1442: report exception when startup file cannot be run. by Georg Brandl · 17 years ago
- 8432d86 Fix a reference leak found by Georg, when compiling a class nested in another class. by Amaury Forgeot d'Arc · 17 years ago
- 198e353 Issue2495: tokenize.untokenize did not insert space between two consecutive string literals: by Amaury Forgeot d'Arc · 17 years ago
- bfdbfd4 Issue #2482: Make sure that the coefficient of a Decimal instance by Mark Dickinson · 17 years ago
- 26c25d9 Decimal.sqrt(0) failed when the context was not explicitly supplied. by Mark Dickinson · 17 years ago
- a79e050 #1477: ur'\U0010FFFF' used to raise in narrow unicode builds. by Amaury Forgeot d'Arc · 17 years ago
- d9b9d68 Issue #2432: give DictReader the dialect and line_num attributes by Georg Brandl · 17 years ago
- 4af861c Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *args by Sean Reifscheider · 17 years ago
- eff5a4e The missing NEWS entry for r61542.. by Gregory P. Smith · 17 years ago
- 631df75 Backport r61450 from trunk: by Gregory P. Smith · 17 years ago
- 549171e The behaviour of winsound.Beep() seems to differ between different versions of Windows when there's either: by Trent Nelson · 17 years ago
- b3635f9 Backport r61458: by Neal Norwitz · 17 years ago
- a6f5bf2 Ensure this test passes even if there are no soundcards in the system. Backport from trunk r61242. by Trent Nelson · 17 years ago
- 756c6c8 #1021: fix a bug to allow basicConfig to accept NOTSET as a level. by Vinay Sajip · 17 years ago
- 44a93e5 Fix the overflows in expandtabs(). "This time for sure!" (Exploit at request.) by Guido van Rossum · 17 years ago
- 8e741e0 Grammar fix by Andrew M. Kuchling · 17 years ago
- 94a7036 Backport documentation improvements. by Raymond Hettinger · 17 years ago
- 3662c90 Backport r61286 adding GC to the grouper for itertools.groupby() fixing Issue 2246. by Raymond Hettinger · 17 years ago
- ab61dce Bug #2220: handle rlcompleter attribute match failure more gracefully. by Georg Brandl · 17 years ago
- 0e30555 Backport of r61263: by Martin v. Löwis · 17 years ago
- bc89897 Patch #2232: os.tmpfile might fail on Windows if the user has no by Martin v. Löwis · 17 years ago
- 2985e30 Add section for 2.5.3. by Martin v. Löwis · 17 years ago
- f1fdda6 Remove old expected output for test_resource by Andrew M. Kuchling · 17 years ago
- 310bad0 #1291: copy test_resource.py from the 2.6 trunk, to fix a test failure. by Andrew M. Kuchling · 17 years ago
- 664553a #1389051, #1092502: fix excessively large allocations when using read() on a socket by Andrew M. Kuchling · 17 years ago
- 37d4f7b #1389051: IMAP module tries to read entire message in one chunk. Patch by Fredrik Lundh. by Andrew M. Kuchling · 17 years ago
- 3167939 Bump version for 2.5.3a0. by Martin v. Löwis · 17 years ago
- 05a19a5 #1433694: minidom's .normalize() failed to set .nextSibling for last element. by Andrew M. Kuchling · 17 years ago
- be0adfc Update NEWS for a future 2.5.3 release by Andrew M. Kuchling · 17 years ago
- b66dc46 Add old NEWS item by Andrew M. Kuchling · 17 years ago
- 403d595 Fix typo. by Martin v. Löwis · 17 years ago
- 7e00619 Fix typo by Martin v. Löwis · 17 years ago
- 799e580 #2079: typo in userdict docs. by Georg Brandl · 17 years ago
- 3a32cff as for r252c1, add the tag information so the source package is right by Fred Drake · 17 years ago
- ab130bf Tagging for release of Python 2.5.2 by Martin v. Löwis · 17 years ago
- a3cc6d8 Redo tag. by Martin v. Löwis · 17 years ago
- 10eac2c Update copyright years to 2008. Update README to 2.5.2. by Martin v. Löwis · 17 years ago
- 9f22ca2 Tagging for release of Python 2.5.2 by Martin v. Löwis · 17 years ago
- bcffd10 Prepare for 2.5.2. by Martin v. Löwis · 17 years ago
- 8d273b0 A quick fix that removes a spurious unittest failure when users by Ronald Oussoren · 17 years ago
- 0821983 Fix link by Andrew M. Kuchling · 17 years ago
- 328c643 Bug #2137: Remove test_struct.test_crasher, which was meaningful by Martin v. Löwis · 17 years ago
- 42e4124 Revert 60793 for test_array; on a 64-bit system, MemoryError was not guaranteed. by Martin v. Löwis · 17 years ago
- 9c04257 Fix deallocation of array objects when allocation ran out of memory. by Martin v. Löwis · 17 years ago
- c7cf36e mksourcepkg is not getting the tag right by itself, so recording it in the by Fred Drake · 17 years ago
- 3359477 reverting; wrong tag by Fred Drake · 17 years ago
- a865c67 mksourcepkg is not getting the tag right by itself, so recording it in the by Fred Drake · 17 years ago
- f5808e7 Tagging for release of Python 2.5.2c1 by Martin v. Löwis · 17 years ago
- 62dd70c Correct 2.5.2c1 uuid. Add IDLE release date. by Martin v. Löwis · 17 years ago
- a859e25 Preparing for 2.5.2c1. by Martin v. Löwis · 17 years ago
- 73c01d4 Added checks for integer overflows, contributed by Google. Some are by Martin v. Löwis · 17 years ago
- abcb59a bump: IDLE 1.2.2 by Kurt B. Kaiser · 17 years ago
- 38fd069 There was an error on exit if no sys.exitfunc was defined. Issue 1647. by Kurt B. Kaiser · 17 years ago
- 0b45f36 Could not open files in .idlerc directory if latter was hidden on Windows. by Kurt B. Kaiser · 17 years ago
- f9259d7 format_paragraph_event wasn't returning 'break' Backport r59463 by Kurt B. Kaiser · 17 years ago
- 2fbad0e Assume that the user knows when he wants to end the line; don't insert by Kurt B. Kaiser · 17 years ago
- 60d9f8d Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented; by Kurt B. Kaiser · 17 years ago
- 1df323a 1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112. by Kurt B. Kaiser · 17 years ago
- 6493ade Some syntax errors were being caught by tokenize during the tabnanny by Kurt B. Kaiser · 17 years ago
- b80a194 Bring NEWS.txt up to date. by Kurt B. Kaiser · 17 years ago
- 21af4c0 Back port of r60765 (fix --enable-universalsdk doc typo). by Brett Cannon · 17 years ago
- e41f155 In the recursive debug command, pass Pdb arguments (completekey, stdin, stdout) by Guido van Rossum · 17 years ago
- e9c996c Patch #1966: Break infinite loop in httplib when the servers by Martin v. Löwis · 17 years ago
- cab74c8 Backport of r60743: Patch #1736: Fix file name handling of _msi.FCICreate. by Martin v. Löwis · 17 years ago