]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-09-18  Guido van RossumMake this thing executable.
2006-09-17  Ronald OussorenTweak Mac/Makefile in to ensure that pythonw gets rebui...
2006-09-17  Ronald OussorenPort of revision 51902 in release25-maint to the trunk
2006-09-16  Martin v. LöwisPatch #1557515: Add RLIMIT_SBSIZE.
2006-09-15  Fred Drakerevise explanation of returns_unicode to reflect bool...
2006-09-15  Fred Drake- fix module name in links in formatted documentation
2006-09-15  Georg BrandlCorrect elementtree module index entry.
2006-09-15  Ka-Ping YeeFix grammar errors and improve clarity.
2006-09-14  Andrew M. KuchlingRewrite help message to remove some of the parenthetica...
2006-09-14  Andrew M. KuchlingMake --help mention that -v can be supplied multiple...
2006-09-12  Andrew M. KuchlingMore wordsmithing
2006-09-12  Andrew M. KuchlingSome editing, markup fixes
2006-09-12  Andrew M. KuchlingMarkup typo fix
2006-09-12  Martin v. LöwisForward-port 51862: Add sgml_input.html.
2006-09-11  Georg BrandlForward-port of rev. 51857:
2006-09-11  Neal NorwitzAdd a "crasher" taken from the sgml bug report referenc...
2006-09-11  Neal NorwitzProperly handle a NULL returned from PyArena_New().
2006-09-11  Neal NorwitzForward port of 51850 from release25-maint branch.
2006-09-09  Brett CannonRemove the __unicode__ method from exceptions. Allows...
2006-09-08  Andrew M. KuchlingFix typo in example
2006-09-08  Andrew M. KuchlingUse native SQLite types
2006-09-08  Andrew M. KuchlingUse native SQLite types
2006-09-08  Andrew M. KuchlingExplain SQLite a bit more clearly
2006-09-08  Andrew M. KuchlingExplain SQLite a bit more clearly
2006-09-08  Andrew M. KuchlingAdd missing word
2006-09-08  Nick CoghlanAdd missing NEWS entry for rev 51803
2006-09-07  Thomas HellerThe cast function did not accept c_char_p or c_wchar_p...
2006-09-07  Thomas HellerAnonymous structure fields that have a bit-width specif...
2006-09-07  Armin RigoAdd a warning notice on top of the generated grammar...
2006-09-07  Andrew M. Kuchling[Bug #1552726] Avoid repeatedly polling in interactive...
2006-09-07  Andrew M. KuchlingTypo fix
2006-09-07  Ronald OussorenFix a glaring error and update some version numbers.
2006-09-07  Nick CoghlanFix the speed regression in inspect.py by adding anothe...
2006-09-07  Raymond HettingerFix refcounts and add error checks.
2006-09-07  Gustavo NiemeyerFixed subprocess bug #1531862 again, after removing...
2006-09-06  Marc-André... Add news item for bug fix of SF bug report #1546372.
2006-09-06  Georg BrandlFix missing import of the types module in logging.config.
2006-09-06  Georg BrandlBug #1542051: Exceptions now correctly call PyObject_GC...
2006-09-06  Neal Norwitzwith and as are now keywords. There are some generated...
2006-09-06  Georg BrandlBug #1550983: emit better error messages for erroneous...
2006-09-06  Georg BrandlBug #1551427: fix a wrong NULL pointer check in the...
2006-09-06  Neal NorwitzRevert 51758 because it broke all the buildbots
2006-09-06  Gustavo NiemeyerFixing #1531862: Do not close standard file descriptors...
2006-09-05  Kristján Valur... Update the PCBuild8 solution.
2006-09-05  Andrew M. Kuchling[Bug #1526834] Fix crash in pdb when you do 'b f(';
2006-09-05  Andrew M. Kuchling[Bug #1525469] SimpleXMLRPCServer still uses the sys...
2006-09-05  Andrew M. KuchlingRearrange example a bit, and show rpartition() when...
2006-09-05  Georg BrandlBug #1552618: change docs of dict.has_key() to reflect...
2006-09-05  Hye-Shik ChangFix a typo: 2013 -> 0213
2006-09-05  Hye-Shik ChangFix a few bugs on cjkcodecs found by Oren Tirosh:
2006-09-05  Neal NorwitzM-x untabify
2006-09-05  Neal NorwitzAdd a comment about some refactoring. (There's probabl...
2006-09-05  Neal NorwitzBug #1520864 (again): unpacking singleton tuples in...
2006-09-05  Neal NorwitzPatch #1540470, for OpenBSD 4.0. Backport candidate...
2006-09-05  Neal NorwitzAdd a NEWS entry for str.rpartition() change
2006-09-05  Neal NorwitzThis was found by Guido AFAIK on p3yk (sic) branch.
2006-09-05  Neal NorwitzFix SF #1552093, eval docstring typo (3 ps in mapping)
2006-09-05  Neal NorwitzFix SF bug #1546288, crash in dict_equal.
2006-09-05  Tim PetersAdd missing svn:eol-style property to text files.
2006-09-05  Tim PetersWhitespace normalization.
2006-09-05  Tim Peters"Conceptual" merge of rev 51711 from the 2.5 branch.
2006-09-04  Raymond HettingerFix endcase for str.rpartition()
2006-09-03  Nick CoghlanNEWS entry on trunk for decimal module changes
2006-09-03  Nick CoghlanTypo fix for decimal docs
2006-09-03  Nick CoghlanFix final documentation nits before backporting decimal...
2006-09-02  Neal NorwitzHmm, this test has failed at least twice recently on...
2006-09-02  Neal NorwitzAdd missing word in comment
2006-09-02  Raymond HettingerFix documentation nits for decimal context managers.
2006-09-02  Nick CoghlanFurther corrections to the decimal module context manag...
2006-09-02  Nick CoghlanMake decimal.ContextManager a private implementation...
2006-09-02  Neal NorwitzBug #1550714: fix SystemError from itertools.tee on...
2006-09-02  Neal NorwitzBug #1548092: fix curses.tparm seg fault on invalid...
2006-09-02  Neal NorwitzSF #1547931, fix typo (missing and). Will backport...
2006-09-01  Georg Brandlevalfile() should be execfile().
2006-09-01  Fred Drake- SF patch #1550263: Enhance and correct unittest docs
2006-08-31  Brett CannonHave pre-existing C files use 8 spaces indents (to...
2006-08-31  Brett CannonFix comment about indentation level in C files.
2006-08-31  Brett CannonMake sure memory is properly cleaned up in file_init.
2006-08-31  Nick CoghlanRemove the old decimal context management tests from...
2006-08-31  Nick CoghlanFix the wrongheaded implementation of context managemen...
2006-08-31  Armin RigoDoc fix: hashlib objects don't always return a digest...
2006-08-29  Marc-André... Fix a buglet in the error reporting (SF bug report...
2006-08-29  Neal NorwitzFix a couple of typos.
2006-08-26  Jack Diederich- Move functions common to all path modules into generi...
2006-08-25  Tim PetersA new test here relied on preserving invisible trailing
2006-08-25  Tim PetersAdd missing svn:eol-style property to text files.
2006-08-25  Tim PetersWhitespace normalization.
2006-08-25  Armin RigoThe regular expression engine in '_sre' can segfault...
2006-08-25  Thomas HellerBuild _ctypes.pyd for win AMD64 into the MSVC project...
2006-08-25  Thomas HellerAdd missing file for _ctypes.pyd port to win64 on AMD64.
2006-08-25  Thomas HellerPort _ctypes.pyd to win64 on AMD64.
2006-08-25  Neal Norwitzimporting types is not necessary if we use isinstance
2006-08-25  Martin v. LöwisPatch #1545507: Exclude ctypes package in Win64 MSI...
2006-08-24  Thomas WoutersFix SF bug #1545837: array.array borks on deepcopy.
2006-08-23  Alex MartelliReverting the patch that tried to fix the issue whereby...
2006-08-23  Jeremy HyltonReplace dead code with an assert.
2006-08-23  Jeremy HyltonBug fixes large and small for tokenize.
2006-08-23  Alex Martellix**2 should about equal x*x (including for a float...
2006-08-23  Jeremy HyltonBaby steps towards better tests for tokenize
2006-08-22  Andrew M. KuchlingMove functional howto into trunk
next