]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-07-18  Kurt B. KaiserRebinding Tab key was inserting 'tab' instead of 'Tab...
2006-07-17  Barry Warsawdecode_rfc2231(): Be more robust against buggy RFC...
2006-07-17  Kurt B. KaiserPatch 1479219 - Tal Einat
2006-07-17  Andrew M. KuchlingAttribute more features
2006-07-17  Georg BrandlAdd missing NEWS item (#1522771)
2006-07-17  Georg BrandlRemove usage of sets module (patch #1500609).
2006-07-17  Fred Drakedocument xmlcore (still minimal; needs mention in each...
2006-07-17  Neal NorwitzAdd NEWS entry for a bunch of fixes due to warnings...
2006-07-17  Neal NorwitzReported by Klocwork #151.
2006-07-17  Neal Norwitzotherset is known to be non-NULL based on checks before...
2006-07-17  Neal NorwitzStop INCREFing name, then checking if it's NULL. name...
2006-07-16  Neal NorwitzPyFunction_SetDefaults() is documented as taking None...
2006-07-16  Neal NorwitzHandle a NULL name properly.
2006-07-16  Neal NorwitzUse sizeof(buffer) instead of duplicating the constants...
2006-07-16  Neal NorwitzFix memory leak under some conditions.
2006-07-16  Neal NorwitzFix memory leaks in some conditions.
2006-07-16  Neal Norwitzproto was dereffed above and is known to be good. ...
2006-07-16  Neal Norwitzself is dereffed (and passed as first arg), so it's...
2006-07-16  Neal Norwitza & b were dereffed above, so they are known to be...
2006-07-16  Neal NorwitzBug #1512814, Fix incorrect lineno's when code within...
2006-07-16  Fred Drakeclean up some link markup
2006-07-15  Bob IppolitoPatch #1220874: Update the binhex module for Mach-O.
2006-07-15  George YoshidaBug #15187702 : ext/win-cookbook.html has a broken...
2006-07-14  Fredrik Lundhtypo
2006-07-14  Thomas HellerUpdates for the ctypes documentation.
2006-07-14  Thomas HellerPatch #1521817: The index range checking on ctypes...
2006-07-14  Thomas HellerMake the prototypes of our private PyUnicode_FromWideCh...
2006-07-14  Peter AstrandBug #1223937: CalledProcessError.errno -> CalledProcess...
2006-07-14  Andrew M. KuchlingMention new options
2006-07-14  Martin v. LöwisFix Debug build of _ssl.
2006-07-14  Martin v. LöwisAdd debug output to analyse buildbot failure.
2006-07-14  Martin v. LöwisExtend build_ssl to Win64, using VSExtComp.
2006-07-14  Neal NorwitzTry to improve grammar further.
2006-07-14  Georg BrandlPatch #1521874: grammar errors in doanddont.tex.
2006-07-13  Andrew M. KuchlingTypo fix
2006-07-13  Thomas HellerFix misleading words.
2006-07-13  Thomas HellerFix #1521375. When running with root priviledges,...
2006-07-13  Thomas HellerA misspelled preprocessor symbol caused ctypes to be...
2006-07-12  Georg BrandlAccept long options "--help" and "--version".
2006-07-12  Thomas HellerFix the wrong description of LibraryLoader.LoadLibrary...
2006-07-12  Thomas HellerFix #1467450: ctypes now uses RTLD_GLOBAL by default...
2006-07-12  Neal NorwitzActually change the MAGIC #. Create a new section...
2006-07-12  Neal NorwitzFix uninitialized memory read reported by Valgrind...
2006-07-12  Neal NorwitzFix function name in error msg
2006-07-12  Neal NorwitzBug #1520864: unpacking singleton tuples in for loop...
2006-07-11  Thomas HellerChange the ctypes version number to 1.0.0.
2006-07-11  Thomas HellerWhen a foreign function is retrived by calling __getite...
2006-07-11  Andrew M. KuchlingBump version number; add sys._current_frames
2006-07-11  Thomas HellerAdd missing Py_DECREFs.
2006-07-11  Thomas HellerAdd missing Py_DECREF.
2006-07-11  Anthony BaxterTagging for release of Python 2.5b2
2006-07-11  Tim PetersWhitespace normalization. v2.5b2
2006-07-11  Anthony Baxter#1494314: Fix a regression with high-numbered sockets...
2006-07-10  Martin v. LöwisPatch #1519566: Remove unused _tofill member.
2006-07-10  Tim PetersWhitespace normalization.
2006-07-10  Tim PetersAfter approval from Anthony, merge the tim-current_frames
2006-07-10  Peter AstrandMake it possible to run test_subprocess.py with Python...
2006-07-10  Phillip J. EbyFix SF#1457312: bad socket error handling in distutils...
2006-07-10  Phillip J. EbyFix SF#1516184 and add a test to prevent regression.
2006-07-10  Thomas HellerMoved the ctypes news entries from the 'Library' sectio...
2006-07-10  Thomas HellerAssigning None to pointer type structure fields possibl...
2006-07-10  Thomas HellerFixed a segfault when ctypes.wintypes were imported on
2006-07-10  Thomas HellerFix bug #1518190: accept any integer or long value...
2006-07-10  Anthony Baxterpreparing for 2.5b2
2006-07-10  Martin v. LöwisAdd svn:ignore.
2006-07-10  Martin v. LöwisChange error message to indicate that VS2003 is necessa...
2006-07-10  Martin v. LöwisIntroduce DISTUTILS_USE_SDK as a flag to determine...
2006-07-10  Neal NorwitzPatch #1504046: Add documentation for xml.etree.
2006-07-10  Neal NorwitzPatch #1516912: improve Modules support for OpenVMS.
2006-07-10  Neal NorwitzPart of SF patch #1484695. This removes dead code...
2006-07-10  Neal NorwitzFix doco. Backport candidate.
2006-07-10  Neal NorwitzBug #1512814, Fix incorrect lineno's when code at modul...
2006-07-09  Neal NorwitzOn 64 bit systems, int literals that use less than...
2006-07-09  Neil SchemenauerFix SF bug 1441486: bad unary minus folding in compiler.
2006-07-09  Neil SchemenauerFix AST compiler bug #1501934: incorrect LOAD/STORE_GLO...
2006-07-08  Tim PetersWhitespace normalization.
2006-07-08  Georg BrandlAdd an additional test for bug #1519018.
2006-07-08  Neal NorwitzFix SF bug #1519018: 'as' is now validated properly...
2006-07-07  Georg BrandlFix RFC number.
2006-07-07  Neal NorwitzRestore rev 47014:
2006-07-06  Martin v. LöwisProperly generate logical file ids. Fixes #1515998.
2006-07-06  Hye-Shik ChangTest using all CJK encodings for the testcases which...
2006-07-06  Hye-Shik ChangAdd a testcase for r47086 which fixed a bug in codec_ge...
2006-07-06  Thomas HellerDocument the correct return type of PyLong_AsUnsignedLo...
2006-07-06  Andrew M. KuchlingImportWarning is now silent by default
2006-07-06  Nick CoghlanAdd NEWS entries for the ImportWarning change and docum...
2006-07-06  Nick CoghlanCover ImportWarning, PendingDeprecationWarning and...
2006-07-06  Nick CoghlanIgnore ImportWarning by default
2006-07-06  Nick CoghlanUpdate the tutorial section on relative imports
2006-07-06  Nick CoghlanRevert the __module_name__ changes made in rev 47142...
2006-07-06  Fredrik Lundhadded XMLParser alias for cElementTree compatibility
2006-07-06  Thomas WoutersNEWS entry for r47267: fixing configure's zlib probing.
2006-07-06  Ronald OussorenThis patch solves the problem Skip was seeing with...
2006-07-06  Thomas HellerDocument the changes in svn revision 47263, from patch...
2006-07-06  Thomas HellerDocument the Struture and Union constructors.
2006-07-06  Thomas HellerPatch #1517790: It is now possible to use custom object...
2006-07-06  Thomas HellerThe test that calls a function with invalid arguments...
2006-07-06  Armin RigoA couple of examples about how to attack the fact that...
2006-07-06  Thomas HellerRevert the change done in svn revision 47206:
2006-07-06  Martin v. LöwisProperly quote compileall and Lib paths in case TARGETD...
next