]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-03-24  Neal NorwitzSF bug #1457411, fix errors using variables that don...
2006-03-23  Martin v. LöwisForward port of 43262: Add 2.4.3 UUIDs.
2006-03-23  Martin v. LöwisRelax result test for program mode of quopri.
2006-03-23  Martin v. LöwisPreserve command name, for later printing of active
2006-03-23  Martin v. LöwisRewrite pipe code using subprocess, to make sure the
2006-03-23  Hye-Shik ChangPatch #1396919: Reenable the system scope threads on...
2006-03-23  Hye-Shik ChangCosmetic improvement for r43247
2006-03-23  Hye-Shik ChangSkip to install files for empty directories; to name...
2006-03-23  Neal NorwitzStop duplicating code and handle slice indices consiste...
2006-03-23  Neal NorwitzFix a ssize_t issue
2006-03-23  Tim PetersHeh -- used the right format for a refcount, but forgot
2006-03-23  Neal NorwitzForward port MvL's fix in 43227:
2006-03-23  Tim Peters_Py_NegativeRefcount(): print the full value of ob_refcnt.
2006-03-22  Barry WarsawAdd email/mime to LIBSUBDIRS. Fixes SF bug # 1454912.
2006-03-22  Thomas HellerFix some int/Py_ssize_t issues which led to compiler...
2006-03-22  Thomas HellerInclude <malloc.h> on windows, to avoid warnings when...
2006-03-22  Thomas Hellerctypes was added.
2006-03-22  Hye-Shik ChangRemove false information from the comment and reformat...
2006-03-22  Neal NorwitzDamn another occurrence of using as as a keywordf
2006-03-22  Georg BrandlChange NEWS entry for recent socket API change
2006-03-22  Tim PetersWhitespace normalization.
2006-03-22  Tim PetersRecord that test_wait[34] get skipped on native Windows.
2006-03-22  Barry WarsawNews about email 4.0.
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.
next