| Commit message (Expand) | Author | Age | Files | Lines |
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 194 | -1805/+5 |
|
|
* | Rewritten some pieces of PyNumber_InPlaceAdd() for clarity. | Guido van Rossum | 2000-09-01 | 1 | -15/+20 |
|
|
* | Updated to include all files here. | Guido van Rossum | 2000-09-01 | 1 | -3/+7 |
|
|
* | Delete too. | Guido van Rossum | 2000-09-01 | 1 | -77/+0 |
|
|
* | Deleted. Long obsolete. | Guido van Rossum | 2000-09-01 | 1 | -48/+0 |
|
|
* | Deleted. We no longer require disclaimers on contributions. | Guido van Rossum | 2000-09-01 | 2 | -96/+0 |
|
|
* | Deleted; this is ancient info. | Guido van Rossum | 2000-09-01 | 1 | -399/+0 |
|
|
* | Deleted. This is obsoleted by Tools/scripts/fixnotice.py. | Guido van Rossum | 2000-09-01 | 1 | -75/+0 |
|
|
* | Ready to go. | Guido van Rossum | 2000-09-01 | 1 | -120/+123 |
|
|
* | Remove the 1.5.2 news. 2.0 news is still to be done. | Guido van Rossum | 2000-09-01 | 1 | -2337/+2 |
|
|
* | Moved NEWS from 1.5.2 here. | Guido van Rossum | 2000-09-01 | 1 | -0/+2334 |
|
|
* | Deleted. This information is now in ../LICENSE. | Guido van Rossum | 2000-09-01 | 1 | -32/+0 |
|
|
* | The second argument to start_new_thread() is not a tuple, as pointed | Guido van Rossum | 2000-09-01 | 1 | -2/+2 |
|
|
* | patch by Neil Schemenauer to improve (fix?) line number generation | Jeremy Hylton | 2000-09-01 | 4 | -34/+64 |
|
|
* | The "more" cmd varies across Windows flavors, sometimes adding stray | Tim Peters | 2000-09-01 | 2 | -14/+32 |
|
|
* | Clean up a bit. Drop -X option, update date, remove documentation | Guido van Rossum | 2000-09-01 | 1 | -56/+27 |
|
|
* | Update magic number. | Jeremy Hylton | 2000-09-01 | 4 | -30/+94 |
|
|
* | Install LICENSE.txt and README.txt. | Tim Peters | 2000-09-01 | 1 | -12/+11 |
|
|
* | Tentative license. Could still change for the 2.0b1 release and will | Guido van Rossum | 2000-09-01 | 1 | -1/+103 |
|
|
* | Guido pointed out that the "non-admin install" blurb got displayed | Tim Peters | 2000-09-01 | 1 | -13/+11 |
|
|
* | Adding new files, removing some. | Guido van Rossum | 2000-09-01 | 18 | -256/+2711 |
|
|
* | Repaired damaged comments, and extra spaces in fatal error msgs we'd better | Tim Peters | 2000-09-01 | 1 | -6/+7 |
|
|
* | The usual | Guido van Rossum | 2000-09-01 | 40 | -886/+1767 |
|
|
* | Correct configure.in version. | Guido van Rossum | 2000-09-01 | 1 | -1/+1 |
|
|
* | Move the Py_DECREF(x) after the error: label so that we don't leak x | Guido van Rossum | 2000-09-01 | 1 | -1/+1 |
|
|
* | Rob Hooft, Moshe Zadka: converted to 4 space indents and re instead of regex. | Guido van Rossum | 2000-09-01 | 2 | -72/+78 |
|
|
* | Back off to HKCU (instead of HKLM) if user doesn't have "NT adminstrator | Tim Peters | 2000-09-01 | 1 | -1/+61 |
|
|
* | Cosmetics on Py_Get/SetRecursionLimit (for the style guide) | Vladimir Marangozov | 2000-09-01 | 1 | -2/+4 |
|
|
* | Update documentation for PyErr_Format, because the function has changed. | Moshe Zadka | 2000-09-01 | 1 | -9/+19 |
|
|
* | Do the absolute minimal amount of modifications to eradicate | Barry Warsaw | 2000-09-01 | 15 | -67/+31 |
|
|
* | Tool to generate binary GNU .mo file from .po template files. Written | Barry Warsaw | 2000-09-01 | 1 | -0/+194 |
|
|
* | Added installation of w9xpopen.exe. | Tim Peters | 2000-09-01 | 1 | -1/+6 |
|
|
* | Fix grouping, again. This time properly :-) Sorry, guys. | Thomas Wouters | 2000-09-01 | 1 | -3/+3 |
|
|
* | Applying patch #100994 to allow JPython to use more of the standard | Barry Warsaw | 2000-09-01 | 4 | -12/+19 |
|
|
* | Fix test_popen2 on Windows, recently broken by changes to the dict(!) | Tim Peters | 2000-09-01 | 1 | -1/+57 |
|
|
* | Applied patch #101350, closing it. | Barry Warsaw | 2000-09-01 | 1 | -1/+3 |
|
|
* | Document the new optional argument "rest" on the transfercmd(), | Barry Warsaw | 2000-09-01 | 1 | -5/+22 |
|
|
* | Added support for RFC 959's REST command (restart), closing SF patch | Barry Warsaw | 2000-09-01 | 1 | -23/+38 |
|
|
* | Document PyImport_AppendInittab(), PyImport_ExtendInittab(), and | Fred Drake | 2000-09-01 | 1 | -1/+39 |
|
|
* | set the default threshold much higher | Jeremy Hylton | 2000-09-01 | 1 | -1/+1 |
|
|
* | code part of patch #100895 by Fredrik Lundh | Jeremy Hylton | 2000-09-01 | 1 | -4/+124 |
|
|
* | Don't call Py_FatalError in module initialization | Jeremy Hylton | 2000-09-01 | 2 | -7/+0 |
|
|
* | Revert removal of void from function definition. Guido sez I can take it | Tim Peters | 2000-09-01 | 1 | -1/+1 |
|
|
* | Now that StreamRequestHandler defaults rfile to buffered, make it | Guido van Rossum | 2000-09-01 | 1 | -0/+4 |
|
|
* | In class StreamRequestHandler, make the default buffering for rfile | Guido van Rossum | 2000-09-01 | 1 | -2/+12 |
|
|
* | refactor __del__ exception handler into PyErr_WriteUnraisable | Jeremy Hylton | 2000-09-01 | 5 | -21/+50 |
|
|
* | Add three prototypes for functions in history.h to shut up gcc -Wall. | Guido van Rossum | 2000-09-01 | 1 | -0/+3 |
|
|
* | Moodules -> Modules. | Guido van Rossum | 2000-09-01 | 1 | -1/+1 |
|
|
* | Add parens suggested by gcc -Wall. | Guido van Rossum | 2000-09-01 | 1 | -2/+3 |
|
|
* | Repaired comment. | Tim Peters | 2000-09-01 | 1 | -1/+1 |
|
|