| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1573, second attempt: | Amaury Forgeot d'Arc | 2007-12-09 | 3 | -13/+9 |
|
|
* | Merged revisions 59423-59440 via svnmerge from | Christian Heimes | 2007-12-09 | 2 | -3/+3 |
|
|
* | #1571: clarify removal of ``L`` suffix from long int repr. | Georg Brandl | 2007-12-09 | 1 | -3/+5 |
|
|
* | Added another test case for kwonly methods | Christian Heimes | 2007-12-08 | 2 | -8/+16 |
|
|
* | Added two tests for f(*, **kw) syntax | Christian Heimes | 2007-12-08 | 2 | -0/+10 |
|
|
* | Fixed #1573: Improper use of the keyword-only syntax makes the parser crash | Christian Heimes | 2007-12-08 | 2 | -2/+22 |
|
|
* | Fix one more PyInt occurrence. | Georg Brandl | 2007-12-08 | 1 | -3/+3 |
|
|
* | Replace all remaining occurrences of PyInt_. | Georg Brandl | 2007-12-08 | 2 | -21/+15 |
|
|
* | Fixed two of the three failing xml rpc tests | Christian Heimes | 2007-12-08 | 2 | -2/+2 |
|
|
* | Fixed a bug found by Marcin Kowalczyk | Christian Heimes | 2007-12-08 | 1 | -1/+1 |
|
|
* | Added descriptor for builtins.open.__doc__ | Christian Heimes | 2007-12-08 | 1 | -0/+10 |
|
|
* | Merged revisions 59407-59422 via svnmerge from | Christian Heimes | 2007-12-08 | 18 | -284/+568 |
|
|
* | Added stop_serving and a timeout to tearDown() | Christian Heimes | 2007-12-08 | 1 | -2/+14 |
|
|
* | Disabled test_404, see issue #1572 | Christian Heimes | 2007-12-08 | 1 | -3/+2 |
|
|
* | Readded Lib/distutils/tests/test_sysconfig.py | Christian Heimes | 2007-12-08 | 1 | -0/+37 |
|
|
* | Merged revisions 59376-59406 via svnmerge from | Christian Heimes | 2007-12-08 | 23 | -133/+260 |
|
|
* | Added -b option to the list of command line options | Christian Heimes | 2007-12-07 | 1 | -1/+7 |
|
|
* | rename markupbase to _markupbase | Fred Drake | 2007-12-07 | 3 | -7/+7 |
|
|
* | No -Q flag anymore in Py3k. | Georg Brandl | 2007-12-07 | 1 | -21/+1 |
|
|
* | Tagging 3.0a2 for release. Fingers crossed.v3.0a2 | Guido van Rossum | 2007-12-06 | 1 | -0/+1 |
|
|
* | Reverting revision 59394. We'll sort this out later. | Guido van Rossum | 2007-12-06 | 2 | -64/+16 |
|
|
* | Fix the leaks in test_ssl. Issue 1469. Patch by Christian Heimes: | Guido van Rossum | 2007-12-06 | 2 | -16/+64 |
|
|
* | Fix a last use of file() that should be open(). | Guido van Rossum | 2007-12-06 | 1 | -1/+2 |
|
|
* | Some Windows notes by Christian. | Guido van Rossum | 2007-12-06 | 1 | -0/+7 |
|
|
* | Small set of updates (with Jeffrey's OK). | Guido van Rossum | 2007-12-06 | 1 | -11/+33 |
|
|
* | Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is already defined in pyconf... | Christian Heimes | 2007-12-06 | 1 | -1/+1 |
|
|
* | Get ready for releasing 3.0a2. | Guido van Rossum | 2007-12-06 | 4 | -6/+30 |
|
|
* | Fix the rest of issue 1400, by introducing a proper implementation of | Guido van Rossum | 2007-12-06 | 4 | -36/+57 |
|
|
* | Merged revisions 59371-59375 via svnmerge from | Christian Heimes | 2007-12-05 | 11 | -22/+49 |
|
|
* | Merged revisions 59333-59370 via svnmerge from | Christian Heimes | 2007-12-05 | 14 | -402/+508 |
|
|
* | Added 2to3 tools via svn:externals from http://svn.python.org/projects/sandbo... | Christian Heimes | 2007-12-05 | 1 | -0/+3 |
|
|
* | Update build instructions Tcl/Tk to use 8.4.12, and python9.mak. | Martin v. Löwis | 2007-12-05 | 1 | -10/+10 |
|
|
* | You are right, Guido. The newline argument is easier to use. | Christian Heimes | 2007-12-05 | 1 | -4/+4 |
|
|
* | Fixed line separator problem on Windows | Christian Heimes | 2007-12-05 | 1 | -2/+2 |
|
|
* | Fixed two small problems in regrtest found by Amaury. This fixes issue #1539.... | Christian Heimes | 2007-12-05 | 1 | -2/+3 |
|
|
* | Reverted two commit accidents | Christian Heimes | 2007-12-05 | 2 | -7/+6 |
|
|
* | Fixed quoting and paths in the sqlite project file | Christian Heimes | 2007-12-05 | 3 | -14/+15 |
|
|
* | Fixed problem with missing PyInt_CheckExact() macro in _ctypes.c | Christian Heimes | 2007-12-05 | 1 | -4/+9 |
|
|
* | Believe it or not, the addition of flush() calls broke two unittests. | Guido van Rossum | 2007-12-05 | 2 | -2/+30 |
|
|
* | Solve issue 1400 at least in part -- whenever we run Python code, at the end | Guido van Rossum | 2007-12-05 | 1 | -0/+24 |
|
|
* | most recent changes to SSL module to support non-blocking sockets properly | Bill Janssen | 2007-12-05 | 2 | -12/+65 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 47 | -150/+142 |
|
|
* | Eliminate outdated usages of PyInt_GetMax. | Martin v. Löwis | 2007-12-04 | 2 | -12/+4 |
|
|
* | Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. | Martin v. Löwis | 2007-12-04 | 15 | -54/+134 |
|
|
* | Removed another occurrence of PyInt_ExactCheck() | Christian Heimes | 2007-12-04 | 1 | -4/+23 |
|
|
* | Remove special-casing of integer operations, to stop | Martin v. Löwis | 2007-12-04 | 1 | -91/+6 |
|
|
* | Merged revisions 59323-59332 via svnmerge from | Christian Heimes | 2007-12-04 | 5 | -29/+778 |
|
|
* | These optimizations create smaller and a bit faster code on my machine. I've ... | Christian Heimes | 2007-12-04 | 1 | -4/+4 |
|
|
* | Document nonlocal statement. Written for GHOP by "Canadabear". | Georg Brandl | 2007-12-04 | 2 | -7/+85 |
|
|
* | Merged revisions 59321-59322 via svnmerge from | Christian Heimes | 2007-12-04 | 1 | -5/+10 |
|
|