]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2009-01-25  Jesse Nollermerge r68915 to py3k
2009-01-24  Mark DickinsonMerged revisions 68903,68906 via svnmerge from
2009-01-24  Mark DickinsonMerged revisions 68897 via svnmerge from
2009-01-24  Martin v. LöwisMerged revisions 68893 via svnmerge from
2009-01-24  Mark DickinsonMerged revisions 68890 via svnmerge from
2009-01-24  Mark DickinsonSome minor cleanups in PyLong_FromLong:
2009-01-24  Martin v. LöwisMerged revisions 68885 via svnmerge from
2009-01-24  Kristján Valur... Add a test for UNC import paths, see issue 3677
2009-01-24  Kristján Valur... Issue 3677: Release the path string on py3k
2009-01-24  Alexandre VassalottiFactor common branch in load_long().
2009-01-23  Jesse Nollermerge 68874 to py3kwq!
2009-01-23  Hirokazu YamamotoMerged revisions 68457 via svnmerge from
2009-01-23  Alexandre VassalottiClean up pickle usage examples.
2009-01-23  Alexandre VassalottiIssue 2980: Protocol 0 is not truly restricted to ASCII.
2009-01-23  Alexandre VassalottiRemove obsolete note on binary-mode vs. text-mode file.
2009-01-23  Alexandre VassalottiRemove unnecessary copying in load_long().
2009-01-23  Benjamin PetersonMerged revisions 68750,68776-68777,68811,68842,68859...
2009-01-22  Brett CannonIgnore pyc and pyo files.
2009-01-22  Brett CannonAdd some comment markers to more clearly delineate...
2009-01-22  Brett CannonAdd importlib.machinery with its first tenants, BuitinI...
2009-01-22  Jesse Nollermerge r68862 to py3k
2009-01-22  Benjamin PetersonBlocked revisions 68850,68853 via svnmerge
2009-01-22  Brett CannonFix markup for arguments in importlib docs.
2009-01-22  Antoine PitrouFollowup of #4874: also fix multibytecodec.c
2009-01-22  Antoine PitrouIssue #4874: Most builtin decoders now reject unicode...
2009-01-22  Raymond HettingerUpdate comments and add an optimized path for Counter...
2009-01-22  Raymond HettingerMore doc tweaks.
2009-01-22  Benjamin PetersonBlocked revisions 68760,68793,68813,68826,68829,68831...
2009-01-22  Benjamin PetersonBlocked revisions 68843,68845 via svnmerge
2009-01-21  Raymond HettingerTighten-up the docs for Counter().
2009-01-21  Raymond HettingerSimplify explanation of multiset operations by removing...
2009-01-21  Jesse Nollermerge r68839 forward to py3k
2009-01-21  Antoine PitrouMerged revisions 68835 via svnmerge from
2009-01-21  Vinay SajipIssue 5013: Fixed bug in FileHandler when delay was...
2009-01-20  Raymond HettingerBeautify and cleanup the references section.
2009-01-20  Raymond HettingerRevert part of r68799 which unintentionally updated...
2009-01-20  Mark DickinsonIssue 4842, patch 2/2: int('3L') should be invalid...
2009-01-20  Mark DickinsonIssue #4842, patch 1/2: fix pickle in Python 3.x so...
2009-01-20  Benjamin PetersonBlocked revisions 68764,68766 via svnmerge
2009-01-20  Benjamin PetersonMerged revisions 68797,68801 via svnmerge from
2009-01-20  Benjamin PetersonBlocked revisions 68807 via svnmerge
2009-01-20  Benjamin PetersonBlocked revisions 68803,68805 via svnmerge
2009-01-20  Raymond HettingerFix typos.
2009-01-20  Antoine PitrouFix typo
2009-01-20  Raymond HettingerIssue 4998: Decimal should not subclass or register...
2009-01-20  Raymond HettingerForward port r68797: Fix-up jump targets in collections...
2009-01-20  Benjamin PetersonBlocked revisions 68789,68792 via svnmerge
2009-01-20  Raymond HettingerForward port r68792 and r68789 putting Counter in __all...
2009-01-20  Brett CannonDocument the (very small) public API for importlib...
2009-01-20  Brett CannonClarify how the specify the name of a module with the...
2009-01-20  Jesse Nollermerge r68787 to py3k
2009-01-19  Benjamin PetersonBlocked revisions 68785 via svnmerge
2009-01-19  Benjamin PetersonMerged revisions 68779 via svnmerge from
2009-01-19  Benjamin PetersonMerged revisions 68763,68773 via svnmerge from
2009-01-19  Jesse Nollermerge r68768 to py3k
2009-01-19  Benjamin Petersonfix compiler warning
2009-01-19  Benjamin Petersonreenable the invalid fd test for fdopen
2009-01-19  Benjamin PetersonMerged revisions 68755 via svnmerge from
2009-01-19  Brett CannonRemove a debugging print statement that accidentally...
2009-01-19  Brett CannonFix a typo in some code that is not tested or supported...
2009-01-18  Benjamin PetersonBlocked revisions 68544-68545,68597 via svnmerge
2009-01-18  Benjamin PetersonMerged revisions 68546 via svnmerge from
2009-01-18  Benjamin PetersonMerged revisions 68633,68648,68667,68706,68718,68720...
2009-01-18  Benjamin PetersonMerged revisions 68568,68665 via svnmerge from
2009-01-18  Jesse Nollermerge cl r68737 to py3k
2009-01-18  Benjamin PetersonMerged revisions 68547,68607,68610,68618,68621-68622...
2009-01-18  Martin v. LöwisIssue #4815: Offer conversion to UTF-8 if source files...
2009-01-18  Martin v. LöwisIssue #4008: Fix problems with non-ASCII source files.
2009-01-18  Jesse NollerCorrect issue number for 68728 checkin
2009-01-18  Jesse NollerIssues #10867: remove old cPickle imports from multipro...
2009-01-18  Georg Brandl#4975: fix bytes/str issue.
2009-01-18  Georg Brandl#4983: clarify what "byte sequence" is.
2009-01-18  Georg Brandl#4984: fix number of types.
2009-01-18  Brett CannonTests of case-sensitivity were being executed on OSs...
2009-01-18  Jesse NollerMerge r68708 to py3k, fixes 4449
2009-01-18  Benjamin PetersonBlocked revisions 68705 via svnmerge
2009-01-18  Brett CannonNOTES for importlib should mention the ultimate end...
2009-01-18  Brett CannonSkip over any file or folder that starts with a dot...
2009-01-18  Amaury Forgeot... Merged revisions 68678 via svnmerge from
2009-01-18  Brett CannonAdd initial implementation of importlib. See the NOTES...
2009-01-18  Benjamin PetersonMerged revisions 68459 via svnmerge from
2009-01-18  Benjamin PetersonMerged revisions 68458 via svnmerge from
2009-01-17  Benjamin Petersonfix compiler warning
2009-01-17  Benjamin PetersonMerged revisions 68460 via svnmerge from
2009-01-17  Benjamin PetersonI'm just going to assume that all of these revisions...
2009-01-17  Benjamin PetersonMerged revisions 68676 via svnmerge from
2009-01-17  Mark DickinsonReplace PyNumber_Int with PyNumber_Long.
2009-01-17  Antoine PitrouIssue #4838: When a module is deallocated, free the...
2009-01-17  Amaury Forgeot... Merged revisions 68661 via svnmerge from
2009-01-17  Mark DickinsonRemove attempted long->int conversions in py3k version...
2009-01-17  Mark DickinsonFix a few more references to long integers in the docs.
2009-01-17  Mark DickinsonIssue #4910, patch 3/3: rename nb_long to nb_reserved
2009-01-17  Mark DickinsonRemove a couple of references to long in the c-api...
2009-01-17  Benjamin Petersonfix inspect.formatargspec on functions with keyword...
2009-01-17  Antoine PitrouMake test_io faster
2009-01-16  Mark DickinsonDefine PY_SSIZE_T_CLEAN at the top of the dbm module...
2009-01-16  Benjamin PetersonMerged revisions 68450,68480-68481,68493,68495,68501...
2009-01-16  Benjamin Petersonremove duplicate definition of PyExc_BufferError #4950
2009-01-15  Mark DickinsonIssue 4910, patch 2 of (probably) 3: pave the way for...
2009-01-15  Mark DickinsonMerged revisions 68611-68613 via svnmerge from
next