]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-06-13  Marc-André... Revert wrong svn copy.
2006-06-13  Marc-André... Update pybench to version 2.0.
2006-06-13  Andrew M. KuchlingAdd ability to set stack size
2006-06-13  Brett CannonRemove unused variable.
2006-06-13  Andrew MacIntyrePatch #1454481: Make thread stack size runtime tunable.
2006-06-13  Walter Dörwalderrors is an attribute in the incremental decoder
2006-06-13  Walter DörwaldFix passing errors to the encoder and decoder functions.
2006-06-13  Andrew M. KuchlingMention uuid module
2006-06-13  Ronald OussorenLinecache contains support for PEP302 loaders, but...
2006-06-13  Thomas HellerAdd back WCHAR, UINT, DOUBLE, _LARGE_INTEGER, _ULARGE_I...
2006-06-13  Thomas HellerAdd some windows datatypes that were missing from this...
2006-06-13  Neal NorwitzVerify the crash due to EncodingMap not initialized...
2006-06-13  Neal NorwitzInitialize the type object so pychecker can't crash...
2006-06-13  Neal NorwitzDon't fail if another process is listening on our port.
2006-06-13  Tim Petersget_matching_blocks(): rewrote code & comments so...
2006-06-13  Tim PetersAdded missing svn:eol-style property to text files.
2006-06-13  Tim PetersWhitespace normalization.
2006-06-12  Ka-Ping YeeAdd the uuid module.
2006-06-12  Thomas HellerAdd pep-291 compatibility markers.
2006-06-12  Kristján Valur... Fix the CRT argument error handling for VisualStudio...
2006-06-12  Nick CoghlanMake the -m switch conform to the documentation of...
2006-06-12  Nick CoghlanThe site module documentation also described the Window...
2006-06-12  Nick CoghlanFix site module docstring to match the code for Mac...
2006-06-12  Nick CoghlanFix site module docstring to match the code
2006-06-12  Thomas HellerI don't know how that happend, but the entire file...
2006-06-12  Martin v. LöwisGet rid of function pointer cast.
2006-06-12  Phillip J. EbySync w/external release 0.1.2. Please see PEP 360...
2006-06-12  Neal NorwitzPatch #1503046, Conditional compilation of zlib.(de...
2006-06-12  Neal NorwitzImpl ssize_t
2006-06-12  Neal NorwitzRemove unused import
2006-06-12  Neal Norwitzi and j are initialized below when used. No need to...
2006-06-12  Neal NorwitzFix the socket tests so they can be run concurrently...
2006-06-12  Neal NorwitzGet rid of f_restricted too. Doc the other 4 ints...
2006-06-12  Neal NorwitzFix indentation of case and a Py_ssize_t issue.
2006-06-12  Neal NorwitzFix typo. Backport if anyone cares. :-)
2006-06-12  Neal NorwitzDon't leak the list object if there's an error allocati...
2006-06-12  Neal NorwitzDon't truncate if size_t is bigger than uint
2006-06-12  Neal NorwitzCleanup: Remove import of types to get StringTypes...
2006-06-12  Neal NorwitzFix some Py_ssize_t issues
2006-06-12  Neal NorwitzFix some Py_ssize_t issues
2006-06-12  Neal NorwitzCleanup Py_ssize_t a little (get rid of second #ifdef)
2006-06-11  Neal NorwitzGet test to pass on S/390. Shout if you think this...
2006-06-11  Tim Peterscompare_generic_iter(): Fixed the failure of test_wsgi...
2006-06-11  Neal NorwitzFix test on PPC64 buildbot. It raised an IOError ...
2006-06-11  Neal NorwitzTry to fix another networking test. The problem is...
2006-06-11  Neal NorwitzTry to fix several networking tests. The problem is...
2006-06-11  Ronald Oussoren- Change fixapplepython23.py to ensure that it will...
2006-06-11  Ronald OussorenUse configure to substitute the correct prefix instead...
2006-06-11  Ronald OussorenRemove message about using make frameworkinstall, that...
2006-06-11  Tim PetersAdd missing svn:eol-style property to text files.
2006-06-11  Tim PetersWhitespace normalization.
2006-06-11  Thomas HellerRelease the GIL during COM method calls, to avoid deadl...
2006-06-11  Greg WardBug #1498146: fix optparse to handle Unicode strings...
2006-06-11  Greg WardSF #1366250: optparse docs: fix inconsistency in variab...
2006-06-11  Ronald OussorenThis patch improves the L&F of IDLE on OSX. The changes...
2006-06-11  Neal NorwitzFix errors found by pychecker
2006-06-11  Neal NorwitzFix errors found by pychecker.
2006-06-11  Neal Norwitzwarnings was imported at module scope, no need to impor...
2006-06-11  Neal NorwitzFix errors found by pychecker
2006-06-11  Neal Norwitzf_code can't be NULL based on Frame_New and other code...
2006-06-11  Neal NorwitzUpdate doc to make it agree with code.
2006-06-11  Neal NorwitzAdd versionadded to doc
2006-06-11  Neal NorwitzWrap some long lines
2006-06-11  Neal NorwitzFix Coverity # 146. newDBSequenceObject would deref...
2006-06-11  Greg WardBug #1361643: fix textwrap.dedent() so it handles tabs...
2006-06-10  Tim Petersshuffle() doscstring: Removed warning about sequence...
2006-06-10  Skip MontanaroSuppress warning on MacOSX about possible use before...
2006-06-10  Thomas HellerHandle failure of PyMem_Realloc.
2006-06-10  Thomas HellerDon't use C++ comment.
2006-06-10  Thomas HellerFix the second occurrence of the problematic printf...
2006-06-10  Thomas HellerFix a wrong printf format.
2006-06-10  Thomas HellerNew docs for ctypes.
2006-06-10  Fred Drakecredit for SF patch #1303595
2006-06-10  Fred DrakeSF patch #1303595: improve description of __builtins__...
2006-06-10  Thomas HellerUpgrade to ctypes version 0.9.9.7.
2006-06-10  Thomas HellerUpgrade to ctypes version 0.9.9.7.
2006-06-10  Greg WardSync with Optik docs (rev 518):
2006-06-10  Skip Montanarodocument the class, not its initializer
2006-06-10  Martin v. LöwisPatch #1495999: Part two of Windows CE changes.
2006-06-10  Armin RigoSF bug #1503294.
2006-06-10  Martin v. LöwisPort cygwin kill_python changes from 2.4 branch.
2006-06-10  Georg BrandlApply perky's fix for #1503157: "/".join([u"", u""...
2006-06-09  Brett CannonFix bug introduced in rev. 46806 by not having variable...
2006-06-09  Brett CannonAn object with __call__ as an attribute, when called...
2006-06-09  Georg BrandlMake use of new str.startswith/endswith semantics.
2006-06-09  Thomas Hellerset eol-style svn property
2006-06-09  Thomas Hellerset eol-style svn property
2006-06-09  Andrew M. KuchlingAdd some wsgiref text
2006-06-09  Andrew M. KuchlingRemove unused variable
2006-06-09  Tim PetersImplementing a happy idea from Georg Brandl: make...
2006-06-09  Andrew M. KuchlingDescribe startswith()/endswiith() change; add reminder...
2006-06-09  Georg BrandlRFE #1491485: str/unicode.endswith()/startswith() now...
2006-06-09  Brett Cannonsvn:ignore .pyc and .pyo files.
2006-06-09  Georg BrandlTest file.__exit__.
2006-06-09  Tim PetersWhitespace normalization.
2006-06-09  Brett CannonFix inconsistency in naming within an enum.
2006-06-09  Andrew M. KuchlingAdd note about wsgiref
2006-06-09  Andrew M. KuchlingAdd note about XMLGenerator bugfix
2006-06-09  Phillip J. EbyImport wsgiref into the stdlib, as of the external...
2006-06-09  Kristján Valur... Turn off warning about deprecated CRT functions on...
next