]> granicus.if.org Git - python/shortlog
python
2006-02-05 Martin v. LöwisPatch #1412872: zipfile: use correct system type on...
2006-02-05 Neal NorwitzGet test_logging to not hang when running under regrtes...
2006-02-05 Neal NorwitzPatch #1407135, bug #1424041, make mmap.mmap(-1, length...
2006-02-05 Neal NorwitzWhitespace normalization
2006-02-05 Neal NorwitzUse C-style comment
2006-02-04 Barry WarsawResolves SF bug #1423972.
2006-02-04 Neal NorwitzSF bug 1415455, fix typo in module name
2006-02-04 Martin v. LöwisPatch #1422385: Changes to nis module to support multip...
2006-02-04 Neal NorwitzFix typo
2006-02-03 Martin v. LöwisDrop C library for stat/fstat on Windows.
2006-02-03 Barry Warsawparsedate_tz(): Minor cleanup.
2006-02-02 Fredrik LundhSF patch #1421726
2006-02-01 Thomas WoutersAs discussed on python-dev, silence three gcc-4.0.x...
2006-01-31 Gustavo NiemeyerPatch #1413711: Certain patterns of differences were...
2006-01-30 Martin v. LöwisFix typo.
2006-01-30 Gregory P.... maintain support for older python versions in this...
2006-01-29 Gregory P.... fix test import for use in standalone pybsddb project...
2006-01-29 Tim PetersWhitespace normalization.
2006-01-29 Martin v. LöwisTry a number of ports, in case 9020 is already in use.
2006-01-29 Martin v. LöwisExplicitly close the server socket.
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.
next