]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-06-05  Gregory P.... fix a bug in the previous commit. don't leak empty...
2006-06-05  Gregory P.... bugfix: when log_archive was called with the DB_ARCH_RE...
2006-06-05  Andrew M. KuchlingMention second encoding speedup
2006-06-04  Tim PetersRevert revisions:
2006-06-04  Tim PetersWhitespace normalization.
2006-06-04  Georg BrandlBug #1500293: fix memory leaks in _subprocess module.
2006-06-04  Georg BrandlPatch #1346214: correctly optimize away "if 0"-style...
2006-06-04  Georg BrandlRepair refleaks in unicodeobject.
2006-06-04  Martin v. LöwisPatch #1359618: Speed-up charmap encoder.
2006-06-04  George YoshidaMarkup fix
2006-06-04  George YoshidaRemove a redundant word
2006-06-04  Tim Peterss_methods[]: Stop compiler warnings by casting
2006-06-04  Ronald OussorenDrop Mac wrappers for the WASTE library.
2006-06-04  Ronald Oussoren"Import" LDFLAGS in Mac/OSX/Makefile.in to ensure pytho...
2006-06-04  Martin BlaisFixes in struct and socket from merge reviews.
2006-06-04  Andrew MacIntyreclean up function declarations to conform to PEP-7...
2006-06-04  Andrew MacIntyrePatch #1454481: Make thread stack size runtime tunable.
2006-06-04  Neal NorwitzSF #1499797, Fix for memory leak in WindowsError_str
2006-06-04  Tim Peters_PyObject_DebugMalloc(): The return value should add
2006-06-04  Tim PetersIn a PYMALLOC_DEBUG build obmalloc adds extra debugging...
2006-06-04  Tim PetersWhitespace normalization.
2006-06-03  Andrew M. KuchlingAdd more whitespace; use a better socket name
2006-06-03  Andrew M. KuchlingRemove dangling reference
2006-06-03  Andrew M. KuchlingRemove xmlrpc/ directory
2006-06-03  Andrew M. KuchlingRemove xmlrpc demo -- it duplicates the SimpleXMLRPCSer...
2006-06-03  Andrew M. KuchlingThis demo requires Medusa (not just asyncore); remove it
2006-06-03  Andrew M. KuchlingUse functions; modernize code
2006-06-03  Andrew M. KuchlingPut code in a main() function; loosen up the spacing...
2006-06-03  Andrew M. KuchlingDocstring fix; use True
2006-06-03  Andrew M. KuchlingUse true division, and the True value
2006-06-03  Andrew M. KuchlingUse True; value returned from main is unused
2006-06-03  Andrew M. KuchlingSome code tidying; use curses.wrapper
2006-06-03  Andrew M. KuchlingDrop 0 parameter
2006-06-03  Andrew M. KuchlingUpdate readme
2006-06-03  Fredrik Lundh"_self" is a said to be a reserved word in Watcom C...
2006-06-03  Andrew M. Kuchling[Bug #1497414] _self is a reserved word in the WATCOM...
2006-06-03  Andrew M. KuchlingMinor rewording
2006-06-03  Andrew M. Kuchling[Bug #1441864] Clarify description of 'data' argument
2006-06-03  Andrew M. Kuchling[Bug #1475554] Strengthen text to say 'must' instead...
2006-06-03  Andrew M. Kuchling[Bug #1472084] Fix description of do_tag
2006-06-03  Martin v. LöwisUpdated version (win32-icons2.zip) from #1490384.
2006-06-03  Martin v. LöwisPort to OpenBSD 3.9. Patch from Aldo Cortesi.
2006-06-03  Neal NorwitzRemove Mac OS 9 support (http://mail.python.org/piperma...
2006-06-02  Tim Peterspprint functions used to sort a dict (by key) if and...
2006-06-02  Martin BlaisFixed struct test to not use unittest.
2006-06-02  Neal NorwitzPatch #1357836:
2006-06-02  Neal NorwitzMore memory leaks from valgrind
2006-06-02  Neal NorwitzFix memory leak found by valgrind.
2006-06-02  Neal NorwitzConvert docstrings to comments so regrtest -v prints...
2006-06-01  Tim PetersArmin committed his patch while I was reviewing it...
2006-06-01  Tim PetersRe-enable a new empty-string test added during the...
2006-06-01  Tim PetersRecord bugs 1275608 and 1456209 as being fixed.
2006-06-01  Tim PetersWhitespace normalization.
2006-06-01  Armin Rigo[ 1497053 ] Let dicts propagate the exceptions in user...
2006-06-01  Georg BrandlSome code style tweaks, and remove apply.
2006-06-01  Georg BrandlCorrectly dispatch Faults in loads (patch #1498627)
2006-06-01  Georg BrandlCorrectly allocate complex types with tp_alloc. (bug...
2006-06-01  Georg BrandlCorrectly unpickle 2.4 exceptions via __setstate__...
2006-06-01  Neal NorwitzRemove ; at end of macro. There was a compiler recentl...
2006-05-31  Tim PetersRepaired error in new comment.
2006-05-31  Tim Peters_range_error(): Speed and simplify (there's no real...
2006-05-31  Tim PetersTrimmed trailing whitespace.
2006-05-31  Andrew M. KuchlingMention SimpleXMLRPCServer change
2006-05-31  Andrew M. Kuchling[Bug #1473048]
2006-05-31  Kristján Valur... Fixup the PCBuild8 project directory. exceptions.c...
2006-05-31  Andrew M. Kuchling'functional' module was renamed to 'functools'
2006-05-31  Thomas HellerPyTuple_Pack is not available in Python 2.3, but ctypes...
2006-05-31  Neal NorwitzOn 64-bit platforms running test_struct after test_tarf...
2006-05-31  Neal NorwitzRevert last checkin, it is better to do make distclean
2006-05-31  Neal NorwitzCalculate smallest properly (it was off by one) and...
2006-05-31  Brett CannonClarify wording on default values for strptime(); defau...
2006-05-30  Tim PetersWhitespace normalization.
2006-05-30  Fredrik Lundhchanged count to return 0 for slices outside the source...
2006-05-30  Bob IppolitoChange wrapping terminology to overflow masking
2006-05-30  Fredrik Lundhchanged find/rfind to return -1 for matches outside...
2006-05-30  Tim PetersPyLong_FromString(): Continued fraction analysis ...
2006-05-30  Andrew M. KuchlingAdd SoC name, and reorganize this section a bit
2006-05-30  Georg BrandlConvert test_exceptions to unittest.
2006-05-30  Georg BrandlDo the check for no keyword arguments in __init__ so...
2006-05-30  Neal NorwitzI'm impatient. I think this will fix a few more proble...
2006-05-30  Georg BrandlDisallow keyword args for exceptions.
2006-05-30  Neal NorwitzDon't fail if the (sub)pkgname already exist.
2006-05-30  Georg BrandlAdd a test case for exception pickling. args is never...
2006-05-30  Georg BrandlRestore exception pickle support. #1497319.
2006-05-30  Tim Petersdict_print(): So that Neal & I don't spend the rest of
2006-05-30  Tim Petersdict_print(): Explicitly narrow the return value
2006-05-30  Neal NorwitzNo DOWNCAST is required since sizeof(Py_ssize_t) >...
2006-05-30  Neal NorwitzUse Py_SAFE_DOWNCAST for safety. Fix format strings...
2006-05-30  Neal NorwitzRemove stray | in comment
2006-05-30  Tim PetersConvert relevant dict internals to Py_ssize_t.
2006-05-30  Neal NorwitzSimplify further by using AddStringConstant
2006-05-30  Tim PetersSet a binary svn:mime-type property on this UTF-8 encod...
2006-05-30  Tim PetersWhitespace normalization.
2006-05-30  Tim Petersdeprecated_err(): Stop bizarre warning messages when...
2006-05-30  Bob IppolitoAdd a length check to aifc to ensure it doesn't write...
2006-05-29  Bob Ippolitostruct: modulo math plus warning on all endian-explicit...
2006-05-29  Fredrik Lundhfixed "abc".count("", 100) == -96 error (hopefully...
2006-05-29  Georg BrandlWhoops.
2006-05-29  Georg BrandlConvert more modules to METH_VARARGS.
2006-05-29  Georg BrandlMake use of METH_O and METH_NOARGS where possible.
next