summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #1573, second attempt:Amaury Forgeot d'Arc2007-12-093-13/+9
* Merged revisions 59423-59440 via svnmerge fromChristian Heimes2007-12-092-3/+3
* #1571: clarify removal of ``L`` suffix from long int repr.Georg Brandl2007-12-091-3/+5
* Added another test case for kwonly methodsChristian Heimes2007-12-082-8/+16
* Added two tests for f(*, **kw) syntaxChristian Heimes2007-12-082-0/+10
* Fixed #1573: Improper use of the keyword-only syntax makes the parser crashChristian Heimes2007-12-082-2/+22
* Fix one more PyInt occurrence.Georg Brandl2007-12-081-3/+3
* Replace all remaining occurrences of PyInt_.Georg Brandl2007-12-082-21/+15
* Fixed two of the three failing xml rpc testsChristian Heimes2007-12-082-2/+2
* Fixed a bug found by Marcin KowalczykChristian Heimes2007-12-081-1/+1
* Added descriptor for builtins.open.__doc__Christian Heimes2007-12-081-0/+10
* Merged revisions 59407-59422 via svnmerge fromChristian Heimes2007-12-0818-284/+568
* Added stop_serving and a timeout to tearDown()Christian Heimes2007-12-081-2/+14
* Disabled test_404, see issue #1572Christian Heimes2007-12-081-3/+2
* Readded Lib/distutils/tests/test_sysconfig.pyChristian Heimes2007-12-081-0/+37
* Merged revisions 59376-59406 via svnmerge fromChristian Heimes2007-12-0823-133/+260
* Added -b option to the list of command line optionsChristian Heimes2007-12-071-1/+7
* rename markupbase to _markupbaseFred Drake2007-12-073-7/+7
* No -Q flag anymore in Py3k.Georg Brandl2007-12-071-21/+1
* Tagging 3.0a2 for release. Fingers crossed.v3.0a2Guido van Rossum2007-12-061-0/+1
* Reverting revision 59394. We'll sort this out later.Guido van Rossum2007-12-062-64/+16
* Fix the leaks in test_ssl. Issue 1469. Patch by Christian Heimes:Guido van Rossum2007-12-062-16/+64
* Fix a last use of file() that should be open().Guido van Rossum2007-12-061-1/+2
* Some Windows notes by Christian.Guido van Rossum2007-12-061-0/+7
* Small set of updates (with Jeffrey's OK).Guido van Rossum2007-12-061-11/+33
* Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is already defined in pyconf...Christian Heimes2007-12-061-1/+1
* Get ready for releasing 3.0a2.Guido van Rossum2007-12-064-6/+30
* Fix the rest of issue 1400, by introducing a proper implementation ofGuido van Rossum2007-12-064-36/+57
* Merged revisions 59371-59375 via svnmerge fromChristian Heimes2007-12-0511-22/+49
* Merged revisions 59333-59370 via svnmerge fromChristian Heimes2007-12-0514-402/+508
* Added 2to3 tools via svn:externals from http://svn.python.org/projects/sandbo...Christian Heimes2007-12-051-0/+3
* Update build instructions Tcl/Tk to use 8.4.12, and python9.mak.Martin v. Löwis2007-12-051-10/+10
* You are right, Guido. The newline argument is easier to use.Christian Heimes2007-12-051-4/+4
* Fixed line separator problem on WindowsChristian Heimes2007-12-051-2/+2
* Fixed two small problems in regrtest found by Amaury. This fixes issue #1539....Christian Heimes2007-12-051-2/+3
* Reverted two commit accidentsChristian Heimes2007-12-052-7/+6
* Fixed quoting and paths in the sqlite project fileChristian Heimes2007-12-053-14/+15
* Fixed problem with missing PyInt_CheckExact() macro in _ctypes.cChristian Heimes2007-12-051-4/+9
* Believe it or not, the addition of flush() calls broke two unittests.Guido van Rossum2007-12-052-2/+30
* Solve issue 1400 at least in part -- whenever we run Python code, at the endGuido van Rossum2007-12-051-0/+24
* most recent changes to SSL module to support non-blocking sockets properlyBill Janssen2007-12-052-12/+65
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-0447-150/+142
* Eliminate outdated usages of PyInt_GetMax.Martin v. Löwis2007-12-042-12/+4
* Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.Martin v. Löwis2007-12-0415-54/+134
* Removed another occurrence of PyInt_ExactCheck()Christian Heimes2007-12-041-4/+23
* Remove special-casing of integer operations, to stopMartin v. Löwis2007-12-041-91/+6
* Merged revisions 59323-59332 via svnmerge fromChristian Heimes2007-12-045-29/+778
* These optimizations create smaller and a bit faster code on my machine. I've ...Christian Heimes2007-12-041-4/+4
* Document nonlocal statement. Written for GHOP by "Canadabear".Georg Brandl2007-12-042-7/+85
* Merged revisions 59321-59322 via svnmerge fromChristian Heimes2007-12-041-5/+10