summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merged revisions 59313-59320 via svnmerge fromChristian Heimes2007-12-043-9/+179
* Manual merge of PEP 366 implementation from trunk (the automatic merge choked...Nick Coghlan2007-12-041-26/+86
* Fix issue #1553: An errornous __length_hint__ can make list() raise aAlexandre Vassalotti2007-12-042-4/+6
* Remove a few tab characters introduced by r59314.Alexandre Vassalotti2007-12-041-3/+3
* Issue #1283: Allow any iterable of integers to be passed toAlexandre Vassalotti2007-12-042-18/+89
* Merged revisions 59304-59312 via svnmerge fromGuido van Rossum2007-12-042-3/+6
* Add an errors parameter to open() and TextIOWrapper() to specify error handling.Guido van Rossum2007-12-037-17/+77
* Fix merging glitch.Georg Brandl2007-12-031-1/+1
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-0335-237/+3139
* Reverting last commit. I had some staled data from an attempted svnmerge in m...Christian Heimes2007-12-037-683/+6
* Patch #1537 from Chad AustinChristian Heimes2007-12-037-6/+683
* Remove a few merged versionadded/changed.Georg Brandl2007-12-026-64/+6
* Remove mentions of "long integer" in the API docs.Georg Brandl2007-12-022-12/+12