]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2005-03-13  Vinay SajipAdded optional encoding argument to file handlers.
2005-03-13  Vinay SajipAdded optional encoding argument to file handlers....
2005-03-12  Tim PetersPort bugfix from 2.4 maint.
2005-03-12  Johannes GijsbersPatch #1159931/bug #1143895: inspect.getsource failed...
2005-03-11  Raymond HettingerRevised the itertools quantifier recipes to match the...
2005-03-11  Raymond HettingerAdd two new functions, any() and all().
2005-03-11  Raymond HettingerTest partial() with bound/unbound methods.
2005-03-11  Raymond HettingerApply itemgetter() instead of lambda.
2005-03-11  Brett CannonFix test for socket.getfqdn() to also include the name...
2005-03-10  Anthony Baxtermerge from branches
2005-03-10  Fred Drake- fix generated Texinfo markup for \deprecated
2005-03-10  Fred Drakefix broken usage comment
2005-03-10  Fred Drakeadd missing entries from GNU info conversion table
2005-03-10  Fred Drakecorrect several markup errors caught by the GNU info...
2005-03-09  Raymond HettingerSF bug #1160187: Setup file needs entries for collecti...
2005-03-09  Andrew MacIntyreadd support for another DB library naming convention...
2005-03-09  Raymond Hettingeroperator.itemgetter() and operator.attrgetter() now...
2005-03-09  Anthony Baxterported buildnos to trunk
2005-03-09  Skip Montanarohmmm... moving def'n of version makes the __init__...
2005-03-09  Skip MontanaroCorrect description/example of how to override User...
2005-03-08  Martin v. LöwisBuild with --disable-unicode again. Fixes #1158607.
2005-03-08  Martin v. LöwisConvert file names of posix.access according to the...
2005-03-08  Raymond HettingerMake functional.partial() more closely match the spec...
2005-03-08  Raymond HettingerMake functional.partial() more closely match the spec...
2005-03-08  Greg WardSF #1156412: document the __new__() static method
2005-03-07  Greg WardSF #818006: merge from release24-maint branch: add...
2005-03-05  Martin v. LöwisPatch #918101: Add tarfile open mode r|* for auto-detec...
2005-03-05  Brett CannonAllow classes to be defined with empty parentheses...
2005-03-05  Brett CannonTweak test_communicate_stderr so that it works when...
2005-03-05  Brett CannonAdd a highlight group for denoting bad whitespace....
2005-03-05  Brett CannonRemove some more tab usage to prevent an error when...
2005-03-05  Brett CannonRemove a tab so that whitespace usage is consistent.
2005-03-05  Greg WardSF #1149508: ensure textwrap handles hyphenated numbers...
2005-03-04  Martin v. LöwisPatch #1043890: tarfile: add extractall() method.
2005-03-04  Martin v. LöwisPatches #925152, #1118602: Avoid reading after the...
2005-03-04  Michael W.... Updates to the exceptions documentation (this is my...
2005-03-04  Martin v. LöwisPatch #1075887: Don't require MSVC in distutils if...
2005-03-03  Martin v. LöwisPatch #1103407: Properly deal with tarfile iterators...
2005-03-03  Martin v. LöwisPatch #1107221: Updated "Working on Cygwin" section.
2005-03-03  Martin v. LöwisPatch #1115086: support PY_LONGLONG in structmember.
2005-03-03  Peter AstrandCorrected bug in list2cmdline wrt backslashes. Fixes...
2005-03-03  Peter AstrandOnly run extensive subprocess tests if -usubprocess...
2005-03-03  Peter AstrandOptimization for communicate(): If only one of stdin...
2005-03-03  Peter AstrandAdded three more testcases: Using communicate with...
2005-03-03  Fred Drakeminor edits:
2005-03-03  Raymond HettingerSF bug #1155938: Missing None check for __init__().
2005-03-03  Martin v. LöwisRevert previous checkin on getargs 'L' code. Try to...
2005-03-03  Martin v. LöwisPatch #802188: better parser error message for non...
2005-03-03  Martin v. LöwisPatch #645894: Use getrusage for computing the time...
2005-03-03  Martin v. LöwisPatches #749830, #1144555: allow UNIX mmap size to...
2005-03-03  Martin v. LöwisPatch #1046831: Use get_python_version where appropriat...
2005-03-03  Martin v. LöwisPatch #1117454: Remove code to special-case cookies...
2005-03-03  Martin v. LöwisPatch #1117339: Add cookielib special name tests.
2005-03-03  Martin v. LöwisDocument quiet parameter to decode. Fixes #803413.
2005-03-03  Martin v. LöwisPatch #1112812: Make bsddb/__init__.py more friendly...
2005-03-03  Martin v. LöwisClear internal call error in 'L' format. Fixes #723201.
2005-03-03  Martin v. LöwisPatch #1110248: SYNC_FLUSH the zlib buffer for GZipFile...
2005-03-03  Martin v. LöwisPatch #1107973: tarfile.ExFileObject iterators.
2005-03-03  Martin v. LöwisPatch #1104111: Alter setup.py --help and --help-commands.
2005-03-03  Brett CannonSilence a gcc warning about putting in parentheses...
2005-03-02  Raymond HettingerNoted that the module is new in version 2.5.
2005-03-02  Piers LauderFix bug in InternalDate regexp that failed to allow...
2005-03-02  Skip MontanaroImprove (?) description of system dependence of access...
2005-03-01  Martin v. LöwisPatch #1121234: Properly cleanup _exit and tkerror...
2005-03-01  Brett CannonFix grammatical typo in a comment.
2005-03-01  Brett CannonMake test__locale more fine-grained. Now test localeco...
2005-03-01  Brett CannonFix small grammatical error in a docstring.
2005-03-01  Andrew M. KuchlingNote various changes that need to be described
2005-02-28  Raymond HettingerSF patch #941881: PEP 309 Implementation (Partial...
2005-02-28  Raymond HettingerComplete the previous effort to factor out constant...
2005-02-27  Martin v. LöwisPatch #1093585: raise a ValueError for negative history...
2005-02-24  Martin v. LöwisPatch #1049151: adding bool support to xdrlib.py.
2005-02-23  Raymond HettingerUpdate an example to match current output.
2005-02-23  Raymond HettingerPreserve sign of -0.0 when result is run through marshal.
2005-02-22  Michael W.... A few random updates to make things less horrifyingly...
2005-02-21  Raymond HettingerDocument missing opcodes.
2005-02-21  Raymond HettingerDocument how the pattern recognizer keeps all of its...
2005-02-21  Raymond HettingerFix some wording and grammar nits.
2005-02-21  Peter AstrandMade the module compatible with Python 2.2 again.
2005-02-20  Raymond HettingerTeach the peepholer to fold unary operations on constants.
2005-02-20  Raymond HettingerTeach the peepholer to fold unary operations on constants.
2005-02-20  Raymond Hettinger* Beef-up tests for str.count().
2005-02-20  Raymond Hettinger* Beef-up testing of str.__contains__() and str.find().
2005-02-20  Guido van RossumThe error message "can't start new thread" should not...
2005-02-19  Ka-Ping YeeUse getdoc(object) instead of object.__doc__ to fix...
2005-02-18  Martin v. LöwisAvoid using *W functions on Win95. Backported to 2.4.
2005-02-18  Walter DörwaldAdd support for negative indices in UserString.MutableS...
2005-02-18  Vinay SajipHandle errors in imports of thread, threading
2005-02-18  Vinay SajipImproved frame handling for 1.5.2, and now return func...
2005-02-18  Vinay SajipFixed documentation for SMTPHandler
2005-02-17  Walter DörwaldFix copy & paste error.
2005-02-17  Walter DörwaldAdd tests for the methods added by UserString.MutableSt...
2005-02-17  Martin v. LöwisAvoid using items() in environ.update(). Fixes #1124513.
2005-02-17  Walter DörwaldAdd a basic test for UserString.MutableString.
2005-02-17  Michael W.... NEWS blurb for fix of:
2005-02-17  Andrew MacIntyreupdate version numbers
2005-02-17  Andrew MacIntyreadd notes about subprocess module & thread stacks,...
2005-02-17  Andrew MacIntyreadd build machinery for the SSL socket module
2005-02-17  Michael W.... Fix
2005-02-17  Brett CannonFix name for PyDateTime_FromDateAndTime.
next