]> granicus.if.org Git - python/shortlog
python
2003-05-09 Jack JansenDocumented the new autoGIL module.
2003-05-09 Just van Rossumalso support cmd-. in the interactive window
2003-05-09 Michael W.... Simple fix for
2003-05-09 Jack JansenSuppress wartning on macfs import.
2003-05-09 Martin v. LöwisOnly look for krb5.h if ssl.h was found.
2003-05-09 Martin v. LöwisDeclare encoding. Use unsigned long constants. Fixes...
2003-05-09 Just van Rossumadd explicit support for cancelling a running script...
2003-05-09 Just van Rossummore dead code removal
2003-05-09 Just van Rossumdead code removal
2003-05-09 Martin v. LöwisPatch #734118: Add {get|set}busywaitinterval.
2003-05-09 Just van RossumYet another addition to [731644]: only use the lock...
2003-05-09 Just van RossumAddition to [731644]: also use the lock when using...
2003-05-09 Just van Rossum[ 731644] & [ 604210 ] Release the GIL around getaddrin...
2003-05-08 Kurt B. Kaiser1. Implement processing of user code in subprocess...
2003-05-08 Tim PetersLeading "C:" no longer hardcoded in the default install...
2003-05-08 Jim FultonFixed small typo Pointed out by Michael Hudson.
2003-05-08 Jim FultonFixed a typo in an example dealloc routine that calls...
2003-05-08 Barry WarsawBump version number
2003-05-08 Barry WarsawA couple of new parsedate test cases.
2003-05-08 Barry Warsawparsedate_tz(): Be slightly more lenient when there...
2003-05-08 Greg WardClarify the dedent() example a bit by indenting the...
2003-05-08 Greg WardSF patch #598163 (Ville Vainio, vvainio@users.sourcefor...
2003-05-08 Greg WardMinor clarification of dedent().
2003-05-08 Greg WardAdd DedentTestCase to test dedent() function.
2003-05-08 Greg WardSF patch #598163 (Ville Vainio, vvainio@users.sourcefor...
2003-05-08 Greg WardUpdate to Optik 1.4.1+: adds __all__ (Optik SF bug...
2003-05-07 Brett CannonLibrary documentation for the 'test' package. Still...
2003-05-07 Jim FultonRewrote the basic section of the chapter on defining...
2003-05-07 Raymond HettingerMore message updates and minor fixes.
2003-05-07 Raymond HettingerUpdate traceback message
2003-05-07 Andrew M. KuchlingAdd list.insert() change for negative positions
2003-05-07 Skip Montanaroadd missing parens - verified w/ interpreter - sorry...
2003-05-07 Skip Montanaroset platform properly for OSF/1
2003-05-07 Skip Montanaroreplace most uses of `...` by repr(...), noting that...
2003-05-07 Jack JansenMerged 2.3b1 welcome message to the trunk.
2003-05-07 Jack JansenMerged 1.2.2.1 fixes:
2003-05-07 Raymond HettingerSF bug #730296: Unexpected Changes in list Iterator
2003-05-07 Greg WardSF #596434: tweak wordsep_re so the definition of an...
2003-05-07 Greg WardSF #596434: add test_funky_parens() to probe some more...
2003-05-07 Greg WardSF #726446: raise ValueError if width <= 0.
2003-05-07 Greg WardSF #726446: ensure wrap() raises ValueError when width...
2003-05-07 Raymond HettingerSF patch #729395: Dictionary tuning
2003-05-06 Skip Montanarop.strip(os.sep) can't have possibly worked. It would...
2003-05-06 Skip Montanarobuild bsddb185 module in certain restricted circumstances
2003-05-06 Skip Montanaroadd note about bsddb185 module
2003-05-06 Skip Montanarodetect old version 2 hash files and return "bsddb185...
2003-05-06 Skip Montanaroadd a note about the undocumented bsddb185 module
2003-05-06 Skip Montanaroadd open function to bsddb185 module so the file format...
2003-05-06 Skip Montanarodon't need to worry about file endianness
2003-05-06 Skip MontanaroData file for bsddb185 test
2003-05-06 Skip Montanarotest case for bsddb185 module
2003-05-06 Skip Montanarothe new bsddb185 module is an expected skip on most...
2003-05-06 Skip Montanaroadd Guido's reasoning behind running all tests twice
2003-05-06 Skip Montanaroadd not-yet-supported Unicode test just so it doesn...
2003-05-06 Skip Montanaroadd testall target - just adds -uall to the regrtest...
2003-05-06 Jack JansenFix for #731643: allow "lookup in documentation" to...
2003-05-06 Jack JansenAllow for Version, Flavor and Download-URL not being...
2003-05-06 Jack JansenWhen doing a forced install of a package depending...
2003-05-06 Raymond HettingerSF bug #692959: new.function ignores keyword arguments
2003-05-06 Walter DörwaldPort test_uu.py to PyUnit. From SF patch #662807.
2003-05-05 Raymond HettingerSF patch #729395: Dictionary tuning
2003-05-05 Martin v. LöwisPatch #732479: Fix typos.
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
next