]> granicus.if.org Git - python/shortlog
python
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).
2008-01-04 Andrew M. KuchlingUpdate links to bug/patch tracker
2008-01-04 Lars GustäbelIssue #1735: TarFile.extractall() now correctly sets...
2008-01-04 Christian HeimesBug #1713: posixpath.ismount() claims symlink to a...
2008-01-03 Guido van RossumFix bug #1301 -- a bad assert in _tkinter.
2008-01-03 Guido van RossumIssue #1700, reported by Nguyen Quan Son, fix by Fredru...
2008-01-03 Guido van RossumAdd some news items I missed. Careful inspection of...
2008-01-02 Guido van RossumPatch #1696. Don't attempt to call None.close() in...
2007-12-29 Martin v. LöwisBug #1699: Define _BSD_SOURCE only on OpenBSD.
2007-12-24 Brett CannonBackport of fix for issue 1695.
2007-12-19 Thomas HellerChange ctypes version number to 1.0.3 (when Python...
2007-12-18 Christian HeimesFixed merge glitch, second try
2007-12-18 Christian HeimesFixed merge glitch
2007-12-18 Christian HeimesBackport of #1638: %zd configure test fails on Linux
2007-12-18 Thomas HellerIssue #1642: Fix segfault in ctypes when trying to...
2007-12-15 Georg BrandlAdd a note about future import needed for with statement.
2007-12-14 Thomas HellerRegenerated with autoconf.
2007-12-13 Guido van RossumBug #1608: use -fwrapv when GCC supports it. This...
2007-12-13 Alexandre VassalottiBackport r59480.
2007-12-10 Guido van RossumBackport patch #1643738.
2007-12-05 Ronald OussorenThis is a backport of the fix in rev. 59369.
2007-12-05 Christian Heimesmerge -r59315:59316 from py3k: Fix issue #1553: An...
2007-12-03 Martin v. Löwisos.access now returns True on Windows for any existing...
2007-12-01 Lars GustäbelIssue #1531: Read fileobj from the current offset,...
2007-11-30 Amaury Forgeot... Backport of r59241: str.decode fails on very long strin...
2007-11-29 Georg BrandlSpaces vs. Tabs.
2007-11-29 Guido van RossumFix bug #1517, a possible segfault in lookup().
2007-11-25 Gerhard Häring- Backported a workaround for a bug in SQLite 3.2.x...
2007-11-24 Skip Montanaroback in these go - thanks to Titus Brown for the fix
2007-11-24 Amaury Forgeot... Issue #1445: Fix a SystemError when accessing the ...
2007-11-24 Skip Montanarorevert
2007-11-24 Skip Montanarorevert change that breaks test_doctest (which I forgot...
2007-11-23 Skip Montanaroissue 1429818
2007-11-23 Skip MontanaroMake trace and doctest play nice together (issue 142981...
2007-11-23 Brett CannonBackport of a fix for the __loader__.get_data() test.
2007-11-22 Ronald OussorenA test that should test for osx >= 10.4.0 actually...
2007-11-22 Martin v. LöwisAllow simultaneous installation of 32-bit and 64-bit...
2007-11-21 Brett CannonBackport of r59082 (doctest and using __loader__.get_da...
2007-11-21 Christian HeimesFixed #1372: zlibmodule.c: int overflow in PyZlib_decom...
2007-11-19 Brett CannonRemove an old SF reference.
2007-11-19 Walter DörwaldBackport r59049:
next