]> granicus.if.org Git - python/shortlog
python
2008-03-18 Gregory P.... Backport r61450 from trunk:
2008-03-18 Trent NelsonThe behaviour of winsound.Beep() seems to differ betwee...
2008-03-18 Neal NorwitzBackport r61458:
2008-03-18 Trent NelsonEnsure this test passes even if there are no soundcards...
2008-03-16 Vinay Sajip#1021: fix a bug to allow basicConfig to accept NOTSET...
2008-03-11 Guido van RossumFix the overflows in expandtabs(). "This time for...
2008-03-07 Andrew M. KuchlingGrammar fix
2008-03-07 Raymond HettingerBackport documentation improvements.
2008-03-06 Raymond HettingerBackport r61286 adding GC to the grouper for itertools...
2008-03-06 Georg BrandlBug #2220: handle rlcompleter attribute match failure...
2008-03-06 Martin v. LöwisBackport of r61263:
2008-03-06 Martin v. LöwisPatch #2232: os.tmpfile might fail on Windows if the...
2008-03-06 Martin v. LöwisAdd section for 2.5.3.
2008-02-23 Andrew M. KuchlingRemove old expected output for test_resource
2008-02-23 Andrew M. Kuchling#1291: copy test_resource.py from the 2.6 trunk, to...
2008-02-23 Andrew M. Kuchling#1389051, #1092502: fix excessively large allocations...
2008-02-23 Andrew M. Kuchling#1389051: IMAP module tries to read entire message...
2008-02-23 Martin v. LöwisBump version for 2.5.3a0.
2008-02-23 Andrew M. Kuchling#1433694: minidom's .normalize() failed to set .nextSib...
2008-02-23 Andrew M. KuchlingUpdate NEWS for a future 2.5.3 release
2008-02-23 Andrew M. KuchlingAdd old NEWS item
2008-02-22 Martin v. LöwisFix typo.
2008-02-22 Martin v. LöwisFix typo
2008-02-21 Georg Brandl#2079: typo in userdict docs.
2008-02-21 Fred Drakeas for r252c1, add the tag information so the source...
2008-02-21 Martin v. LöwisTagging for release of Python 2.5.2
2008-02-21 Martin v. LöwisRedo tag. v2.5.2
2008-02-21 Martin v. LöwisUpdate copyright years to 2008. Update README to 2...
2008-02-21 Martin v. LöwisTagging for release of Python 2.5.2
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...
next