]> granicus.if.org Git - python/shortlog
python
2003-05-05 Raymond HettingerAdd notes from python-dev about readonly dictionaries.
2003-05-05 Tim PetersSF patch 730594: assert from longobject.c, line 1215.
2003-05-05 Walter DörwaldOn Mac OS X pwd.getpwall() might return the tuples
2003-05-05 Jeremy HyltonRefer reader to platform library docs for specific...
2003-05-05 Jeremy HyltonSF bug 622042: Don't expect response body from HEAD...
2003-05-05 Skip Montanarotypo
2003-05-05 Martin v. LöwisPatch #732284: Disable _XOPEN_SOURCE on UnixWare 7.
2003-05-05 Martin v. LöwisPatch #732234: Check for -Kthread.
2003-05-05 Jeremy HyltonBetter fix for newurl as suggested by Jim Jewett in...
2003-05-05 Jeremy HyltonAdd comment explaining try/except for endheaders().
2003-05-04 Jeremy HyltonRepair redirect handling and raise URLError on host...
2003-05-04 Raymond Hettinger* Note how dummy entry re-use benefits use cases with...
2003-05-04 Brett Cannon'forget' now also deletes any proper .pyo files.
2003-05-04 Tim PetersSomewhere along the way, the softspace attr of file...
2003-05-03 Greg WardScattered wording and typographical improvements (up...
2003-05-03 Greg WardRename "The Tao of Option Parsing" section to "Philosophy".
2003-05-03 Greg WardUse True/False instead of 1/0 when talking about store_...
2003-05-03 Greg WardAdd a big comment about cross-platform issues (especial...
2003-05-03 Greg WardUse TeX quotes -- ``foo'' -- as appropriate.
2003-05-03 Greg WardFix various markup errors: use \longprogramopt{} more...
2003-05-03 Martin v. LöwisTry linking hstrerror and inet_aton tests. Look for...
2003-05-03 Martin v. LöwisPatch #730170: Check for sem_init in -lpthread. Fixes...
2003-05-03 Martin v. LöwisUse \versionchanged, not \versionadded.
2003-05-03 Martin v. LöwisPatch #731514: Update recursion documentation to mentio...
2003-05-03 Martin v. LöwisPatch #708604: Check more function results. Will backpo...
2003-05-03 Martin v. LöwisPatch #730826: Enable extensions on NetBSD 2.0.
2003-05-03 Martin v. LöwisPatch #724588: Check whether the address of hstrerror...
2003-05-03 Martin v. LöwisPatch #684981: Add cleanup capability for argument...
2003-05-03 Martin v. LöwisRefer to __builtin__.file, not __builtins__.file
2003-05-03 Martin v. LöwisImplement tcl object __cmp__.
2003-05-03 Martin v. LöwisPatch #708495: Port more stuff to OpenVMS.
2003-05-03 Martin v. LöwisPatch #711902: Cause pydoc to show data descriptor...
2003-05-03 Martin v. LöwisChange 'and' to 'or' in _tkinter test.
2003-05-03 Raymond HettingerAdd a reference to dictnotes.txt. It does no good...
2003-05-03 Raymond Hettinger* Added a substantial number of edge case and argument...
2003-05-03 Raymond HettingerApply the simplified test_support boilerplate.
2003-05-03 Fred Drake- add title attributes to the navigation icons on the...
2003-05-03 Just van Rossumfixed typo
2003-05-03 Just van RossumInstall automatic GIL switcher upon IDE startup.
2003-05-03 Just van Rossumbuild the new autoGIL module on OSX
2003-05-03 Just van RossumShort and sweet module doing something very useful...
2003-05-02 Just van RossumFixed age-old beginner's error: don't start the main...
2003-05-02 Raymond HettingerSimplify ref count test.
2003-05-02 Raymond HettingerAdd StopIteration tests.
2003-05-02 Fred Drakeadd link types for the remaining links in the navigatio...
2003-05-02 Jack JansenCWI moved websites around without me knowing it, and...
2003-05-02 Raymond HettingerNote itertools.islice() bugfix.
2003-05-02 Fred Drake- add link relationships to some of the links in the...
2003-05-02 Raymond HettingerResearch notes and explorations for optimizing Python...
2003-05-02 Raymond HettingerThe previous made the stop argument optional.
2003-05-02 Raymond HettingerSF bug #730685: itertools.islice stop argument is...
2003-05-02 Tim PetersSF patch 731504: Typo in datetimemodule.c comment.
2003-05-02 Fred DrakeAvoid extraneous blank line generated in the middle...
2003-05-02 Fred DrakeRemove section number from the title for use in the
2003-05-02 Anthony BaxterPatch 731209: Restore socketmodule's behaviour with...
2003-05-02 Skip Montanaroadd note about building with bsddb185 and making it...
2003-05-02 Raymond HettingerAdded missing modules to __all__ check.
2003-05-02 Raymond HettingerUsed sets.Set() to compare unordered sequences.
2003-05-01 Jack JansenRename funny long suite to Disk_File_Folder.
2003-05-01 Jeremy HyltonSilence compiler warnings in VC 7.
2003-05-01 Ken ManheimerSlightly more lenient pdbtrack prompt recognition,...
2003-05-01 Ken ManheimerAllow for multiple parens around pdb prompt for (new...
2003-05-01 Walter DörwaldCombine the functionality of test_support.run_unittest()
2003-05-01 Walter DörwaldConsistently use test_support.foo everywhere.
2003-05-01 Martin v. LöwisConvert tcl objects to strings in getvar/setvar. Fixes...
2003-05-01 Martin v. LöwisPatch #729300: Disable error message if Python is not...
2003-05-01 Martin v. LöwisPatch #725942: Always rename emulation functions.
2003-05-01 Martin v. LöwisPatch #727805: Remove extra line ending from CGI responses.
2003-04-30 Guido van RossumMark CVS as 2.3b1+.
2003-04-30 Fred DrakeAt the site of an indexed reference to print, point...
2003-04-30 Fred Drakework around mostly-minor formatting problems; the encod...
2003-04-30 Fred Drake- comment out \moduleauthor that broke formatting until...
2003-04-30 Andrew M. KuchlingAllow _sre.c to compile with Python 2.2
2003-04-30 Michael W.... Delete comment my last checkin rendered obsolete.
2003-04-30 Brett CannonChange from a threading.Condition object to a threading...
2003-04-30 Brett CannonMake time.sleep calls go to 0 for common testing.
2003-04-30 Brett CannonFlesh out test_support docs.
2003-04-29 Piers Lauderimproved CRLF regex for previous fix
2003-04-29 Piers Lauderadded code to canonicalise line endings in data sent...
2003-04-29 Fred DrakeAllow "@" in unquoted attribute values.
2003-04-29 Jack JansenAdded a note about Stefan Deibels list of contacts.
2003-04-29 Jack JansenThe new bundlebuilder-generated applets contain an...
2003-04-29 Jack JansenBy default be verbose.
2003-04-29 Walter DörwaldPort test_richcmp.py to PyUnit. From SF patch #662807...
2003-04-29 Skip Montanarodocument socket speed reclamation. Patch 729293.
2003-04-29 Walter DörwaldUse the new htmlentitydefs.codepoint2name for test_xmlc...
2003-04-29 Raymond HettingerAdd doctest for example in the library reference.
2003-04-29 Fred DrakeExtract the errno value to use from the errno module...
2003-04-29 Guido van RossumWhen an unhandled exception happens, report the repr...
2003-04-29 Skip MontanaroRegain throughput lost with the _socketobject wrapper...
2003-04-29 Michael W.... Use Tim's suggestion to fix
2003-04-29 Michael W.... Armin Rigo's fix & test for
2003-04-29 Gustavo NiemeyerApplying patch #728656, by logistix, fixing opening...
2003-04-29 Guido van RossumRemove file that was moved to ../Include
2003-04-29 Fred Drake- clean up some extra punctuation hidden in indexing...
2003-04-29 Fred DrakeClarify that the timeout argument to read_until() is...
2003-04-29 Guido van RossumRemoving new files accidentally checked in on the trunk...
2003-04-29 Guido van RossumAdd back files that were accidentally deleted on the...
2003-04-29 Guido van RossumChecking in IDLEFORK exactly as it appears in the idlef...
2003-04-29 Brett CannonAdded tests for urlretrieve. Also made sure urlopen...
next