summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changes in license names by BobW.Guido van Rossum2000-09-041-3/+3
* Fix the char* vs. const char* mismatch for the argument of aix_loaderror()Vladimir Marangozov2000-09-041-1/+1
* Move down the INT_MAX logic, because HAVE_LIMITS_H was always undefinedVladimir Marangozov2000-09-031-6/+6
* Hack the Windows code to use os.popen().Guido van Rossum2000-09-031-3/+1
* Properly name and number the BEOPEN OPEN SOURCE PYTHON LICENSEGuido van Rossum2000-09-031-7/+5
* changed \x to consume exactly two hex digits, also for unicodeFredrik Lundh2000-09-031-55/+66
* updated SRE test suite (fixes PEP223 problem, shows syntax errors)Fredrik Lundh2000-09-031-76/+78
* Repair failing test_sre.py.Tim Peters2000-09-031-3/+3
* Remove a comma from CWI's copyright notice.Guido van Rossum2000-09-031-1/+1
* Change the copyright notice according to CNRI's wishes, withGuido van Rossum2000-09-031-2/+5
* Various edits. Most importantly, added dual licensing. Also someGuido van Rossum2000-09-031-34/+41
* changed \x to consume exactly two hex digits. implements PEP-223Fredrik Lundh2000-09-021-16/+28
* return -1 for undefined groups (as implemented in 1.5.2) instead ofFredrik Lundh2000-09-022-17/+10
* Patch by Martin von Löwis to give him his umlaut, to remove ChristianGuido van Rossum2000-09-021-3/+4
* -- tightened up parsing of octal numbersFredrik Lundh2000-09-023-198/+158
* PyInterpreterState_New is not thread-safe, and the recent fix to _PyPcloseTim Peters2000-09-021-0/+4
* Cosmetic cleanup by Vladimir.Thomas Wouters2000-09-021-43/+49
* SourceForge patch 101396, by an anonymous friend.Tim Peters2000-09-021-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-01194-1805/+5
* Rewritten some pieces of PyNumber_InPlaceAdd() for clarity.Guido van Rossum2000-09-011-15/+20
* Updated to include all files here.Guido van Rossum2000-09-011-3/+7
* Delete too.Guido van Rossum2000-09-011-77/+0
* Deleted. Long obsolete.Guido van Rossum2000-09-011-48/+0
* Deleted. We no longer require disclaimers on contributions.Guido van Rossum2000-09-012-96/+0
* Deleted; this is ancient info.Guido van Rossum2000-09-011-399/+0
* Deleted. This is obsoleted by Tools/scripts/fixnotice.py.Guido van Rossum2000-09-011-75/+0
* Ready to go.Guido van Rossum2000-09-011-120/+123
* Remove the 1.5.2 news. 2.0 news is still to be done.Guido van Rossum2000-09-011-2337/+2
* Moved NEWS from 1.5.2 here.Guido van Rossum2000-09-011-0/+2334
* Deleted. This information is now in ../LICENSE.Guido van Rossum2000-09-011-32/+0
* The second argument to start_new_thread() is not a tuple, as pointedGuido van Rossum2000-09-011-2/+2
* patch by Neil Schemenauer to improve (fix?) line number generationJeremy Hylton2000-09-014-34/+64
* The "more" cmd varies across Windows flavors, sometimes adding strayTim Peters2000-09-012-14/+32
* Clean up a bit. Drop -X option, update date, remove documentationGuido van Rossum2000-09-011-56/+27
* Update magic number.Jeremy Hylton2000-09-014-30/+94
* Install LICENSE.txt and README.txt.Tim Peters2000-09-011-12/+11
* Tentative license. Could still change for the 2.0b1 release and willGuido van Rossum2000-09-011-1/+103
* Guido pointed out that the "non-admin install" blurb got displayedTim Peters2000-09-011-13/+11
* Adding new files, removing some.Guido van Rossum2000-09-0118-256/+2711
* Repaired damaged comments, and extra spaces in fatal error msgs we'd betterTim Peters2000-09-011-6/+7
* The usualGuido van Rossum2000-09-0140-886/+1767
* Correct configure.in version.Guido van Rossum2000-09-011-1/+1
* Move the Py_DECREF(x) after the error: label so that we don't leak xGuido van Rossum2000-09-011-1/+1
* Rob Hooft, Moshe Zadka: converted to 4 space indents and re instead of regex.Guido van Rossum2000-09-012-72/+78
* Back off to HKCU (instead of HKLM) if user doesn't have "NT adminstratorTim Peters2000-09-011-1/+61
* Cosmetics on Py_Get/SetRecursionLimit (for the style guide)Vladimir Marangozov2000-09-011-2/+4
* Update documentation for PyErr_Format, because the function has changed.Moshe Zadka2000-09-011-9/+19
* Do the absolute minimal amount of modifications to eradicateBarry Warsaw2000-09-0115-67/+31
* Tool to generate binary GNU .mo file from .po template files. WrittenBarry Warsaw2000-09-011-0/+194
* Added installation of w9xpopen.exe.Tim Peters2000-09-011-1/+6