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