]> granicus.if.org Git - python/shortlog
python
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
2009-01-10 Benjamin Petersonfix syntax in ctypes.util
2009-01-10 Mark DickinsonIssue #4910: replace "long" with "int" in docstring...
2009-01-10 Vinay SajipCorrected minor typo and added .currentmodule directive...
2009-01-10 Mark DickinsonMerged revisions 68499 via svnmerge from
2009-01-10 Antoine PitrouMerged revisions 68496 via svnmerge from
2009-01-10 Benjamin PetersonBlocked revisions 68487 via svnmerge
2009-01-10 Matthias KloseMerge r68487 from svn+ssh://pythondev@svn.python.org...
2009-01-10 Benjamin Petersonfix typo #4904
2009-01-10 Antoine PitrouMerged revisions 68484-68485 via svnmerge from
2009-01-10 Antoine PitrouIssue #4868: utf-8, utf-16 and latin1 decoding are...
2009-01-10 Vinay SajipCorrected an incorrect self-reference.
2009-01-10 Vinay SajipMinor documentation changes relating to NullHandler...
2009-01-10 Hirokazu YamamotoFixed 2to3 issue on tix module.
2009-01-10 Hirokazu YamamotoCommit miss.
2009-01-10 Hirokazu YamamotoMerged revisions 68468-68470 via svnmerge from
2009-01-10 Benjamin PetersonUnblocked revisions 68425 via svnmerge
2009-01-09 Antoine PitrouMerged revisions 68462 via svnmerge from
2009-01-09 Antoine PitrouFix bug introduced in r68451: stdio must always be...
2009-01-09 Antoine PitrouIssue #4604: Some objects of the I/O library could...
2009-01-09 Antoine PitrouBuglet: fix unittest.main()
2009-01-09 Antoine PitrouIssue #4705: Fix the -u ("unbuffered binary stdout...
2009-01-09 Hirokazu YamamotoBlocked revisions 68439 via svnmerge
2009-01-09 Hirokazu YamamotoMerged revisions 68435 via svnmerge from
next