]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-01-29  Gregory P.... add bsddb.db.DBEnv.set_tx_timestamp mention
2006-01-29  Martin v. LöwisDelete aclocal.m4, and require autoconf 2.59, fixing
2006-01-28  Thomas WoutersWork around a Solaris peculiarity that caused test_pty...
2006-01-27  Jeremy HyltonImproved handling of syntax errors.
2006-01-27  Gregory P.... Add wrapper for DBEnv.set_tx_timeout method to allow...
2006-01-27  Gregory P.... Add wrapper for DBEnv.set_tx_timeout method to allow...
2006-01-26  Barry WarsawFix PyGC_Collect() to be exported from the built DLL...
2006-01-25  Neal NorwitzThere was a race condition where the connector would...
2006-01-25  Neal NorwitzRemove generated test db files
2006-01-25  Neal Norwitzmwh pointed out _Filemodule.c is generated. So to fix...
2006-01-25  Neal NorwitzFix bug #1413192, fix seg fault in bsddb if a txn was...
2006-01-24  Tim Peterstest_rude_shutdown(): Rewrote to use proper thread
2006-01-24  Tim PetersWhitespace normalization.
2006-01-24  Gregory P.... note the bsddb extension module changes.
2006-01-24  Gregory P.... commits sourceforge patch #1407992 by neil.norwitz.
2006-01-24  Fredrik Lundhmodule list utility
2006-01-24  Martin v. LöwisPatch #1349118: urllib2 now supports user:pass@ style...
2006-01-24  Gregory P.... Support for BerkeleyDB 4.4 (tested against 4.4.20 as...
2006-01-24  Neal NorwitzFix SF #1412837, compile failed with Watcom compiler
2006-01-23  Tim PetersRepaired new test failures on Windows:
2006-01-23  Georg BrandlCorrect misspellings.
2006-01-23  Georg BrandlAdd markup to new section in codecs docs
2006-01-23  Georg BrandlCorrect typos and markup errors (Raymond, thanks for...
2006-01-23  Georg BrandlAdd two missing markup tags.
2006-01-23  Tim PetersWhitespace normalization.
2006-01-23  Georg BrandlAdd \versionadded for sftp scheme
2006-01-23  Neal NorwitzDisable this test until I can test on big-endian machin...
2006-01-23  Neal NorwitzTest zipimporter a bit more. Also get working with...
2006-01-23  Neal NorwitzConvenience function to remove a possibly non-existant...
2006-01-23  Neal NorwitzTest getsignal() and some error conditions
2006-01-23  Neal NorwitzUse unittest and make sure a few other cases don't...
2006-01-23  Neal NorwitzThis should fix a mem leak on the Mac. Brett tested it.
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 BrandlRemove reference to Grail and Netscape 2.0 from cgi...
2006-01-22  Vinay SajipMisc. changes, including documenting the ability to...
2006-01-21  Walter DörwaldFix typo
2006-01-21  Georg BrandlBug #902075: urllib2 now handles "host:port" proxy...
2006-01-21  Tim Peters_compile(): raise an exception if downcasting to SRE_CODE
2006-01-20  Tim PetersWhitespace normalization.
2006-01-20  Georg BrandlPatch #1410998: remove "DOS" from os.py docstring
2006-01-20  Georg BrandlPatch #1410783: add documentation links for static...
2006-01-20  Georg BrandlDocument supported schemes.
2006-01-20  Georg BrandlTry to resolve the remaining webbrowser issues (backgro...
2006-01-20  Tim PetersWhitespace normalization.
2006-01-20  Vinay SajipAdded a test for the ability to specify a class attribu...
2006-01-20  Vinay SajipAdded a test for the ability to specify a class attribu...
2006-01-20  Vinay SajipAdded the ability to specify a class attribute in Forma...
2006-01-20  Georg BrandlPatch #1388073: Make unittest.TestCase easier to subclass
2006-01-20  Georg Brandltypo
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-19  Martin v. LöwisPass unquoted string to stat.
2006-01-19  Tim Petersinitwinsound(): this no longer compiled on Windows,
2006-01-19  Tim Petersinitmsvcrt(): This no longer compiled on Windows,...
2006-01-19  Brett CannonAdd a more informative error message for test_float_par...
2006-01-19  Neal NorwitzCheck return result from Py_InitModule*(). This API...
2006-01-18  Tim PetersQuote the path to the executable before invoking system().
2006-01-18  Martin v. LöwisAdd missing make_buildinfo.c.
2006-01-18  Martin v. LöwisGenerate getbuildinfo.o each time the linker is invoked;
2006-01-17  Fredrik Lundhfixed example:
2006-01-17  Barry WarsawSF bug #1347874; FeedParser does not comply with RFC2822.
2006-01-17  Neal NorwitzSF Bug #1407069, Remove extra semi-colon if there is...
2006-01-17  Barry WarsawUpdate email.Message.get_filename() documentation.
2006-01-17  Barry WarsawPorted 42075 from release23-maint branch.
2006-01-16  Vinay SajipRefactoring for fileConfig. Contributed by Shane Hathaway.
2006-01-16  Vinay SajipChanges due to added test for fileConfig contributed...
2006-01-16  Vinay SajipAdded test for fileConfig. Contributed by Shane Hathaway.
2006-01-16  Vinay SajipExceptions raised during renaming in rotating file...
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-16  Neal Norwitzrefresh every 12 hours for crazy people like me that...
2006-01-16  Neal NorwitzGet socketmodule to build after adding netlink support.
2006-01-15  Andrew M. KuchlingAdd recent item
2006-01-15  Fredrik Lundhthe implementation uses ZipImportError, not ZipImporter...
2006-01-15  Fredrik Lundhthe implementation uses ZipImportError, not ZipImporter...
2006-01-15  Fredrik Lundhtypo
2006-01-15  Martin v. LöwisRemove buildno.
2006-01-15  Martin v. LöwisPatch #1396093: Further .vcproj cleanups
2006-01-15  Georg BrandlRemove dots in \version{changed,added} argument and
2006-01-15  Martin v. LöwisChange build format of netlink addresses.
2006-01-15  Neal NorwitzRemove extra period at end.
2006-01-14  Neal NorwitzAlphabetize some names and remove a dupe
2006-01-14  Martin v. LöwisPatch #1103116: AF_NETLINK sockets basic support.
2006-01-14  Fredrik Lundhadded kjohnson to the ACKS list
2006-01-14  Armin Rigocollected my segfaulting Python examples from the SF...
2006-01-14  Neal NorwitzFix typo
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-13  Tim PetersWhitespace normalization.
2006-01-12  Georg BrandlTest curses.setupterm() before initscr().
next