]> granicus.if.org Git - python/shortlog
python
2003-05-13 Andrew M. KuchlingDon't use 'file' as a variable name
2003-05-13 Andrew M. Kuchling[Bug #724767] Avoid use of 'file' as a variable name
2003-05-13 Tony Lownds1. The command-line arguments for subprocesses no longe...
2003-05-13 Andrew M. Kuchling[Bug #713722] Delete dangling references to unwritten...
2003-05-13 Andrew M. Kuchling[Bug #724767] crlf.py uses the variable name file,...
2003-05-13 Andrew M. Kuchling[Bug #732124] Clarify .pos, .endpos by saying 'method...
2003-05-13 Andrew M. KuchlingRemove more markup from headers
2003-05-13 Andrew M. Kuchling[Bug #729297] Remove markup in section headers
2003-05-13 Andrew M. Kuchling[Bug #729817] Document the rexec and Bastion modules...
2003-05-13 Andrew M. KuchlingFix typo
2003-05-13 Brett CannonFixed test_anydbm_creates to use proper paths for the...
2003-05-13 Brett CannonFix and add reference to urllib.urlencode for parse_qsl...
2003-05-12 Raymond Hettinger* Added separate checks for matching braces.
2003-05-12 Brett CannonJohn J. Lee contributed two urllib2 patches.
2003-05-12 Fred DrakeFix broken API descriptions in comments.
2003-05-12 Tim PetersWhitespace normalization.
2003-05-12 Tim PetersEffectively renamed tokenize_tests.py to have a txt...
2003-05-12 Tim PetersClose the file after tokenizing it. Because the open...
2003-05-12 Tim Peterscmp_type(): The grammar stopped allowing '=' as a...
2003-05-12 Jim FultonUpdated simple example. This should have been checked...
2003-05-12 Fred DrakeAdd a specific mention of the term "operator overloadin...
2003-05-12 Brett CannonRemove assert that checked if a parameter was an instan...
2003-05-12 Brett CannonChange Request.add_header to call string.capitalize...
2003-05-12 Raymond HettingerFix minor typos.
2003-05-12 Kurt B. KaiserUpdate for SF 71033 and changes to subprocess threading
2003-05-12 Kurt B. Kaiser1. RemoteDebugger now runs user code in subprocess...
2003-05-11 Martin v. LöwisPatch #735613: Pass install-purelib to idleinstall.
2003-05-11 Martin v. LöwisPatch #718286: Support DESTDIR.
2003-05-11 Brett CannonBeefed up timezone support. UTC and GMT are now always...
2003-05-11 Martin v. LöwisUpdate patch #732284: Correct versions of OpenUNIX...
2003-05-10 Fred Drake- object is a class type, not a function
2003-05-10 Raymond HettingerMinor fixups.
2003-05-10 Raymond HettingerFix unbalanced parethesis.
2003-05-10 Raymond HettingerAdd table level validation and made minor fix-ups.
2003-05-10 Raymond HettingerMissing parenthesis found by texcheck.py
2003-05-10 Martin v. LöwisPatch #734231: Update RiscOS support. In particular...
2003-05-10 Martin v. LöwisPatch #612627: Add encoding attribute to file objects...
2003-05-10 Raymond HettingerAll two more modules with __all__.
2003-05-10 Raymond HettingerFix missing parenthesis.
2003-05-10 Raymond HettingerFixed spacing and unbalanced brackets or parenthesis.
2003-05-10 Raymond HettingerAdded a tool for making a rough check of LaTeX documents.
2003-05-10 Kurt B. Kaiser[ SF 710733 - Martin v. Loewis] Improving source encodi...
2003-05-10 Kurt B. Kaiser1. Update debugger to not trace RPC code even when...
2003-05-09 Fred DrakeMake this format again.
2003-05-09 Skip Montanaroadd a note about accessing user-defined functions with...
2003-05-09 Fred DrakeMake this format again.
2003-05-09 Jeremy HyltonReplace line somehow deleted before last checkin.
2003-05-09 Jeremy Hyltonhelp with MSVC 7 support in distutils
2003-05-09 Jeremy HyltonVariant of SF patch 614770: MSVC 7 support
2003-05-09 Jack JansenPydoc also needs its #! line massaged. Fixes #733199.
2003-05-09 Jack JansenPass DIRMODE and FILEMODE to Mac/OSX/Makefile on framew...
2003-05-09 Fred Drake- remove bogus \end{description}
2003-05-09 Just van Rossumadded note about autoGIL
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
next