]> granicus.if.org Git - python/shortlog
python
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
2003-09-04 Fred DrakeSuppress more online-only navigation in the printed...
2003-09-04 Fred Drakemake sure cells are really generated for all table...
2003-09-04 Fred Drakeadjust markup to avoid suppressing a word space in...
2003-09-04 Fred DrakeMake the redundent portion of the lower navigation...
2003-09-04 Martin v. LöwisPatch #788249: Pass an explicit buffer to setvbuf in...
2003-09-04 Martin v. LöwisPatch #798202: detect redhat9 Tcl/Tk in configure script.
2003-09-04 Martin v. LöwisPatch #794826: Add __file__ in dynamically loaded modul...
2003-09-04 Martin v. LöwisPatch #792338: Correct documentation for timetuple...
2003-09-04 Martin v. LöwisPatch #798145: Return correct information from nl_langi...
2003-09-04 Jason TishlerBug #794140: cygwin builds do not embed
2003-09-04 Jason TishlerThis patch enables the building of Cygwin Python with...
2003-09-03 Martin v. LöwisCatch locale.error as well. Fixes #788378. Will backpor...
2003-09-03 Martin v. LöwisUse de_DE in example, change message for unknown locale...
2003-09-03 Barry Warsawtest_get_param_with_semis_in_quotes(): Test case for...
2003-09-03 Barry WarsawNEWS about email package 794466 patch.
2003-09-03 Barry WarsawA fix for parsing parameters when there are semicolons...
2003-09-03 Barry WarsawDocument the Pynche patch.
2003-09-03 Barry WarsawFix for SF bug #780996, crash when no .pynche file...
2003-09-02 Fred Drakeuse the long names for re compilation options; this...
2003-09-02 Andrew M. KuchlingModernize code a bit: use isinstance instead of type...
2003-09-02 Andrew M. Kuchling[Patch #759208] Fix has_key emulation to not raise...
2003-09-02 Raymond HettingerOnly apply case-insensitivity test on appropriate platf...
2003-09-02 Raymond HettingerSF bug #453515: filecmp.dircmp case sensitivity bug
2003-09-02 Raymond HettingerSF patch #798255: Document httplib.HTTPResponse.read...
2003-09-02 Raymond HettingerSF 798269: bug fix for doctest (sf bug id: 798254
2003-09-02 Raymond HettingerSF 798269: bug fix for doctest (sf bug id: 798254
2003-09-02 Raymond HettingerSF patch #736962: Port tests to unittest (Part 2)
2003-09-01 Raymond HettingerSF patch #790443: add SafeConfigParser to __all__
2003-09-01 Raymond HettingerMinor typo
2003-09-01 Raymond HettingerSF patch #791153: inconsistency with implementation...
2003-09-01 Raymond HettingerSF patch #798534: Windows os.popen needlessly gets...
2003-09-01 Raymond HettingerSF patch #798534: Windows os.popen needlessly gets...
2003-09-01 Raymond HettingerSF patch #798467: Update docstring of has_key for...
2003-09-01 Raymond HettingerSF patch #798467: Update docstring of has_key for...
2003-08-31 Raymond HettingerSF bug #797853: Small problems with the csv module...
2003-08-31 Raymond HettingerSF bug #732120:An extended definition of "non-overlappi...
2003-08-31 Raymond HettingerSF patch #797157: Bug 794658: os.chmod docs, stat...
2003-08-31 Raymond HettingerSF bug #785222: zlib monotonic test
2003-08-31 Raymond HettingerFix long option markup.
2003-08-30 Raymond HettingerRemove 'e.g.' from error message
2003-08-30 Raymond HettingerSF patch #797180: Bug 792656: slicing explained
2003-08-30 Raymond HettingerSF patch #797868: Tutorial, sec. 5.1.4 could contain...
2003-08-30 Raymond HettingerSF patch #736962: Port tests to unittest
2003-08-30 Raymond HettingerSF bug 797650: Infinite loop in textwrap.py
2003-08-30 Raymond HettingerEliminate unnecessary eval() in tests
2003-08-30 Raymond HettingerFor safety, replace a tuple entry before decreffing it.
2003-08-29 Raymond HettingerSF bug #793826: using itertools.izip to mutate tuples
2003-08-29 Andrew M. KuchlingRework previous fix slightly; the &0x20 test seems...
2003-08-29 Andrew M. KuchlingAdd tests for meta- bit set
2003-08-29 Andrew M. Kuchling[Bug #790356] unctrl() doesn't work for full printable...
next