]> granicus.if.org Git - python/shortlog
python
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...
2003-04-25 Fred DrakeUse a simpler \note instead of a "See also" section...
2003-04-25 Guido van RossumSkip testing inet_ntop() an inet_pton() if they aren...
2003-04-25 Guido van RossumFix the tests on Windows, by writing the test data...
2003-04-25 Neal NorwitzAdd versionadded for has_ipv6 attribute
2003-04-25 Neal NorwitzFix markup
2003-04-25 Fred Drakemarkup adjustments
2003-04-25 Skip Montanarorework Sniffer api significantly
2003-04-25 Skip Montanarosome sniffer tests
2003-04-25 Skip Montanaromore tests from test_sre
2003-04-25 Fred DrakeAttempt to deal with some obvious errors in the code...
2003-04-25 Guido van RossumNew version from Vinaj, should solve the threading...
2003-04-25 Skip Montanarocopy a few tests from test_sre
2003-04-25 Walter DörwaldPort test_bool.py to PyUnit. From SF patch #662807.
2003-04-25 Brett CannonComplete rewrite of module. Only has tests using tempo...
2003-04-25 Tim PetersNew generator os.walk() does a bit more than os.path...
2003-04-25 Guido van RossumMove socket news to 2.3b1 section! And mention has_ipv6.
2003-04-25 Guido van RossumPatch by Jp Calderone:
2003-04-25 Guido van Rossumtest_re is no longer needed
2003-04-25 Guido van RossumFix test_limitations(). The match there is *expected...
2003-04-25 Andrew M. Kuchling[Patch #628208] Document the allow_none argument
2003-04-25 Andrew M. Kuchling[Patch #628208] Test the 'nil' extension
2003-04-25 Andrew M. Kuchling[Patch #628208] Add optional support for the 'nil'...
2003-04-24 Tim PetersTry to recover from changes in the structure of the...
2003-04-24 Tim PetersSquashed new compiler wngs about trying to compare...
2003-04-24 Skip Montanarocsv is a module again
2003-04-24 Skip Montanarocvs is going to be a module again
2003-04-24 Raymond HettingerSF bug 557704: netrc module can't handle all passwords
2003-04-24 Skip Montanaromove imports in Binary class to top level to avoid...
2003-04-24 Skip Montanaronew method: has_function() - returns a boolean indicati...
2003-04-24 Skip Montanarofirst cut at unittest version of re tests
2003-04-24 Skip Montanaroif the test is run directly (__name__ == "__main__...
2003-04-24 Skip Montanaroremove test_socketserver from the skip lists
2003-04-24 Skip Montanaro* minor tweaks relating to the package nature of the...
2003-04-24 Barry WarsawUpdated a bunch of docs to describe how message ids...
2003-04-24 Barry WarsawGNUTranslations:
2003-04-24 Barry WarsawUnicodeTranslationsTest.setUp(): Removed the coerce...
2003-04-24 Andrew M. KuchlingRemove unneeded continuation chars
2003-04-24 Andrew M. KuchlingMove all the imports to the top; use md5.new()
2003-04-24 Andrew M. KuchlingRun this demo script through reindent.py; output has...
2003-04-24 Andrew M. KuchlingModernize the code a bit:
2003-04-24 Andrew M. KuchlingModernize the code a bit:
2003-04-24 Andrew M. KuchlingRun these demo scripts through reindent.py to give...
2003-04-24 Andrew M. KuchlingModernize code by using isinstance() instead of type...
2003-04-24 Andrew M. KuchlingAvoid TypeError by not comparing complex numbers
2003-04-24 Tim PetersBump Windows build number for 2.3b1.
2003-04-24 Raymond HettingerSF bug 665835: filter() treatment of str and tuple...
2003-04-24 Tim PetersBump version number to 2.3b1.
2003-04-24 Andrew M. KuchlingFix case
2003-04-24 Andrew M. KuchlingAdd some more items
2003-04-24 Fred DrakeBump the release information.
2003-04-24 Andrew M. KuchlingFix docstring typo
2003-04-24 Fred DrakeAdd cross-references between urllib.urlencode() and...
2003-04-24 Thomas HellerThis test now uses the separate getargs_X functions...
2003-04-24 Thomas HellerNew support functions for test_getargs2.
2003-04-24 Tim PetersWhitespace normalization.
2003-04-24 Barry WarsawGet rid of some hard coded tabs
2003-04-24 Raymond HettingerSF patch 695710: fix bug 678519: cStringIO self iterator
2003-04-24 Raymond HettingerSF Patch 549151: urllib2 POSTs on redirect
2003-04-24 Fred DrakeNote the platform module.
next