]> granicus.if.org Git - python/shortlog
python
2004-11-08 Tim Peterstest_doctest.py test_pdb_set_trace_nested(): A new...
2004-11-08 Michael W.... test for fixedness of bug #1057835.
2004-11-08 Michael W.... Fix bug
2004-11-08 Raymond HettingerSF #1062190. Removed an assertion that rendered trace...
2004-11-08 Tim PetersSF bug 1061968: threads: segfault or Py_FatalError...
2004-11-07 Martin v. LöwisStop printing listdir bytestring output, as the precise...
2004-11-07 Martin v. LöwisTry a different filename if the Latin-1 file name cannot
2004-11-07 Johannes GijsbersPatch #1062033 / bug #1027771: clarify what happens...
2004-11-07 Johannes GijsbersPatch #1062018 / bug #1038693: comment out dead link...
2004-11-07 Johannes GijsbersPatch #1061931 / bug #971872: factor out part of spillp...
2004-11-07 Peter AstrandAdded more documentation about the executable argument.
2004-11-07 Jeremy HyltonFix for SF bug 988120 via patch 1061941.
2004-11-07 Johannes GijsbersPatch #1061924: add documentation for BaseRotatingHandl...
2004-11-07 Johannes GijsbersClarify that it's not necessary to subclass from TestCa...
2004-11-07 Johannes GijsbersPatch #1061904 / bug #878275: give a nicer error messag...
2004-11-07 Peter AstrandWhen using shell=True on Windows, don't display a shell...
2004-11-07 Jeremy HyltonFix apparently trivial buffer overflow (SF bug 1060396).
2004-11-07 Peter AstrandIf close() fails in file_dealloc, then print an error...
2004-11-07 Johannes GijsbersPatch #1061857: add documentation for previously undocu...
2004-11-07 Jeremy HyltonSF patch 1025636: Check for NULL returns in compile...
2004-11-07 Johannes GijsbersBug #1055168: calling pdb.set_trace() calls Bdb.set_tra...
2004-11-07 Martin v. LöwisBump version for 2.4c1
2004-11-07 Raymond HettingerSF bug #1061457: spelling error in win installer
2004-11-07 Raymond HettingerSF patch #1061780: use a new -m option in pdb and...
2004-11-07 Tim PetersWhitespace normalization.
2004-11-07 Brett CannonMove the AC_MSG_RESULT function call for checking for...
2004-11-07 Brett CannonAdd comment about removal of CoreServices/CoreFoundatio...
2004-11-06 Tim PetersEssentially SF patch 1061679: add missing __all__...
2004-11-06 Brett CannonComment cleanup.
2004-11-06 Anthony Baxterregenerated configure from configure.in
2004-11-06 Raymond HettingerDon't choke on modes like rb or wb.
2004-11-06 Barry Warsawget_boundary(): Fix for SF bug #1060941. RFC 2046...
2004-11-06 Barry Warsawtest_boundary_with_leading_space(): Test case for SF...
2004-11-05 Raymond HettingerSF bug #1060825: Error in difflib docs
2004-11-05 Raymond HettingerSF patch #1035255: Remove CoreServices / CoreFoundation...
2004-11-05 Fred Drake- remove some bogus <meta> tags from the document head
2004-11-05 Fred Drakegenerate the "type" attribute on the favicon link
2004-11-05 Fred Drakeswitch remaining icon references to the PNG icons
2004-11-05 Fred Drakeadd encouragement to contribute without learning LaTeX
2004-11-05 Fred Drake- make the default image type PNG, to match mkhowto
2004-11-04 Tim PetersPoint out some platform vagaries in stat() and utime().
2004-11-04 Armin RigoMistakes in the "sequence types" page:
2004-11-04 Fred Drakemarkup nit
2004-11-04 Anthony Baxterpost-release
2004-11-04 Skip MontanaroFix bug 1052242. Also includes rewrite of test case...
2004-11-04 Fred Drakefix markup in "title" attribute for \citetitle{}
2004-11-03 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.4b2
2004-11-03 Anthony Baxterrelease shenanigans
2004-11-02 Martin v. LöwisExclude badsyntax from compileall; adjust options to...
2004-11-02 Martin v. LöwisBump buildno for 2.4b2.
2004-11-02 Fred Drakefix accidental commit
2004-11-02 Fred Drakeclarify discussion of iteration in the section on the...
2004-11-02 Fred Drakeclarify discussion of iteration in the section on the...
2004-11-02 Fred Drakeclarify trailing comma in function argument list
2004-11-02 Fred Drake- show how to use file.write() with a non-string value
2004-11-02 Anthony Baxterrelease bit
2004-11-02 Raymond HettingerMaintain peepholer's cumlc invariant by updating the...
2004-11-02 Raymond HettingerBump-up block size.
2004-11-01 Raymond Hettinger* Bumped up the sleep() delay to four seconds so this...
2004-11-01 Walter DörwaldAdd error checks for the bz2, cStringIO and operator...
2004-11-01 Tim Petersgc_list_move(): Make this truly equivalent to remove...
2004-11-01 Raymond HettingerSimplify and future proof NOP counting in the peepholer.
2004-11-01 Hye-Shik ChangBug #1057993: Use sleep() always instead of os.utime...
2004-11-01 Barry WarsawSF bug #1030118, this should have named the email.Utils...
2004-11-01 Barry WarsawSF patch #1056967, changes the semantics of Template...
2004-11-01 Tim Peterstest_on_error(): Rewrite so it works on WinXP too...
2004-11-01 Tim Petersgc list function cleanup.
2004-10-31 Tim Petershandle_weakrefs(): Simplification -- there's no need...
2004-10-31 Johannes GijsbersBug #1057535: add link in time module to calendar.timegm().
2004-10-31 Johannes GijsbersBug #1048941: shutil.rmtree error handling was always...
2004-10-31 Raymond HettingerSF patch #1056231: typo in comment (unicodeobject.h)
2004-10-30 Tim PetersSF 1055820: weakref callback vs gc vs threads
2004-10-30 Armin RigoFixed a comment and added another one.
2004-10-30 Raymond HettingerAdopt some peepholer suggestions from Armin Rigo:
2004-10-29 Fred Drakeadd xml:id attributes wherever we generate the IDs...
2004-10-29 Fred Drakestyle consistency:
2004-10-29 Vinay SajipAdded network logging example
2004-10-28 Armin RigoWrote down the invariants of some common objects whose...
2004-10-28 Walter DörwaldTrigger a few error cases in Modules/_codecsmodule.c.
2004-10-28 Brett CannonFix bug of implementation of algorithm for calculating...
2004-10-27 Mark HammondFix [1055540 ] bdist_wininst broken for pure Python...
2004-10-27 Raymond HettingerSF patch #1053375.
2004-10-27 Hye-Shik ChangAdd a comment explains why we should modify mtime here.
2004-10-27 Tim PetersRemoved newly redundant embedded import.
2004-10-27 Tim PetersWhitespace normalization.
2004-10-27 Tim PetersPaper over bug 1054615 by passing sane values to os...
2004-10-27 Greg WardUpdate optparse module and test suite to Optik 1.5a2.
2004-10-26 Facundo BatistaVery few little improvements.
2004-10-26 Tim PetersIn paragraph 1, changed
2004-10-26 Just van Rossum- Added tests for the string load/dump function.
2004-10-26 Just van RossumMade <data> output match Apple's exactly. To do that...
2004-10-26 Just van Rossumalso escape '>', to closer match Apple's plist output
2004-10-26 Hye-Shik ChangPatch #1044395: Allow configure option --enable-shared...
2004-10-26 Hye-Shik ChangSF #737473: Show up-to-date source code in tracebacks...
2004-10-26 Raymond HettingerSF bug #1053819: Segfault in tuple_of_constants
2004-10-26 Just van RossumDeprecating Dict class; going through a few hoops to...
2004-10-26 Just van Rossum- Removed Date class. We don't really need it for b...
2004-10-26 Just van Rossum- added two more convenience functions: readPlistFromSt...
2004-10-26 Raymond HettingerSF 1053956: help() not in tutorial index
2004-10-26 Raymond HettingerSF bug #1054139: serious string hashing error in 2.4b1
next