]> granicus.if.org Git - python/shortlog
python
2007-12-03 Guido van RossumAdd an errors parameter to open() and TextIOWrapper...
2007-12-03 Georg BrandlFix merging glitch.
2007-12-03 Christian HeimesMerged revisions 59275-59303 via svnmerge from
2007-12-03 Christian HeimesReverting last commit. I had some staled data from...
2007-12-03 Christian HeimesPatch #1537 from Chad Austin
2007-12-02 Georg BrandlRemove a few merged versionadded/changed.
2007-12-02 Georg BrandlRemove mentions of "long integer" in the API docs.
2007-12-02 Georg BrandlRemove PyInt API from the docs. Extend PyLong docs...
2007-12-02 Georg BrandlRemove all definitions of raw_input() that were still...
2007-12-02 Christian HeimesFixed a problem found by Bill Janssen on Mac OS X
2007-12-02 Georg BrandlFix some 2.xisms in merged docs.
2007-12-02 Christian HeimesI've moved the remains of PyInt_ to the longobject...
2007-12-02 Christian HeimesFixed merge accident. Next time I'm going to run the...
2007-12-02 Christian HeimesThe bz2 codec isn't supported any more. I've also comme...
2007-12-02 Christian HeimesMerged revisions 59259-59274 via svnmerge from
2007-12-02 Christian HeimesChanged #ifdef 0 to #if 0.
2007-12-02 Christian HeimesCleanup: Replaced most PyInt_ aliases with PyLong_...
2007-12-02 Georg Brandl#1535: rename __builtin__ module to builtins.
2007-12-01 Christian HeimesEmpty svnmerge from trunk to skip the versionadded...
2007-12-01 Georg BrandlRemove merged versionadded tags from os docs.
2007-12-01 Christian HeimesMerged revisions 59245-59254 via svnmerge from
2007-11-30 Amaury Forgeot... Correct a failing test after merge from trunk.
2007-11-30 Christian HeimesMarc-Andre Lemburg has found the culprit of the problem...
2007-11-30 Guido van RossumRename the internal name of dictproxy -> dict_proxy,
2007-11-30 Christian HeimesCleanups and documentation updates related to the remov...
2007-11-30 Christian HeimesMerged revisions 59239-59244 via svnmerge from
2007-11-30 Christian Heimesabc's are subclasses of _Abstract, not instances.
2007-11-30 Christian HeimesFixed problem with regrtest caused by the additional...
2007-11-30 Christian HeimesMerged revisions 59234-59238 via svnmerge from
2007-11-30 Christian HeimesBackmerge -r59233:59232
2007-11-30 Christian HeimesMerged revisions 59226-59233 via svnmerge from
2007-11-30 Christian HeimesFix for bug #1109
2007-11-30 Christian HeimesPartial fix for bug #1306
2007-11-29 Christian HeimesAdded all PyTypeObjects to the appropriate header files.
2007-11-29 Georg Brandllong integer -> integer.
2007-11-29 Guido van RossumMerged revisions 59212-59225 via svnmerge from
2007-11-29 Georg BrandlRemove further mentions of long integers.
2007-11-29 Georg BrandlRemove mentions of "long integer" in the docs.
2007-11-29 Christian HeimesRemoved more types from the types module
2007-11-29 Christian HeimesRemoved iter* methods from dictproxy.
2007-11-28 Christian HeimesFixed bug #1505 Changes to PyMethod_New breaks ctypes...
2007-11-28 Christian HeimesFixed #1508 Removal of stale code in _csv.c / pyexpat.c
2007-11-28 Christian HeimesMerged revisions 59202-59211 via svnmerge from
2007-11-28 Christian HeimesI forgot to remove the tests for new *blush*
2007-11-28 Christian HeimesAdded view and iterator types to collections / _abcoll
2007-11-28 Christian HeimesRemoved the new module
2007-11-27 Georg Brandl#1496: revert str.translate() to the old version, and add
2007-11-27 Christian HeimesMerged revisions 59193-59201 via svnmerge from
2007-11-27 Georg BrandlRewrap error message.
2007-11-27 Christian HeimesMerged revisions 59187-59192 via svnmerge from
2007-11-27 Christian HeimesThe changes to PyMethod_New and the removal of unbound...
2007-11-27 Georg BrandlFuther update docs after unbound method removal.
2007-11-27 Christian HeimesRemoved the API to create unbound methods and simplifie...
2007-11-26 Guido van RossumMerged revisions 59107-59186 via svnmerge from
2007-11-26 Christian HeimesMinor cleanup
2007-11-25 Christian HeimesPatch from Georg Brandl and me for #1493
2007-11-25 Christian HeimesFixed bug in input() which broke pdb
2007-11-25 Georg Brandl#1479: Fix refleak in csv module (from rev 59062).
2007-11-25 Georg Brandl#1480: fix refleak in the sqlite module.
2007-11-25 Georg BrandlRemove unused variable.
2007-11-24 Georg BrandlUse proper API for iter.__next__().
2007-11-24 Christian HeimesAdded a simple helper script to build the dependencies...
2007-11-24 Christian HeimesUpdated readme.txt
2007-11-24 Christian HeimesFixed a newline problem
2007-11-24 Amaury Forgeot... fix #1409: cell variables were not initialized,
2007-11-23 Guido van RossumOpen output files in text mode, after all they are...
2007-11-23 Christian HeimesPaul had the great idea to add /DNO_TCL to the pre...
2007-11-23 Christian HeimesImplemented request from Marc-Andre Lemburg
2007-11-23 Christian HeimesAdded code to pre-generate makefiles and assembly files...
2007-11-23 Christian HeimesCleanup
2007-11-22 Amaury Forgeot... Just inline a function, and discover that it can only...
2007-11-22 Amaury Forgeot... Stream functions like read() are supposed to return...
2007-11-22 Amaury Forgeot... Problem found while converting from PyBytes to PyString:
2007-11-22 Georg BrandlFix, thanks to Nick.
2007-11-22 Georg BrandlUpdate docs for buffer -> bytearray rename.
2007-11-22 Christian HeimesRevert change of bz2.vcproj
2007-11-22 Christian HeimesFixed PGO builds
2007-11-22 Walter DörwaldUse PyString instead of PyBytes in wrap_strftime().
2007-11-22 Christian HeimesRemoved blocks from several functions in unicodeobject...
2007-11-22 Christian Heimesos.environ contains PyUnicode instances and not PyStrin...
2007-11-22 Christian HeimesRemoved some leftovers from the str8 days
2007-11-22 Amaury Forgeot... Typo in bytes.replace(): the buffer interface was alway...
2007-11-22 Amaury Forgeot... PyString_AsString is permissive and accepts unicode...
2007-11-22 Amaury Forgeot... In audioop, return PyString instead of PyBytes.
2007-11-22 Guido van RossumMerged revisions 59105-59106 via svnmerge from
2007-11-22 Guido van RossumMerged revisions 59077-59104 via svnmerge from
2007-11-21 Guido van RossumAdd ABC ByteString which unifies bytes and bytearray...
2007-11-21 Amaury Forgeot... when building with VC 2008, turn off unicode as default...
2007-11-21 Guido van RossumConvert the socket module to insist on bytes for input...
2007-11-21 Guido van RossumFix error messages for buffer objects to say "bytes...
2007-11-21 Guido van RossumMore PyBytes -> PyString.
2007-11-21 Guido van RossumMake os.read() return bytes, not bytearray.
2007-11-21 Guido van RossumReturn PyString, not PyBytes, for a bytes array.
2007-11-21 Guido van RossumFix an issue with str.translate() in IDLE -- str.transl...
2007-11-21 Guido van RossumMake read() and certificate() return bytes instead...
2007-11-21 Guido van RossumRename buffer -> bytearray.
2007-11-21 Christian HeimesFinal fix for #1403
2007-11-21 Christian HeimesRemoved character set = unicode as requested by Amaury
2007-11-21 Christian HeimesFixed bug #1020 pyexpat.XMParserType broken (was: pydoc...
2007-11-21 Christian HeimesPatch +1478 from Joseph Armbruster
next