summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix grouping, again. This time properly :-) Sorry, guys.Thomas Wouters2000-09-011-3/+3
* Applying patch #100994 to allow JPython to use more of the standardBarry Warsaw2000-09-014-12/+19
* Fix test_popen2 on Windows, recently broken by changes to the dict(!)Tim Peters2000-09-011-1/+57
* Applied patch #101350, closing it.Barry Warsaw2000-09-011-1/+3
* Document the new optional argument "rest" on the transfercmd(),Barry Warsaw2000-09-011-5/+22
* Added support for RFC 959's REST command (restart), closing SF patchBarry Warsaw2000-09-011-23/+38
* Document PyImport_AppendInittab(), PyImport_ExtendInittab(), andFred Drake2000-09-011-1/+39
* set the default threshold much higherJeremy Hylton2000-09-011-1/+1
* code part of patch #100895 by Fredrik LundhJeremy Hylton2000-09-011-4/+124
* Don't call Py_FatalError in module initializationJeremy Hylton2000-09-012-7/+0
* Revert removal of void from function definition. Guido sez I can take itTim Peters2000-09-011-1/+1
* Now that StreamRequestHandler defaults rfile to buffered, make itGuido van Rossum2000-09-011-0/+4
* In class StreamRequestHandler, make the default buffering for rfileGuido van Rossum2000-09-011-2/+12
* refactor __del__ exception handler into PyErr_WriteUnraisableJeremy Hylton2000-09-015-21/+50
* Add three prototypes for functions in history.h to shut up gcc -Wall.Guido van Rossum2000-09-011-0/+3
* Moodules -> Modules.Guido van Rossum2000-09-011-1/+1
* Add parens suggested by gcc -Wall.Guido van Rossum2000-09-011-2/+3
* Repaired comment.Tim Peters2000-09-011-1/+1