2007-12-08 |
Christian Heimes | Fixed two of the three failing xml rpc tests |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Christian Heimes | Fixed a bug found by Marcin Kowalczyk |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Christian Heimes | Added descriptor for builtins.open.__doc__ |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Christian Heimes | Merged revisions 59407-59422 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Christian Heimes | Added stop_serving and a timeout to tearDown() |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Christian Heimes | Disabled test_404, see issue #1572 |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Christian Heimes | Readded Lib/distutils/tests/test_sysconfig.py |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Christian Heimes | Merged revisions 59376-59406 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Christian Heimes | Added -b option to the list of command line options |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Fred Drake | rename markupbase to _markupbase |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Georg Brandl | No -Q flag anymore in Py3k. |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Guido van Rossum | Tagging 3.0a2 for release. Fingers crossed. v3.0a2 |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Guido van Rossum | Reverting revision 59394. We'll sort this out later. |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Guido van Rossum | Fix the leaks in test_ssl. Issue 1469. Patch by Chris... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Guido van Rossum | Fix a last use of file() that should be open(). |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Guido van Rossum | Some Windows notes by Christian. |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Guido van Rossum | Small set of updates (with Jeffrey's OK). |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Christian Heimes | Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Guido van Rossum | Get ready for releasing 3.0a2. |
commit | commitdiff | tree | snapshot |
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 |
next |