| 2007-12-06 |
Guido van Rossum | Fix the rest of issue 1400, by introducing a proper... |
commit | commitdiff | tree | snapshot |
| 2007-12-05 |
Christian Heimes | Merged revisions 59371-59375 via svnmerge from |
commit | commitdiff | tree | snapshot |
| 2007-12-05 |
Christian Heimes | Merged revisions 59333-59370 via svnmerge from |
commit | commitdiff | tree | snapshot |
| 2007-12-05 |
Christian Heimes | Added 2to3 tools via svn:externals from http://svn... |
commit | commitdiff | tree | snapshot |
| 2007-12-05 |
Martin v. Löwis | Update build instructions Tcl/Tk to use 8.4.12, and... |
commit | commitdiff | tree | snapshot |
| 2007-12-05 |
Christian Heimes | You are right, Guido. The newline argument is easier... |
commit | commitdiff | tree | snapshot |
| 2007-12-05 |
Christian Heimes | Fixed line separator problem on Windows |
commit | commitdiff | tree | snapshot |
| 2007-12-05 |
Christian Heimes | Fixed two small problems in regrtest found by Amaury... |
commit | commitdiff | tree | snapshot |
| 2007-12-05 |
Christian Heimes | Reverted two commit accidents |
commit | commitdiff | tree | snapshot |
| 2007-12-05 |
Christian Heimes | Fixed quoting and paths in the sqlite project file |
commit | commitdiff | tree | snapshot |
| 2007-12-05 |
Christian Heimes | Fixed problem with missing PyInt_CheckExact() macro... |
commit | commitdiff | tree | snapshot |
| 2007-12-05 |
Guido van Rossum | Believe it or not, the addition of flush() calls broke... |
commit | commitdiff | tree | snapshot |
| 2007-12-05 |
Guido van Rossum | Solve issue 1400 at least in part -- whenever we run... |
commit | commitdiff | tree | snapshot |
| 2007-12-05 |
Bill Janssen | most recent changes to SSL module to support non-blocki... |
commit | commitdiff | tree | snapshot |
| 2007-12-04 |
Christian Heimes | Removed PyInt_GetMax and sys.maxint |
commit | commitdiff | tree | snapshot |
| 2007-12-04 |
Martin v. Löwis | Eliminate outdated usages of PyInt_GetMax. |
commit | commitdiff | tree | snapshot |
| 2007-12-04 |
Martin v. Löwis | Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. |
commit | commitdiff | tree | snapshot |
| 2007-12-04 |
Christian Heimes | Removed another occurrence of PyInt_ExactCheck() |
commit | commitdiff | tree | snapshot |
| 2007-12-04 |
Martin v. Löwis | Remove special-casing of integer operations, to stop |
commit | commitdiff | tree | snapshot |
| 2007-12-04 |
Christian Heimes | Merged revisions 59323-59332 via svnmerge from |
commit | commitdiff | tree | snapshot |
| 2007-12-04 |
Christian Heimes | These optimizations create smaller and a bit faster... |
commit | commitdiff | tree | snapshot |
| 2007-12-04 |
Georg Brandl | Document nonlocal statement. Written for GHOP by "Canad... |
commit | commitdiff | tree | snapshot |
| 2007-12-04 |
Christian Heimes | Merged revisions 59321-59322 via svnmerge from |
commit | commitdiff | tree | snapshot |
| 2007-12-04 |
Christian Heimes | Merged revisions 59313-59320 via svnmerge from |
commit | commitdiff | tree | snapshot |
| 2007-12-04 |
Nick Coghlan | Manual merge of PEP 366 implementation from trunk ... |
commit | commitdiff | tree | snapshot |
| 2007-12-04 |
Alexandre Vassalotti | Fix issue #1553: An errornous __length_hint__ can make... |
commit | commitdiff | tree | snapshot |
| 2007-12-04 |
Alexandre Vassalotti | Remove a few tab characters introduced by r59314. |
commit | commitdiff | tree | snapshot |
| 2007-12-04 |
Alexandre Vassalotti | Issue #1283: Allow any iterable of integers to be passed to |
commit | commitdiff | tree | snapshot |
| 2007-12-04 |
Guido van Rossum | Merged revisions 59304-59312 via svnmerge from |
commit | commitdiff | tree | snapshot |
| 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 |
| next |