]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2009-01-27  Brett CannonMove importlib.test.builtin.test_finder over to importl...
2009-01-27  Brett CannonMake importlib.test.finder_tests an ABC.
2009-01-27  Brett CannonMove importlib.test.extension.test_finder over to impor...
2009-01-27  Raymond HettingerForward port r68985: Idle startup message.
2009-01-26  Antoine PitrouFix test so as to also pass in debug mode
2009-01-26  Mark DickinsonMerged revisions 68974-68975 via svnmerge from
2009-01-26  Antoine PitrouFollowup of #4705: we can't skip the binary buffering...
2009-01-26  Tarek ZiadéMerged revisions 68951 via svnmerge from
2009-01-26  Raymond HettingerFix signed/unsigned mismatch.
2009-01-26  Benjamin PetersonBlocked revisions 68941-68942 via svnmerge
2009-01-26  Raymond HettingerForward port r68941 adding itertools.compress().
2009-01-26  Raymond HettingerBackport r68942: update powerset() recipe.
2009-01-26  Raymond HettingerAs discussed on python-dev, remove several operator...
2009-01-26  Brett CannonUpdate NOTES for importlib.
2009-01-26  Brett CannonBlocked revisions 68953 via svnmerge
2009-01-25  Mark DickinsonMerged revisions 68947 via svnmerge from
2009-01-25  Benjamin Petersonuse the classmethod directive
2009-01-25  Tarek ZiadéMerged revisions 68933 via svnmerge from
2009-01-25  Tarek ZiadéMerged revisions 68929 via svnmerge from
2009-01-25  Hirokazu YamamotoBlocked revisions 68927 via svnmerge
2009-01-25  Benjamin PetersonBlocked revisions 68925 via svnmerge
2009-01-25  Antoine PitrouIssue #4753: By enabling a configure option named ...
2009-01-25  Mark DickinsonMerged revisions 68920 via svnmerge from
2009-01-25  Brett CannonDocument both importlib.machinery.BuiltinImporter and...
2009-01-25  Brett CannonAdd the terms "finder", "loader", and "importer" to...
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
next