]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-06-06  Ronald OussorenA quick hack to ensure the right key-bindings for IDLE...
2006-06-06  Ronald Oussoren* Ensure that "make altinstall" works when the tree...
2006-06-06  Thomas HellerUse the same big-endian hack as in _ctypes/callproc...
2006-06-06  Thomas HellerAdd a hack so that foreign functions returning float...
2006-06-06  Brett CannonFix coding style guide bug.
2006-06-06  Andrew M. KuchlingFix comment typo
2006-06-06  Tim PetersOn python-dev Thomas Heller said these were committed
2006-06-06  Tim PetersBSequence_set_range(): Rev 46688 ("Fix a bunch of
2006-06-06  Thomas HellerSpecify argtypes for all test functions. Maybe that...
2006-06-06  Martin BlaisNormalized a few cases of whitespace in function declar...
2006-06-06  Thomas HellerDamn - the sentinel was missing. And fix another silly...
2006-06-06  Thomas HellerConvert CFieldObject tp_members to tp_getset, since...
2006-06-06  Neal NorwitzFix a bunch of parameter strings
2006-06-06  Neal NorwitzRemove unused variable (and stop compiler warning)
2006-06-06  Tim Peters_PySys_Init(): It's rarely a good idea to size a buffe...
2006-06-05  Gregory P.... - bsddb: the __len__ method of a DB object has been...
2006-06-05  Brett CannonAdd 3 more bytes to a buffer to cover constants in...
2006-06-05  Gregory P.... add depends = ['md5.h'] to the _md5 module extension...
2006-06-05  Tim PetersAdd missing svn:eol-style property to text files.
2006-06-05  Tim PetersAccess _struct attributes directly instead of mucking...
2006-06-05  Andrew M. Kuchling[Bug #1470026] Include link to list of classifiers
2006-06-05  Andrew M. KuchlingRemove use of Trove name, which isn't very helpful...
2006-06-05  Gregory P.... * fix DBCursor.pget() bug with keyword argument names...
2006-06-05  Tim PetersAdd missing svn:eol-style property to text files.
2006-06-05  Tim PetersWhitespace normalization.
2006-06-05  Gregory P.... forgot to add this file in previous commit
2006-06-05  Gregory P.... * add support for DBSequence objects [patch #1466734]
2006-06-05  Gregory P.... mention the just committed bsddb changes
2006-06-05  Gregory P.... * support DBEnv.lsn_reset() method on BerkeleyDB...
2006-06-05  Tim PetersMake doctest news more accurate.
2006-06-05  Tim PetersWhitespace normalization.
2006-06-05  Tim PetersRemove doctest.testmod's deprecated (in 2.4) `isprivate`
2006-06-05  Gregory P.... * support DBEnv.log_stat() method on BerkeleyDB ...
2006-06-05  Hye-Shik ChangFix a potentially invalid memory access of CJKCodecs...
2006-06-05  Tim Peters"Flat is better than nested."
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...
next