]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-03-21  Barry Warsawremove test file
2006-03-21  Barry Warsawpy trunk svn test
2006-03-21  Barry Warsawpy trunk svn test
2006-03-21  Barry Warsawpy trunk svn test
2006-03-21  Georg BrandlCorrect API design mistake from rev. 43126: make socket...
2006-03-21  Martin v. LöwisUpdate to Tk 8.4.12 and Tix 8.4.0
2006-03-21  Martin v. LöwisUpdate to OpenSSL 0.9.8a
2006-03-21  Georg BrandlAdd a note about pow(x,y) equalling x**y (the "**"...
2006-03-21  Tim PetersTry to repair at least one segfault on the Mac buildbot,
2006-03-20  Raymond HettingerShow an example of calling a named set method.
2006-03-20  Thomas HellerAvoid a potential double-free bug.
2006-03-20  Thomas HellerApply patch from Martin v. Loewis: Avoid function point...
2006-03-20  Georg BrandlRemove mention of fpectl in README.
2006-03-20  Neal NorwitzDamn Coverity. I can't even sneak in a leak any more...
2006-03-20  Thomas HellerFix another bug found by Coverty.
2006-03-20  Thomas HellerFix bug found by Coverty.
2006-03-20  Thomas HellerPlug a leak in the ctypes test suite when tests are...
2006-03-20  Thomas HellerAccessing unaligned structure fields works now on all...
2006-03-20  Neal NorwitzThe helper is only necessary for wait3/4.
2006-03-20  Anthony Baxterwhitespace n11n
2006-03-20  Neal NorwitzTry to cleanup a lot of boilerplate #ifdef wrt wait...
2006-03-20  Neal NorwitzMake some functions static, reformat function decl...
2006-03-20  Neal NorwitzGet Py_DEPRECATED to work with gcc 4.x too
2006-03-20  Anthony Baxtermoved older releases into HISTORY
2006-03-20  Neal NorwitzPatch #1309579: wait3 and wait4 were added to the posix...
2006-03-20  Anthony Baxterexperimenting with release stuff. please ignore
2006-03-20  Anthony Baxterreplace use of int16_t with a (typedef'd) short, to...
2006-03-20  Anthony Baxterignore the fetched NormalizationTest.txt file
2006-03-20  Anthony BaxterSF [ 1231053 ] audioop - alaw encoding/decoding added...
2006-03-20  Neal NorwitzSF #1445431, fix some leaks in error conditions.
2006-03-20  Neal NorwitzGet rid of some warnings.
2006-03-20  Neal NorwitzFix problem spotted by Coverity that occurs if tzinfo...
2006-03-20  Neal NorwitzUpdate function name to reflect params and stop casting...
2006-03-20  Neal NorwitzUse macro versions instead of function versions when...
2006-03-19  Kurt B. KaiserSource file f.flush() after writing; trying to avoid...
2006-03-19  Georg BrandlUpdate tutorial wrt PEP 341 try-except-finally statement
2006-03-18  Barry WarsawIgnore api.{dvi,idx,ind,l2h,log,toc} and modapi.ind...
2006-03-18  Hye-Shik ChangIgnore *.pyc and *.pyo
2006-03-18  Walter DörwaldChange raise statement to PEP 8 style.
2006-03-18  Barry WarsawShim for test_email_renamed.py tests.
2006-03-18  Barry WarsawMerge email package 4.0 from the sandbox, including...
2006-03-18  Walter DörwaldAdd tests for the C APIs PyCodec_IncrementalEncoder...
2006-03-18  Walter DörwaldRelease codecs variable earlier.
2006-03-18  Thomas HellerFix compiler warning.
2006-03-18  Georg BrandlBug #1353433: be conciliant with spaces in redirect...
2006-03-18  Georg BrandlPreviously, Python code had no easy way to access the...
2006-03-17  Andrew M. KuchlingYou need at least one \item
2006-03-17  Andrew M. KuchlingWrite section
2006-03-17  Georg BrandlRFE #567972: Socket objects' family, type and proto...
2006-03-17  Georg BrandlFix some missing checks after PyTuple_New, PyList_New...
2006-03-17  Georg BrandlRemove the lib-old modules from Doc/lib/libundoc.tex.
2006-03-17  Nick CoghlanFix bug 1441408 where a double colon didn't trigger...
2006-03-17  Georg BrandlMore \exception fixes.
2006-03-17  Andrew M. KuchlingAdd two items
2006-03-17  Andrew M. KuchlingMarkup fix
2006-03-17  Thomas HellerMerge changes from the upstream version:
2006-03-17  Andrew M. KuchlingRemove mention of lib-old, and list more deleted modules
2006-03-17  Andrew M. KuchlingAdd some items
2006-03-17  Neal Norwitzas is on the road to keyword-hood, use a different...
2006-03-17  Neal NorwitzOops, copied the wrong code from keeprefs. Get the...
2006-03-17  Neal NorwitzUpdate/expand on comments about leaking tests.
2006-03-17  Neal NorwitzIgnore ctypes leaks, but add a test case so we do not...
2006-03-17  Neal NorwitzTry to find a host that responds slower from python...
2006-03-17  Tim PetersIntroduced symbol PY_FORMAT_SIZE_T. See the new comments
2006-03-16  Walter DörwaldFix wrong argument format in PyCodec_IncrementalEncoder...
2006-03-16  Thomas HellerFix a test that fails when libGL.so and libGLU.so are...
2006-03-16  Thomas HellerFix a leak that would happen under error conditions...
2006-03-16  Thomas HellerUse int 0 as default defval for LCID if nothing has...
2006-03-16  Thomas HellerFix compiler warning.
2006-03-16  Thomas HellerFixes from Neal Norwitz, plus other small fixes.
2006-03-16  Thomas HellerRewrite the AllocFunctionCallback function for better...
2006-03-16  Tim PetersSet eol-style to native.
2006-03-16  Trent MickUpdate test_winsound to check for a configured sound...
2006-03-16  Neal NorwitzMake mktuple consistent with mklist to get rid of Cover...
2006-03-16  Neal NorwitzAdd some versionadded info to new incremental codec...
2006-03-16  Thomas HellerDon't delete non-autogenerated source files when cleani...
2006-03-16  Neal NorwitzRemove some more references to regex that I missed.
2006-03-16  Neal NorwitzRemove regsub, reconvert, regex, regex_syntax and every...
2006-03-16  Neal NorwitzAdd a news entry about the sre/re swap.
2006-03-16  Neal NorwitzSpel compatibility write.
2006-03-16  Neal NorwitzAdd back an sre.py that should be backwards compatible...
2006-03-16  Neal NorwitzRename sre.py -> re.py
2006-03-16  Neal NorwitzRemove re.py, in order to rename sre.py -> re.py (svn...
2006-03-16  Neal NorwitzThe pre module has been gone for a while. Need to...
2006-03-16  Tim PetersOops! Use python_d.exe _before_ it's destroyed :-)
2006-03-16  Tim PetersChange the Windows buildbot "clean" step to remove
2006-03-16  Tim PetersMerge the tim-obmalloc branch to the trunk.
2006-03-15  Guido van RossumInstead of relative imports, use (implicitly) absolute...
2006-03-15  Walter DörwaldDocument the other change from patch #1359365.
2006-03-15  Walter DörwaldSF patch #1359365: cStringIO.StringIO.isatty() will...
2006-03-15  Thomas HellerBackport from upstream version: compatibility with...
2006-03-15  Tim PetersWhitespace normalization.
2006-03-15  Walter DörwaldFix typo.
2006-03-15  Nick CoghlanDon't try to explicitly set path in runpy package tests...
2006-03-15  Nick CoghlanDon't let cleanup errors mask real errors in the runpy...
2006-03-15  Vinay SajipCatch situations where currentframe() returns None...
2006-03-15  Nick CoghlanMake test_runpy close all references to test modules...
2006-03-15  Andrew M. KuchlingAdd section
2006-03-15  Walter DörwaldPatch #1436130: codecs.lookup() now returns a CodecInfo...
2006-03-15  Nick CoghlanImplement PEP 338 which has been marked as accepted...
next