]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-08-14  Georg BrandlFix refleak introduced in rev. 51248.
2006-08-14  Thomas HellerNews item for rev 51281.
2006-08-14  Thomas HellerPatch #1536908: Add support for AMD64 / OpenBSD.
2006-08-14  Marc-André... Correct an accidentally removed previous patch.
2006-08-14  Georg BrandlImprove markup in PyUnicode_RichCompare.
2006-08-14  Marc-André... Readd NEWS items that were accidentally removed by...
2006-08-14  Thomas HellerApply the patch #1532975 plus ideas from the patch...
2006-08-14  Marc-André... Slightly revised version of patch #1538956:
2006-08-14  Thomas HellerRevert the change that tries to zero out a closure...
2006-08-14  Thomas HellerCheck for NULL return value of GenericCData_new().
2006-08-14  Thomas HellerCheck for NULL return value from new_CArgObject().
2006-08-14  Thomas HellerRemove unused, buggy test function.
2006-08-14  Neal NorwitzUpdate purify doc some.
2006-08-14  Neal NorwitzCan't return NULL from a void function. If there is...
2006-08-14  Neal NorwitzIgnore pgen.exe and kill_python.exe for cygwin
2006-08-13  Neal NorwitzGet rid of compiler warning
2006-08-13  Neal NorwitzHandle alloca failures.
2006-08-13  Neal NorwitzHandle malloc failure.
2006-08-13  Neal NorwitzReally address the issue of where to place the assert...
2006-08-13  Neal NorwitzHandle failure from PyModule_GetDict() (Klocwork 208).
2006-08-13  Neal NorwitzHandle failures from lookup.
2006-08-13  Neal NorwitzIt's very unlikely, though possible that source is...
2006-08-13  Neal NorwitzHandle malloc and fopen failures more gracefully.
2006-08-13  Neal NorwitzCheck return result of PyModule_GetDict().
2006-08-13  Neal NorwitzFix segfault when doing string formatting on subclasses...
2006-08-13  Neal Norwitzcpathname could be NULL if it was longer than MAXPATHLE...
2006-08-13  Neal NorwitzHandle a whole lot of failures from PyString_FromIntern...
2006-08-13  Neal NorwitzMove/copy assert for tstate != NULL before first use.
2006-08-13  Neal NorwitzSF bug #1539336, distutils example code missing
2006-08-12  Neal NorwitzFix a couple of bugs exposed by the new __index__ code...
2006-08-12  Neal NorwitzPatch #1538606, Patch to fix __index__() clipping.
2006-08-12  Georg BrandlRepair logging test spew caused by rev. 51206.
2006-08-12  Tim PetersAh, fudge. One of the prints here actually "shouldn...
2006-08-12  Tim Peterstest_signal: Signal handling on the Tru64 buildbot
2006-08-12  Neal NorwitzVerify verdat which is returned from malloc is not...
2006-08-12  Neal NorwitzPyModule_GetDict() can fail, produce fatal errors if...
2006-08-12  Neal NorwitzCheck return of PyMem_MALLOC (garbage) is non-NULL.
2006-08-12  Neal NorwitzDon't deref v if it's NULL.
2006-08-12  Neal NorwitzWhoops, how did that get in there. :-) Revert all...
2006-08-12  Neal NorwitzCheck returned pointer is valid.
2006-08-12  Neal NorwitzI'm not sure why this code allocates this string for...
2006-08-12  Neal NorwitzTry to handle a malloc failure. I'm not entirely sure...
2006-08-12  Neal NorwitzMove the assert which checks for a NULL pointer first.
2006-08-12  Neal NorwitzIf _stat_float_times is false, we will try to INCREF...
2006-08-12  Neal NorwitzHandle NULL nodes while parsing. I'm not entirely...
2006-08-12  Neal NorwitzThis code is actually not used unless WITHOUT_COMPLEX...
2006-08-12  Neal NorwitzIt's highly unlikely, though possible for PyEval_Get...
2006-08-12  Neal NorwitzEven though _Py_Mangle() isn't truly public anyone...
2006-08-12  Neal NorwitzKlocwork made another run and found a bunch more problems.
2006-08-11  Thomas HellerWhen a ctypes C callback function is called, zero out...
2006-08-11  Thomas WoutersAdd ignore of *.pyc and *.pyo to Lib/xml/etree/.
2006-08-11  Georg Brandllogging's atexit hook now runs even if the rest of...
2006-08-11  Georg BrandlAdd Chris McDonough (latest cgi.py patch)
2006-08-11  Neal NorwitzFix the failures on cygwin (2006-08-10 fixed the actual...
2006-08-11  Tim Petersforce_test_exit(): This has been completely ineffective
2006-08-11  Tim Peterstest_PyThreadState_SetAsyncExc(): This is failing...
2006-08-10  Tim PetersWhitespace normalization broke test_cgi, because a...
2006-08-10  Tim PetersWhitespace normalization.
2006-08-10  Tim PetersFollowup to bug #1069160.
2006-08-10  Martin v. LöwisUpdate dangling references to the 3.2 database to
2006-08-10  Guido van RossumFix title -- it's rc1, not beta3.
2006-08-10  Guido van RossumNews item for SF bug 1112549.
2006-08-10  Guido van RossumChris McDonough's patch to defend against certain DoS...
2006-08-10  Kurt B. KaiserRetrieval of previous shell command was not always...
2006-08-10  Tim Peterstest_copytree_simple(): This was leaving behind two...
2006-08-10  Kurt B. KaiserChanging tokenize (39046) to detect dedent broke tabnan...
2006-08-10  Tim PetersAdd missing svn:eol-style property to text files.
2006-08-09  Martin v. LöwisAdd some commentary on -mimpure-text.
2006-08-09  Kurt B. KaiserToggleTab dialog was setting indent to 8 even if cancel...
2006-08-09  Andrew M. KuchlingTypo fix
2006-08-09  Kurt B. KaiserAs a slight enhancement to the previous checkin, improv...
2006-08-09  Kurt B. Kaiser1. When used w/o subprocess, all exceptions were prece...
2006-08-09  Armin RigoConcatenation on a long string breaks (SF #1526585).
2006-08-09  Ronald OussorenIt's unlikely that future versions will require _POSIX_...
2006-08-09  Armin RigoFix and test for an infinite C recursion.
2006-08-09  Andrew M. KuchlingReindent code
2006-08-09  Andrew M. KuchlingAdd missing 'self' parameters
2006-08-09  Andrew M. Kuchling[Patch #1534027] Add notes on locale module changes
2006-08-09  Andrew M. Kuchling[Bug #1536021] Mention __hash__ change
2006-08-09  Martin v. Löwis__hash__ may now return long int; the final hash
2006-08-09  Georg BrandlIntroduce an upper bound on tuple nesting depth in
2006-08-09  Tim PetersWhitespace normalization.
2006-08-08  Georg Brandl``str`` is now the same object as ``types.StringType``.
2006-08-08  Georg BrandlBug #1536660: separate two words.
2006-08-08  Georg BrandlBug #1536828: typo: TypeType should have been StringType.
2006-08-08  Andrew M. KuchlingBump version number
2006-08-08  Andrew M. Kuchling'Other changes' section now has only one item; move...
2006-08-08  Andrew M. KuchlingMove obmalloc item into C API section
2006-08-08  Andrew M. KuchlingReword paragraph to clarify
2006-08-08  Thomas HellerRemove accidently committed, duplicated test.
2006-08-08  Thomas Hellermemcmp() can return values other than -1, 0, and +1...
2006-08-08  Georg BrandlRemove "non-mapping" and "non-sequence" from TypeErrors...
2006-08-08  Georg Brandlwebbrowser: Silence stderr output if no gconftool or...
2006-08-06  Andrew M. Kuchling[Patch #1464056] Ensure that we use the panelw library...
2006-08-06  Andrew MacIntyretest_threading now skips testing alternate thread stack...
2006-08-06  Georg BrandlDon't produce output in test_builtin.
2006-08-06  Georg BrandlBug #1535165: fixed a segfault in input() and raw_input...
2006-08-06  Georg BrandlBug #1535081: A leading underscore has been added to...
2006-08-06  Georg BrandlBug #1535182: really test the xreadlines() method of...
2006-08-05  Georg BrandlPatch #1534922: correct and enhance unittest docs.
next