]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-06-08  Gregory P.... * Turn the deadlock situation described in SF bug ...
2006-06-08  Gregory P.... - bsddb: the bsddb.dbtables Modify method now raises...
2006-06-08  Neal NorwitzFix a refleak in recvfrom_into
2006-06-07  Brett CannonClarify documentation for bf_getcharbuffer.
2006-06-07  Thomas HellerFix for foreign functions returning small structures...
2006-06-07  Tim PetersAdd missing svn:eol-style property to text files.
2006-06-07  Tim PetersWhitespace normalization.
2006-06-07  Ronald Oussoren* If BuildApplet.py is used as an applet it starts...
2006-06-07  Ronald Oussoren- Patch the correct version of python in the Info.plist...
2006-06-07  Ronald OussorenAnd the last bit: move IDLE one level up and adjust...
2006-06-07  Ronald OussorenMove Mac/OSX/* one level up
2006-06-07  Ronald Oussorenmv Mac/OSX/BuildScript one level up
2006-06-07  Ronald OussorenMove Mac/OSX/PythonLauncher one level up
2006-06-07  Ronald OussorenMove Mac/OSX/Tools one level up
2006-06-07  Andrew M. KuchlingMention other placeholders
2006-06-07  Andrew M. KuchlingAdd an item; also, escape %
2006-06-07  Andrew M. KuchlingMention other placeholders
2006-06-07  Andrew M. KuchlingAdd an SQLite introduction, taken from the 'What's...
2006-06-07  Tim PetersSF patch 1501987: Remove randomness from test_exceptions,
2006-06-07  Tim Petersdash_R_cleanup(): Clear filecmp._cache. This accounts for
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.
next