]> granicus.if.org Git - python/shortlog
python
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...
2003-04-29 Raymond HettingerSF bug #729096: getopt online documentation example...
2003-04-29 Brett CannonAdd comment that urlopen opens local files without...
2003-04-28 Tim PetersReworded fabs() for consistency with the others. Noted...
2003-04-28 Brett CannonRaise a ValueError when there is data that was not...
2003-04-28 Tim Peterswalk() docs: Emphasize that the recursive-delete examp...
2003-04-28 Tim PetersSF bug 728097: tmpnam problems on windows 2.3b, breaks...
2003-04-28 Tim Peterswalk() docs: Worked "walking" into the description...
2003-04-27 Brett CannonMake tests clean up after themselves better. This...
2003-04-27 Gustavo Niemeyer- Included detailed documentation in _sre.c explaining...
2003-04-27 Gustavo NiemeyerFix for part of the problem mentioned in #725149 by...
2003-04-27 Gustavo NiemeyerApplied patch #725106, by Greg Chapman, fixing capturin...
2003-04-27 Raymond HettingerFactor out common boilerplate for test_support
2003-04-27 Gustavo NiemeyerApplying patch #726869 by Andrew I MacIntyre, reducing...
2003-04-27 Gustavo NiemeyerApplying patch by Neal Norwitz:
2003-04-26 Tim PetersClarified new text about math exceptions.
2003-04-26 Tim PetersA start on news for 2.3b2.
2003-04-26 Tim PetersRewrote. As reported on c.l.py, when the test suite...
2003-04-26 Skip MontanaroAdd note about platform-specific behavior arising from...
2003-04-26 Tim PetersUse os.walk() to find files to delete.
2003-04-26 Fred DrakeVersion updates for Python 2.3.
2003-04-26 Guido van RossumMerge back from r23b1-branch
2003-04-25 Guido van RossumUpdate version number and release date.
2003-04-25 Guido van RossumNew feature: when saving a file, keep the eol conventio...
2003-04-25 Fred Drakeorganizational and markup cleansing
2003-04-25 Kurt B. KaiserUpdate for release into Python
2003-04-25 Fred DrakeUpdated information on package metadata to reflect...
2003-04-25 Kurt B. KaiserUpdate for 2.3b1
2003-04-25 Fred Drake- add availability statements for some of the new APIs
2003-04-25 Skip Montanarofinal bit of tests converted from test_sre
2003-04-25 Skip Montanarotest_sre is dead! long live test_re!
2003-04-25 Skip Montanarodeleted more tests which were either already in test_re...
2003-04-25 Skip Montanaromore tests converted from test_sre
2003-04-25 Fred DrakeAdd modified versions of the examples from Sean Reifsch...
2003-04-25 Guido van RossumFix a copy-paste error: the paragraph about inet_ntop...
2003-04-25 Skip MontanaroRemove tests which were migrated to test_re.py. There...
2003-04-25 Skip Montanaroreflect csv's change back to a module. Document the...
next