]> granicus.if.org Git - python/shortlog
python
2003-07-11 Jeremy HyltonChange warnings to avoid importing re module during...
2003-07-11 Fred Drake- fix typo
2003-07-11 Andrew MacIntyrepatch #766650 - whichdb not identifying dbm DBs when...
2003-07-11 Just van Rossum[ 767645 ] correctly set the os.path.supports_unicode_f...
2003-07-11 Tim Peters__setitem__: Use integer division for computing #...
2003-07-11 Tim PetersAdded a new randomized test.
2003-07-11 Fred Drakenormalize whitespace
2003-07-11 Fred Drakeupdate the reference to the Apple Publications Style...
2003-07-10 Raymond HettingerSF #767592: unittest docs don't suggest "unittest.main()"
2003-07-10 Skip Montanaroavoid testing for -Kthread or -pthread if the default...
2003-07-10 Fred Drakefix stupid typo
2003-07-10 Kurt B. KaiserSF Patch 763681
2003-07-10 Raymond HettingerMissing markup.
2003-07-10 Just van RossumFixed a bug that's been there from the beginning but...
2003-07-10 Just van Rossumdon't optimize empty strings
2003-07-10 Jeremy HyltonFix wrong header name. The framework looks for auth_he...
2003-07-10 Andrew MacIntyreupdate OS/2 EMX port notes
2003-07-10 Andrew MacIntyreExtend the pwd & grp emulations to support accessing...
2003-07-10 Andrew MacIntyrepatch #764612 - find DB 4.1/4.0/3.x on FreeBSD and...
2003-07-09 Raymond HettingerSF patch #768187: replace apply(f, args, kwds) with...
2003-07-09 Neal NorwitzAdd versionadded. Remove duplicate "to"
2003-07-09 Gregory P.... fix to work on python <= 2.1
2003-07-09 Gregory P.... bugfix: proper import bsddb exists below
2003-07-09 Mark HammondFix [ 766669 ] Consistent GPF on exit
2003-07-09 Gregory P.... bsddb 4.1.6:
2003-07-09 Kurt B. KaiserSF Bug 767794
2003-07-08 Skip Montanarotypo
2003-07-08 Tim PetersI "cvs admin -kb"'ed these files to close a bug report...
2003-07-08 Kurt B. KaiserAdding "use warnings" to .../Doc/perl/python.perl raises
2003-07-08 Kurt B. KaiserDocument interrupt_main()
2003-07-08 Neal Norwitzadd missing '
2003-07-08 Fred DrakeImprove compatibility with more versions of LaTeX2HTML...
2003-07-08 Fred Drake- clean up table markup for readability
2003-07-08 Fred DrakeUpdate Tkinter3000 notes based on text from Fredrik...
2003-07-08 Jeremy HyltonFix SF bug 764095: Don't use network in test_httplib.
2003-07-08 Anthony BaxterFixed a table that wasn't in a tableii block, and added...
2003-07-07 Fred DrakeUse Boolean values for the capturestderr flag.
2003-07-07 Martin v. LöwisUse -fno-strict-aliasing if available. Fixes #766696...
2003-07-07 Fred Drake- explain about making Python scripts executable on...
2003-07-07 Gregory P.... Fix a typo/cut-n-paste error in DBCursor.join_item...
2003-07-07 Fred Drakeremoved trailing tabs in several places, including...
2003-07-07 Fred DrakeError noted in email to python-docs: PyObject correspon...
2003-07-07 Jeremy HyltonThis file was moved to Lib/.
2003-07-07 Jeremy HyltonPatch from Zooko to remove an experimental feature.
2003-07-07 Neal Norwitzadd versionadded for getcheckinterval
2003-07-06 Tim PetersNew function sys.getcheckinterval(), to complement...
2003-07-06 Martin v. LöwisInclude grp.h in setgroups test. Fixes #765822.
2003-07-05 Neal NorwitzFix SF bug #766288, property() example gives syntax...
2003-07-04 Just van Rossum#765903:
2003-07-04 Jack JansenFixed lots of minor issues found by Edward Moy: incorre...
2003-07-04 Jack JansenFixed two bugs in MacOSX framework handling spotted...
2003-07-04 Jack JansenAdded missing newline at end of file.
2003-07-04 Jack JansenFiles used for 2.3b2 macpython binary distribution.
2003-07-04 Jack JansenIf a --python option is used to specify the Python...
2003-07-04 Tim PetersAn Anonymous Coward on c.l.py posted a little program...
2003-07-03 Jack JansenMoved two sentences around to make them clearer.
2003-07-03 Brett CannonFixes bug of timezone value being left as -1 when ...
2003-07-02 Jack JansenSkip noticed that the document talks about "setting...
2003-07-02 Jack JansenTooltip for tab/space consistency check was the wrong...
2003-07-02 Skip MontanaroCorrect documentation of check interval - it's 100...
2003-07-02 Just van RossumAddendum to #764548: restore 2.1 compatibility.
2003-07-02 Just van RossumFix and test for bug #764548:
2003-07-02 Skip MontanaroNote that csv files (when they are actual files) must...
2003-07-02 Raymond HettingerSF bug #764616: execfile(filename,...) not execfile...
2003-07-02 Raymond HettingerGrammar nit. SF bug #757822
2003-07-02 Fred DrakeRevert the previous change; this is now dealt with...
2003-07-02 Fred DrakeThere's a better way to deal with the "comment" environ...
2003-07-02 Just van Rossumfixed typo in comment
2003-07-02 Fred DrakeMake the "install schema" tables follow the same table...
2003-07-02 Fred DrakeThe Macintosh Modules Reference now formats to GNU...
2003-07-02 Fred DrakeFill out the set of macros and environments supported...
2003-07-02 Andrew MacIntyreOn those systems lacking the AFMT_S16_NE symbol, the...
2003-07-02 Andrew MacIntyreFreeBSD 5.x has moved some library routines and typedef...
2003-07-02 Fred DrakeThe datetime C API really isn't usable outside the...
2003-07-02 Fred DrakeFix a variety of small markup nits.
2003-07-02 Jack JansenMoved the IDE tutorial to a directory with a shorter...
2003-07-02 Neal NorwitzSF #764121, docstring for spawnlp incorrect
2003-07-01 Neal NorwitzFix SF bug #763637, 2.3b2 unpack tuple of wrong size...
2003-07-01 Just van Rossum- added (c)StringIO tests; cStringIO usage failed in...
2003-07-01 Just van Rossum- replaced a couple of asserts with proper exceptions
2003-07-01 Neal NorwitzUse appropriate macros not the deprecated DL_IMPORT...
2003-07-01 Tim PetersMake the classes exposed by threading.py new-style...
2003-07-01 Tim PetersResolved minor XXX question in the obvious way.
2003-07-01 Fred Drake- note that super() only applies to new-style classes;
2003-07-01 Fred Drakenormalize markup for consistency
2003-07-01 Neal NorwitzRemove carriage returns
2003-07-01 Neal NorwitzFix SF bug #763023, difflib.py: ratio() zero division...
2003-07-01 Tim Petersconnector(): You can't use an empty string as an argum...
2003-07-01 Tim Petersshowwarning() calls formatwarning(), not showwarning().
2003-07-01 Neal NorwitzFix SF bug #763770, test_socket_ssl crash
2003-07-01 Raymond HettingerImprove the wording a bit
2003-07-01 Raymond HettingerFix spelling, grammar, usage, and markup.
2003-07-01 Raymond HettingerSF #751062: Tutorial: remove string exceptions, add...
2003-07-01 Raymond HettingerTest Brett's addition of __all__ to Queue.
2003-07-01 Brett CannonAdd __all__ .
2003-07-01 Brett CannonMake temporary change of using _strptime for time.strpt...
2003-07-01 Neal NorwitzSF bug 753592, websucker bug
2003-07-01 Neal NorwitzFix SF #763362, test_posixpath failed
2003-07-01 Mark HammondSupport 'mbcs' as a 'built-in' encoding, so the C API...
2003-06-30 Neal NorwitzAdd versionadded info for the 2 new threading module...
next