]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-02-20  Georg BrandlBug #1323369: document possible values of sys.getwindow...
2006-02-20  Georg BrandlBug #1101233: fix test_fcntl on netbsd2 platform.
2006-02-20  Armin RigoBackported from r41842.
2006-02-20  Georg BrandlBug #854823: socketmodule now builds on Sun platforms...
2006-02-19  Georg BrandlMake clear that patch #1336582 wasn't a new feature.
2006-02-19  Georg BrandlPatch #1337756: fileinput now accepts Unicode filenames.
2006-02-19  Georg BrandlPatch #1352711: make zipimport raise a complete IOError
2006-02-19  Georg BrandlBug #801349: document that start/stop/step slice argume...
2006-02-18  Georg BrandlPatch #1415507: clarify docs on reference stealing
2006-02-18  Georg BrandlBug #1366000: cleanup BZ2File.seek() logic. Fixes the...
2006-02-18  Neal NorwitzBackport: This should get test_timeout to pass when...
2006-02-18  Georg BrandlPatch #1373643: The chunk module can now read chunks...
2006-02-17  Georg BrandlRemove soundex from "undocumented modules".
2006-02-17  Georg BrandlBug #1430298: It is now possible to send a mail with...
2006-02-17  Georg BrandlBug #1432260: better handle lambda functions' names...
2006-02-17  Martin v. LöwisPatch #1432345: Make python compile on DragonFly.
2006-02-16  Brett CannonCast assignments to ``unsigned char *`` from PyString_A...
2006-02-15  Fred Drakeuse correct function in example (backport of trunk...
2006-02-15  Neal NorwitzSend failures to python-checkins, cc/me.
2006-02-14  Neal NorwitzAdd build.sh to 2.4 so we can build the docs (and only...
2006-02-13  Neal NorwitzTry to improve name based on discussion on python-check...
2006-02-12  Neal NorwitzBackport r42314 which fixed Windows breakage when check...
2006-02-11  Georg BrandlEven more copyright locations!
2006-02-11  Martin v. LöwisPatch #428494: Prefer linking against ncursesw over...
2006-02-11  Georg BrandlUpdate general copyright year to 2006.
2006-02-09  Barry WarsawPort of r42279 to email 3.0, but without the Python...
2006-02-08  Barry WarsawPort of r42271 from the trunk -- relevant patches for...
2006-02-07  Neal NorwitzBackport:
2006-02-05  Neal NorwitzBackport:
2006-02-04  Barry WarsawResolves SF bug #1423972.
2006-02-04  Neal NorwitzSF bug 1415455, fix typo in module name
2006-02-04  Neal NorwitzFix typo
2006-02-03  Barry WarsawPort r42228 from the trunk.
2006-01-28  Thomas WoutersWork around a Solaris peculiarity that caused test_pty...
2006-01-26  Barry WarsawFix PyGC_Collect() to be exported from the built DLL...
2006-01-26  Neal NorwitzBackport 42173: get bsddb test_associate to pass with...
2006-01-25  Neal NorwitzFind bdb4 correctly on gentoo systems (this matches...
2006-01-25  Neal NorwitzRemove file even if non-existant
2006-01-25  Neal NorwitzRemove generated test db files
2006-01-25  Neal NorwitzBackport:
2006-01-25  Neal NorwitzBackport:
2006-01-24  Gregory P.... backport of commit 42169
2006-01-24  Neal NorwitzFix SF #1412837, compile failed with Watcom compiler
2006-01-23  Georg BrandlCorrect misspellings.
2006-01-23  Georg BrandlBackport typo fixes.
2006-01-23  Neal NorwitzBackport: This should fix a mem leak on the Mac. Brett...
2006-01-22  Georg BrandlAnother typo.
2006-01-22  Georg Brandltypo
2006-01-22  Georg BrandlCorrect several typos in libos.tex. Bug #1412227.
2006-01-22  Georg BrandlTypo
2006-01-22  Georg BrandlBackport winreg documentation quirk fix.
2006-01-22  Georg BrandlRemove reference to Grail and Netscape 2.0 from cgi...
2006-01-20  Georg BrandlBug #1378679: backport bugfix of #974757.
2006-01-20  Georg BrandlPatch #1410783: add documentation links for static...
2006-01-20  Georg BrandlRemove NEWS entry of reverted checkin.
2006-01-20  Georg BrandlDocument supported schemes.
2006-01-20  Georg BrandlRevert feature checkin.
2006-01-20  Georg BrandlReverse checkin. This is definitely a new feature.
2006-01-20  Georg BrandlPatch #1388073: Make unittest.TestCase easier to subclass
2006-01-20  Georg BrandlAdd markup to a "Python Standard Library" doc reference...
2006-01-20  Georg BrandlCheckin the test of patch #1400181.
2006-01-20  Georg BrandlBug #1407902: Added support for sftp:// URIs to urlparse.
2006-01-20  Georg BrandlReadd bug report note.
2006-01-20  Georg BrandlBug #1402224: Add warning to dl docs about crashes.
2006-01-20  Georg BrandlBug #1396471: Document that Windows' ftell() can return...
2006-01-20  Georg BrandlBug #1371247: Update Windows LCIDs in locale.py.
2006-01-20  Fred Drakeadd missing version identification
2006-01-17  Barry WarsawSF bug #1347874; FeedParser does not comply with RFC2822.
2006-01-17  Barry WarsawUpdate documentation for email.Message.get_filename().
2006-01-17  Neal NorwitzSF Bug #1407069, Remove extra semi-colon if there is...
2006-01-17  Barry WarsawPorted 42076 from the trunk.
2006-01-16  Vinay SajipExceptions raised during renaming in rotating file...
2006-01-16  Vinay SajipTimedRotatingFileHandler now calculates next rollover...
2006-01-16  Vinay SajipFixed bug in time-to-midnight calculation.
2006-01-15  Georg BrandlRemove dots in \version{added,changed} arguments.
2006-01-14  Neal NorwitzFix typo
2006-01-14  Neal NorwitzBackport:
2006-01-13  Georg BrandlBug #1394565: SimpleHTTPServer now doesn't choke on...
2006-01-13  Georg BrandlBug #1403410: The warnings module now doesn't get confused
2006-01-12  Georg BrandlTest curses.setupterm() before initscr().
2006-01-10  Georg BrandlBug #1397205: doc typo
2006-01-10  Neal NorwitzBackport:
2006-01-10  Neal NorwitzBackport:
2006-01-09  Neal NorwitzBackport:
2006-01-09  Neal NorwitzBackport:
2006-01-08  Martin v. LöwisPatch #881820: look for openpty and forkpty also in...
2006-01-07  Skip MontanaroSkip this test on Darwin. It's skipped on the trunk...
2006-01-06  Neal NorwitzIgnore pyo files
2006-01-06  Neal NorwitzBackport:
2006-01-05  Skip Montanarobackport: squash compiler warning on Mac OSX 10.3
2006-01-05  Neal NorwitzBackport 38951:
2006-01-05  Neal NorwitzBackport: If the audio file does not exist, the test...
2006-01-05  Neal NorwitzBackport: Skip test_curses if stdin is not a tty (like...
2006-01-05  Neal NorwitzBackport: Fix errors on 64-bit platforms. (There are...
2006-01-04  Georg BrandlBug #139571: wrong LaTeX label
2006-01-03  Martin v. LöwisIgnore .svn instead of CVS now.
2006-01-02  Georg Brandlbug #1395597: doc typo
2006-01-02  Fred Drakemerge revision 41866 from trunk:
2006-01-01  Georg BrandlBug #1394868: doc typos
2006-01-01  Barry WarsawPatch by Ori Avtalion to fix a minor display glitch...
next