2007-12-11 |
Christian Heimes | Merged revisions 59450-59464 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Amaury Forgeot... | Minor cleanup in the gc module. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Christian Heimes | Added missing file |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Christian Heimes | Issue #1580: New free format floating point representat... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Amaury Forgeot... | Two IDLE errors in Option->Configure menu. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Christian Heimes | Fixed doc xml rpc tests and server |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Guido van Rossum | Make Decimal a subclass of Real and Inexact. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Guido van Rossum | Updated release notes (to match what's on python.org... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Christian Heimes | Fixed #1578: Problems in win_getpass |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Christian Heimes | Merged revisions 59441-59449 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Christian Heimes | Fixed issue #1564: The set implementation should specia... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Skip Montanaro | typo |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Amaury Forgeot... | Issue #1573, second attempt: |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Christian Heimes | Merged revisions 59423-59440 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Georg Brandl | #1571: clarify removal of ``L`` suffix from long int... |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Christian Heimes | Added another test case for kwonly methods |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Christian Heimes | Added two tests for f(*, **kw) syntax |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Christian Heimes | Fixed #1573: Improper use of the keyword-only syntax... |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Georg Brandl | Fix one more PyInt occurrence. |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Georg Brandl | Replace all remaining occurrences of PyInt_. |
commit | commitdiff | tree | snapshot |
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 |
next |