]> granicus.if.org Git - python/shortlog
python
2003-09-22 Jeremy HyltonFix SF bug [ 808594 ] leak on lambda with duplicate...
2003-09-22 Gregory P.... Add BerkeleyDB 4.2 to the library search for the bsddb...
2003-09-21 Gregory P.... minor correction. python 2.3 was released with the...
2003-09-21 Gregory P.... raise pybsddb version number to 4.2.1 to differentiate...
2003-09-21 Raymond HettingerImprove and expand identity tests.
2003-09-21 Gregory P.... Adds basic support for BerkeleyDB 4.2.x. Compiles...
2003-09-20 Gregory P.... Maintain backwards compatibility with python < 2.3...
2003-09-20 Tim PetersSF patch 809915: Fix bogus address to hopefully always...
2003-09-20 Tim Peterstest__locale (two underscores) can't pass on Windows...
2003-09-20 Martin v. LöwisPatch #800697: Add readline.clear_history.
2003-09-20 Martin v. LöwisPatch #707167: Pass dircache exceptions to the caller...
2003-09-20 Martin v. LöwisCheck for declarations of fchdir and fsync. Fixes ...
2003-09-20 Martin v. LöwisPatch #730597: Disable POPEN for RTEMS.
2003-09-20 Martin v. LöwisPatch #805613: Fix usage of the PTH library.
2003-09-20 Martin v. LöwisPatch #808362: Fix typos.
2003-09-20 Martin v. LöwisPatch #713645: Fix typo.
2003-09-20 Martin v. LöwisPatch #793559: Reset __starttext_tag. Fixes #709491...
2003-09-20 Martin v. LöwisPatch #805976: Add DOTBOX and UNDERLINE.
2003-09-20 Martin v. LöwisPatch #805678: Add .so symlink during make install...
2003-09-20 Martin v. LöwisPatch #805604: Do not check for sem_init, do not use...
2003-09-19 Brett CannonImprove detection of whether tzset is broken.
2003-09-17 Thomas HellerFix a typo found by Eric D. Moyer, closes SF 807813.
2003-09-17 Raymond HettingerSF patch #806246: use basestring where possible
2003-09-16 Raymond Hettinger* Minor wording change
2003-09-16 Raymond HettingerMinor fixups
2003-09-16 Tim PetersOn c.l.py, Martin v. Löwis said that Py_UNICODE could...
2003-09-16 Jeremy HyltonDouble-fix of crash in Unicode freelist handling.
2003-09-16 Raymond HettingerFix leak in classobject.c. The leak surfaced on the...
2003-09-16 Raymond HettingerTest __all__ for unittest.py
2003-09-16 Raymond HettingerImprove the leak fix so that PyTuple_New is only called...
2003-09-16 Jeremy HyltonChange checks of PyUnicode_Resize() return value for...
2003-09-16 Jeremy HyltonCorrect check of PyUnicode_Resize() return value.
2003-09-16 Jeremy HyltonReflow long lines and reformat.
2003-09-15 Raymond HettingerFix leak discovered in test_new by Michael Hudson.
2003-09-15 Raymond HettingerSF bug #804113: Crypto terminology for crypto hash...
2003-09-15 Andrew M. KuchlingRemove possibly-misleading Expat version
2003-09-15 Steve PurcellExplicitly define public symbols via __all__: see discu...
2003-09-13 Raymond Hettinger* Converted test to unittest format.
2003-09-13 Raymond HettingerThe previous change works much faster (one lookup per...
2003-09-13 Raymond HettingerSF bug #804115: bad argument handling(unittest.py)
2003-09-13 Raymond HettingerSimplify doctest of tee().
2003-09-12 Martin v. LöwisPatch #793021: Implement htmllib.HTMLParser.reset....
2003-09-12 Martin v. LöwisPatch #790000: Allow os.access to handle Unicode file...
2003-09-12 Raymond HettingerSF #662923
2003-09-12 Raymond HettingerSF bug #804280: fromkeys is not listed in index
2003-09-11 Fred Drakefix markup buglets
2003-09-11 Fred Drake- added many links into the library reference
2003-09-11 Fred Drake- add several links into the library reference
2003-09-11 Fred Drakeremove useless <br/> from the top navigation panel
2003-09-11 Fred Draketry to fix up the padding inside a notice environment...
2003-09-10 Raymond HettingerSF patch #803449: modernize demo scripts
2003-09-10 Fred Drake- add version annotation for HIGHEST_PROTOCOL
2003-09-10 Jeremy HyltonOops. Really fix the indentation problem this time.
2003-09-10 Jeremy HyltonFix inconsistent mix of tabs and spaces that caused...
2003-09-10 Brett Cannonselect.select() now accepts a sequence (as defined...
2003-09-10 Skip Montanaromention new module doc display feature of pydoc in...
2003-09-10 Raymond HettingerSF bug #803679: Missing section number in csv module...
2003-09-10 Raymond HettingerSF bug #803842: Wrong description of regexp concatenation
2003-09-10 Skip Montanarodisplay link to module docs when it looks like the...
2003-09-10 Raymond HettingerSF bug #802302: Invalid documentation for dbhash.
2003-09-10 Raymond HettingerSF patch #800899: Making "|" directive from REs a...
2003-09-10 Kurt B. KaiserPython Bug 775061
2003-09-10 Raymond HettingerFix typo.
2003-09-09 Fred Drakeend-of-sentence punctuation comes *before* \footnote...
2003-09-09 Raymond HettingerSF #801306: Bad RE in scanf example
2003-09-09 Raymond HettingerSF bug #560286: Add docs for 'basestring'
2003-09-08 Raymond HettingerAdd an example to address a common question of how...
2003-09-08 Raymond HettingerSet the warnings stacklevel to two.
2003-09-08 Raymond HettingerFix spacing markup and other sundries.
2003-09-08 Raymond HettingerFix spacing markup and other sundries.
2003-09-08 Raymond HettingerGeneralize the last change to check for other markup...
2003-09-08 Raymond HettingerCheck for \NULL markup errors.
2003-09-07 Martin v. LöwisOnly release buffer after file has been closed. Fixes...
2003-09-07 Just van RossumPatch #801349: 64-bit fix for AMD64 from Gwenole Beauch...
2003-09-07 Tim PetersSF bug 801631: file.truncate fault on windows.
2003-09-07 Fred Drakefix \NULL with following space and no {} (two instances)
2003-09-07 Fred Drakefix \NULL with following space and no {}
2003-09-07 Brett CannonFix minor LaTeX bug of not ending a \NULL{} with the...
2003-09-06 Skip Montanaro**kwds arg was missing from __init__ for Dict{Reader...
2003-09-06 Fred Drake- reorganize sections
2003-09-06 Fred Drakeadd missing dependency
2003-09-06 Raymond HettingerSF bug 799191: fix markup
2003-09-06 Raymond HettingerSF bug 799367: grammar error
2003-09-06 Raymond HettingerSF bug #801486: Markup error.
2003-09-06 Raymond HettingerSF bug #801342: Bug (documentation or real, your choic...
2003-09-06 Fred Drakeadd a note about how \ulink should be different than...
2003-09-06 Fred DrakeElaborate the explanation of different flavors of _...
2003-09-06 Fred Drake- create a hyperlink for a section reference (also...
2003-09-06 Fred Drakeavoid spurious vertical whitespace preceeding heading...
2003-09-05 Fred Drakemarkup updates
2003-09-05 Fred Drakenormalize whitespace; detabify
2003-09-05 Fred Drakefix some nuissance formatting problems for the "alltt...
2003-09-05 Fred Drakenormalize whitespace
2003-09-05 Raymond HettingerSF bug #800796: Difference between hash() and __hash__()
2003-09-05 Fred Drakeadd index entry
2003-09-05 Fred Drakefix minor markup nits
2003-09-05 Fred Drakeadd a relevant "see also" link
2003-09-05 Fred Drakemake the padding inside a "See also" box more consisten...
2003-09-05 Fred Drakeclean up some markup
2003-09-04 Fred Drakenormalize whitespace
next