]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-04-25  Thomas WoutersFix markup glitch in unittest docs. Will backport.
2006-04-25  Nick CoghlanFix latex typo
2006-04-25  Nick CoghlanMove the PEP 343 documentation and implementation close...
2006-04-25  Neal NorwitzRevert previous change, SKIP had a versionadded elsewhere
2006-04-25  Neal NorwitzRestore Walters name
2006-04-25  Neal Norwitzversionadded for SKIP
2006-04-25  Tim PetersPatch #1475231: add a new SKIP doctest option, thanks to
2006-04-25  Trent MickPut break at correct level so *all* root HKEYs acutally...
2006-04-24  Tim PetersWhitespace normalization.
2006-04-24  Phillip J. EbyRevert addition of setuptools
2006-04-24  Andrew M. KuchlingEdits, using the new term
2006-04-24  Thomas WoutersStop test_tcl's testLoadTk from leaking the Tk commands...
2006-04-24  Nick CoghlanMore reliable version of new command line tests that...
2006-04-24  Nick CoghlanBack out new command line tests (broke buildbot)
2006-04-24  Nick CoghlanFix broken contextlib test from last checkin (I'd've...
2006-04-24  Nick CoghlanFix contextlib.nested to cope with exit methods raising...
2006-04-24  Nick CoghlanAdd unit tests for the -m and -c command line switches
2006-04-24  Nick CoghlanChange PEP 343 related documentation to use the term...
2006-04-24  Nick CoghlanNote changes made to PEP 343 related documentation
2006-04-24  Tim PetersBug #1337990: clarified that `doctest` does not support...
2006-04-23  Andrew M. KuchlingAdd two items
2006-04-23  Andrew M. KuchlingEdits to the PEP 343 section
2006-04-23  Skip Montanarocorrect example
2006-04-23  Skip Montanaroit's always helpful if the example works...
2006-04-23  Skip Montanarominor tweak
2006-04-23  Skip Montanarofirst cut at trace module doc
2006-04-23  Tim PetersWhitespace normalization.
2006-04-23  Nick CoghlanBackdated NEWS entry to record the implementation of...
2006-04-23  Nick CoghlanTake 2 on mentioning the with statement, this time...
2006-04-23  Nick CoghlanAdd a (very) brief mention of the with statement to...
2006-04-23  Nick CoghlanUpdate with statement documentation to use same termino...
2006-04-23  Gerhard HäringUpdated the sqlite3 module to the external pysqlite...
2006-04-23  Nick CoghlanUpdate contextlib documentation to use the same termino...
2006-04-23  Nick CoghlanAdd a Context Types section to parallel the Iterator...
2006-04-23  Ronald OussorenPatch 1471761 - test for broken poll at runtime
2006-04-23  Ronald OussorenPatch 1471925 - Weak linking support for OSX
2006-04-23  George Yoshidawrap SyntaxError with \exception{}
2006-04-23  Greg WardUpdate optparse to Optik 1.5.1.
2006-04-22  Hye-Shik ChangRemove $CJKCodecs$ RCS tags. The CJKCodecs isn't maint...
2006-04-22  George Yoshida- add versionadded tag
2006-04-22  Martin v. LöwisPort to Python 2.5. Drop .DEF file. Change output file...
2006-04-22  George YoshidaTypo fixes
2006-04-22  Martin v. LöwisFix more ssize_t issues.
2006-04-22  Martin v. LöwisFix more ssize_t problems.
2006-04-22  Neal NorwitzAdd libctypes as a dep
2006-04-22  Tim PetersWhitespace normalization.
2006-04-22  Andrew M. KuchlingAdd Gregory K. Johnson's revised version of mailbox...
2006-04-22  Andrew M. KuchlingMake copy of test_mailbox.py. We'll still want to...
2006-04-22  Andrew M. KuchlingFix comment typo
2006-04-22  Andrew M. KuchlingTypo fixes
2006-04-21  Phillip J. EbyGuido wrote contextlib, not me, but thanks anyway. ;)
2006-04-21  Tim PetersSF bug #1473760 TempFile can hang on Windows.
2006-04-21  Thomas HellerDocumentation for ctypes.
2006-04-21  Thomas HellerMerge in changes from ctypes 0.9.9.6 upstream version.
2006-04-21  Thomas HellerMerge in changes from ctypes 0.9.9.6 upstream version.
2006-04-21  Tim PetersWhitespace normalization.
2006-04-21  George YoshidaCorrect the grammar
2006-04-21  Hye-Shik ChangBackport p3yk r45619:
2006-04-21  George YoshidaFix a markup.
2006-04-21  Thomas WoutersPy_ssize_t issue; repr()'ing a very large string would...
2006-04-21  Martin v. LöwisUpgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1)
2006-04-21  Andrew M. KuchlingAdd item
2006-04-21  Andrew M. KuchlingAdd \label to make better HTML filenames
2006-04-21  Andrew M. KuchlingAdd two items; typographical improvement for the 'with...
2006-04-21  Andrew M. KuchlingTypo, grammar fixes. This file could use another proof...
2006-04-21  Andrew M. KuchlingAdd TODO item
2006-04-21  Andrew M. KuchlingAdd explanatory message
2006-04-21  Andrew M. KuchlingTypo fixes
2006-04-21  Thomas WoutersFix variable/format-char discrepancy in new-style class...
2006-04-21  Martin v. LöwisPackage setuptools
2006-04-21  Skip MontanaroAllow pstats.Stats creator to specify an alternate...
2006-04-21  Skip MontanaroThis is a long-ago patch I submitted to SF (1100924...
2006-04-20  Jack Jansen- tp_init shouldn't call base class tp_init by default
2006-04-20  Andrew M. KuchlingChange a footnote to a parenthetical (in two senses...
2006-04-20  Andrew M. KuchlingArgh, make another markup fix
2006-04-20  Andrew M. KuchlingMarkup fix
2006-04-20  Andrew M. KuchlingAdd some items; add "New module" consistently; make...
2006-04-20  Neal NorwitzAddress issues brought up by MvL on python-checkins.
2006-04-20  Neal NorwitzWhitespace, fix indentation
2006-04-20  Martin v. LöwisDocument r43622.
2006-04-20  Skip MontanaroCorrect implementation and documentation of os.confstr...
2006-04-19  Marc-André... Add news item for pybench addition.
2006-04-19  Thomas WoutersMake s.replace() work with explicit counts exceeding...
2006-04-19  Marc-André... Adding pybench 1.3 to the Tools/ directory.
2006-04-19  Thomas WoutersTeach Python/ceval.c's inlining of 'str += str' about...
2006-04-19  Thomas WoutersUse Py_ssize_t to hold the 'width' argument to the...
2006-04-19  Andrew M. KuchlingWrite datetime.strptime() item; show use of @contextman...
2006-04-19  Armin RigoSF Patch #1062014: AF_UNIX sockets under Linux have...
2006-04-18  Brett CannonAdded a pycremoval rule. Called by clean, it removes...
2006-04-18  Thomas WoutersAdd proper svn magic to ignore .pyc/.pyo files in Lib...
2006-04-18  Thomas HellerRename remaining StgDictObject's ffi_type fields to...
2006-04-18  Skip MontanaroC++ compiler cleanup: the typical few casts, and ....
2006-04-18  Skip MontanaroC++ compiler cleanup: a cast here, a cast there......
2006-04-18  Skip MontanaroC++ compiler cleanup: "typename" is a C++ keyword
2006-04-18  Thomas HellerChange those parts of the Python-api that were function...
2006-04-18  Tim PetersWhilespace normalization (reindint.py).
2006-04-18  Phillip J. Ebyadd info re: pydoc, pkgutil, and setuptools additions
2006-04-18  George Yoshidafix typo
2006-04-18  Phillip J. EbySplit ``get_platform()`` into ``get_supported_platform...
2006-04-18  Thomas HellerFix refcounting.
next