]> granicus.if.org Git - python/shortlog
python
2008-02-21 Martin v. LöwisPrepare for 2.5.2.
2008-02-19 Ronald OussorenA quick fix that removes a spurious unittest failure...
2008-02-18 Andrew M. KuchlingFix link
2008-02-18 Martin v. LöwisBug #2137: Remove test_struct.test_crasher, which was...
2008-02-15 Martin v. LöwisRevert 60793 for test_array; on a 64-bit system,
2008-02-15 Martin v. LöwisFix deallocation of array objects when allocation ran...
2008-02-14 Fred Drakemksourcepkg is not getting the tag right by itself...
2008-02-14 Fred Drakereverting; wrong tag
2008-02-14 Fred Drakemksourcepkg is not getting the tag right by itself...
2008-02-14 Martin v. LöwisTagging for release of Python 2.5.2c1
2008-02-14 Martin v. LöwisCorrect 2.5.2c1 uuid. Add IDLE release date. v2.5.2c1
2008-02-14 Martin v. LöwisPreparing for 2.5.2c1.
2008-02-14 Martin v. LöwisAdded checks for integer overflows, contributed by...
2008-02-14 Kurt B. Kaiserbump: IDLE 1.2.2
2008-02-14 Kurt B. KaiserThere was an error on exit if no sys.exitfunc was defin...
2008-02-14 Kurt B. KaiserCould not open files in .idlerc directory if latter...
2008-02-14 Kurt B. Kaiserformat_paragraph_event wasn't returning 'break'
2008-02-14 Kurt B. KaiserAssume that the user knows when he wants to end the...
2008-02-14 Kurt B. KaiserCorrected some bugs in AutoComplete. Also, Page Up...
2008-02-14 Kurt B. Kaiser1. Avoid hang when encountering a duplicate in a comple...
2008-02-14 Kurt B. KaiserSome syntax errors were being caught by tokenize during...
2008-02-14 Kurt B. KaiserBring NEWS.txt up to date.
2008-02-13 Brett CannonBack port of r60765 (fix --enable-universalsdk doc...
2008-02-13 Guido van RossumIn the recursive debug command, pass Pdb arguments...
2008-02-12 Martin v. LöwisPatch #1966: Break infinite loop in httplib when the...
2008-02-12 Martin v. LöwisBackport of r60743:
2008-02-11 Lars GustäbelBackport the nts() function from the trunk. This fixes...
2008-02-11 Nick CoghlanBackport relevant part of issue 2021 fix (r60695):...
2008-02-11 Nick CoghlanBackport test_resource fix from trunk to stop it crashi...
2008-02-08 Amaury Forgeot... issue 2045: Infinite recursion when printing a subclass...
2008-02-07 Walter DörwaldBackport r60653:
2008-02-07 Walter DörwaldBackport LaTex version of r60651:
2008-02-07 Walter DörwaldBackport LaTeX version of r60649:
2008-02-06 Thomas HellerFix the way methods are created for the _ctypes.COMErro...
2008-02-06 Walter DörwaldRemove month parameter from Calendar.yeardatescalendar(),
2008-02-05 Guido van RossumBackport doc fixes from 2.6. These are all things...
2008-02-05 Guido van RossumIn the experimental 'Scanner' feature, the group count...
2008-02-05 Lars GustäbelIssue #1507247, #2004: Use mode 0700 for temporary...
2008-02-04 Amaury Forgeot... No need to emit co_lnotab item when both offsets are...
2008-02-04 Brett CannonTurn off a debugging flag.
2008-02-04 Amaury Forgeot... backport of r60575 (issue #1750076): Debugger did not...
2008-02-04 Guido van RossumBackport r59862 (issue #712900): make long regexp match...
2008-02-03 Brett CannonBackport r60537: have order of CPPFLAGS and LDFLAGS...
2008-02-03 Gregory P.... Disable linking against BerkeleyDB 4.6 by default as...
2008-02-03 Gregory P.... backport r60544 from trunk:
2008-02-03 Andrew MacIntyreBackport 60542:
2008-01-30 Christian HeimesBug #1234: Fixed semaphore errors on AIX 5.2
2008-01-28 Thomas HellerRevert rev. 59926, it breaks comtypes (I need to furthe...
2008-01-28 Neal NorwitzTry harder to provoke the exception since the ia64...
2008-01-27 Neal NorwitzSync up with trunk. Try to flush repeatedly to ensure...
2008-01-27 Christian HeimesChange isbasestring function as discussed on the cvs...
2008-01-27 Neal NorwitzBackport 60342:
2008-01-27 Neal NorwitzBackport r58453:
2008-01-27 Neal NorwitzBackport 60334:
2008-01-26 Georg Brandl#1940: make it possible to use curses.filter() before...
2008-01-25 Thomas WoutersFix typo in constant name.
2008-01-25 Thomas WoutersUse the right (portable) definition of the max of a...
2008-01-25 Guido van RossumRewrite the list_inline_repeat overflow check slightly...
2008-01-25 Guido van RossumSilence a compiler warning.
2008-01-24 Amaury Forgeot... #1920: when considering a block starting by "while...
2008-01-24 Guido van RossumNews for some crashers I fixed recently.
2008-01-24 Guido van RossumBackport r60246.
2008-01-24 Andrew M. KuchlingFix failing test_mailbox on Cygwin
2008-01-24 Thomas HellerInvert the checks in get_[u]long and get_[u]longlong...
2008-01-23 Guido van RossumFix two crashers (borrowed_ref_[34].py from the trunk).
2008-01-23 Martin v. LöwisFix product code handling for Win64.
2008-01-23 Christian HeimesFixed bug #1915: Python compiles with --enable-unicode...
2008-01-23 Guido van RossumBackport r60208, skip some tests for huge passwd/group...
2008-01-22 Georg BrandlBackport: #1889 - fixup \xhh specs.
2008-01-22 Gregory P.... Backport of r60190:
2008-01-21 Mark DickinsonRemove extra test that was accidentally backported...
2008-01-21 Mark DickinsonIssue 1678380: fix a bug identifying -0.0 and 0.0
2008-01-21 Georg BrandlAdd NEWS entry for #1882.
2008-01-21 Georg BrandlIssue #1882: when compiling code from a string, encodin...
2008-01-21 Vinay SajipFix: #1836: Off-by-one bug in TimedRotatingFileHandler...
2008-01-19 Andrew M. KuchlingFix off-by-one error that resulted in missed characters
2008-01-19 Gregory P.... backport r60116 - fix zipfile to work with archives...
2008-01-19 Gregory P.... backport r60104 + r60111 from trunk.
2008-01-19 Andrew M. KuchlingBug 1296: restore text describing OptionGroup
2008-01-19 Georg BrandlBackport r59688.
2008-01-19 Andrew M. KuchlingBug 1277: make Maildir use the user-provided factory...
2008-01-18 Guido van RossumThis got fixed in r60056.
2008-01-18 Guido van RossumBackport r55080:
2008-01-18 Guido van RossumFix an edge case whereby the __del__() method of a...
2008-01-17 Gregory P.... ** backport r60015 from trunk.
2008-01-16 Thomas HellerBackport from trunk:
2008-01-16 Georg BrandlBackport r59999: fix MSDN link. (#1854)
2008-01-14 Raymond HettingerFix 1698398: Zipfile.printdir() crashed because the...
2008-01-11 Thomas HellerAdded NEWS entry, plus:
2008-01-09 Facundo BatistaLink to external documentation about new style classes was
2008-01-09 Andrew M. KuchlingUpdate reference to bug tracker
2008-01-09 Mark DickinsonAdd Decimal backport to Misc/NEWS
2008-01-08 Mark DickinsonFix Decimal hash in Python 2.5 maintenance branch so...
2008-01-08 Facundo BatistaDecimal module and test cases were updated to their...
2008-01-08 Andrew M. KuchlingPatch 1114: fix compilation of curses module on 64...
2008-01-07 Martin v. LöwisFix bug tracker link.
2008-01-07 Facundo BatistaBackport of issue 1755179 fix.
2008-01-06 Guido van RossumForgot to backport the rest of #1637.
2008-01-05 Guido van RossumBackport r59758.
2008-01-04 Guido van RossumBackport r57216 (see issue #1731).
next