]> granicus.if.org Git - python/shortlog
python
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
2009-01-14 Raymond HettingerIssue #1696199: Add collections.Counter().
2009-01-13 Amaury Forgeot... Blocked revisions 68592 via svnmerge
2009-01-13 Antoine PitrouBlocked revisions 68589 via svnmerge
2009-01-13 Benjamin Petersonencoding returns bytes objects
2009-01-13 Antoine PitrouIssue #4935: The overflow checking code in the expandta...
2009-01-13 Benjamin PetersonBlocked revisions 68579-68580,68584 via svnmerge
2009-01-13 Benjamin Petersonde-spacify
2009-01-13 Benjamin Petersonmake bytearrayobject.o depend on the stringlib headers...
2009-01-13 Benjamin PetersonMerged revisions 68425,68461,68498 via svnmerge from
2009-01-12 Amaury Forgeot... Merged revisions 68560 via svnmerge from
2009-01-12 Mark DickinsonIssue #4910 (1st patch of a series): fix int() and...
2009-01-12 Martin v. LöwisMerged revisions 68455,68476,68542 via svnmerge from
2009-01-12 Martin v. LöwisMerged revisions 68540 via svnmerge from
2009-01-12 Gregory P.... Fixes issue #3826 and #4791:
2009-01-12 Benjamin Petersonremove docs for PyBytes_Format #4917
2009-01-11 Antoine PitrouIssue #4916: fix little-endian UTF-16 decoding bug...
2009-01-11 Benjamin PetersonMerged revisions 68381 via svnmerge from
2009-01-11 Mark DickinsonRemove __long__ methods from UserString and from Demo...
2009-01-11 Martin v. LöwisMerged revisions 68527 via svnmerge from
2009-01-11 Martin v. LöwisMerged revisions 68523 via svnmerge from
2009-01-10 Benjamin Petersonricos isn't supported
next