summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct typo in #ifdef: PY_THREAD_D4, should be PY_PTHREAD_D4.Guido van Rossum1998-09-041-1/+1
* Should no longer surround PyOS_Readline() call withGuido van Rossum1998-09-031-4/+0
* Easy optimizations of urlparse for the common case of parsing an http URL.Jeremy Hylton1998-09-021-8/+33
* Fix suggested by movits@lockstar.com (plus doc string by myself)Guido van Rossum1998-09-021-4/+7
* Make bind variants without a sequence return a tuple of sequencesGuido van Rossum1998-08-311-1/+27
* Now that we have standard (optional) long long support, the long longGuido van Rossum1998-08-311-66/+0
* The previous fix was still broken; the Py_END_ALLOW_THREADS macro wasGuido van Rossum1998-08-291-1/+3
* (py-in-literal): How'd this get through? c-point => py-pointBarry Warsaw1998-08-291-1/+1
* Ignore the generated README file.Fred Drake1998-08-282-0/+2
* When building the tarball of the PostScript files, also generate & include aFred Drake1998-08-281-1/+2
* Target to generate a little README file with the page counts of the PostScriptFred Drake1998-08-281-0/+4
* Script to generate page counts of the PostScript files.Fred Drake1998-08-281-0/+23
* Support long options that take arguments of the form --option=value as wellFred Drake1998-08-281-5/+40
* Markup changes in the section on disciplines to match method descriptionsFred Drake1998-08-281-165/+171
* We now assume that PyOS_Readline() is called with the interpreter lockGuido van Rossum1998-08-271-11/+3
* Add a 'volatile' to the declaration of threadid in get_thread_ident().Guido van Rossum1998-08-271-1/+1
* Don't release the interpreter lock around PyParser_ParseFile().Guido van Rossum1998-08-271-4/+0
* Changes by Richard Wolff:Guido van Rossum1998-08-271-13/+21
* Added a note about the buildlibs script.Jack Jansen1998-08-271-4/+11
* fix typo in keyword argument 'allow_frament' should be 'allow_fragment'Jeremy Hylton1998-08-251-6/+6
* __file__ used to be always set to the .pyc (or .pyo) file, even ifGuido van Rossum1998-08-251-1/+2
* Comment out the print statement about underflow. (This only seems toGuido van Rossum1998-08-251-2/+2
* Add the type of the object to the error message about calling a non-function.Guido van Rossum1998-08-251-3/+5
* Replace all calls to fprintf(stderr, ...) with PySys_WriteStderr(...).Guido van Rossum1998-08-251-5/+6
* Add a version of PySys_WriteStderr() that writes to stderr, so we canGuido van Rossum1998-08-251-0/+27
* Restructure the file so that it is never empty. No longer needsGuido van Rossum1998-08-251-10/+10
* Patch by Mark Hammond to support 64-bit ints on MS platforms.Guido van Rossum1998-08-255-33/+38
* Ignore cruft generating by the test run for hello.py.Guido van Rossum1998-08-251-0/+6
* Y2K fix affecting asctime(), mktime(), strftime().Guido van Rossum1998-08-251-19/+37
* Describe what happens when ``raise C, x'' is called where C is a classGuido van Rossum1998-08-251-7/+13
* Clarify Y2K behavior when a tuple with a 2-digit date is passed toGuido van Rossum1998-08-251-2/+15
* New version, with contributions from Sjoerd Mullender and Mark Hammond.Guido van Rossum1998-08-258-89/+189
* There was still something wrong. The original NOTTESTS are replacedGuido van Rossum1998-08-251-3/+6
* Patch by Chris Herborth (posted to comp.lang.python)to make it behaveGuido van Rossum1998-08-241-3/+3
* round(): Mark the second (optional) parameter as optional, since it'sFred Drake1998-08-241-4/+4
* Added some cross-references to the end.Fred Drake1998-08-241-0/+6
* spoking --> speakingFred Drake1998-08-241-7/+7
* Ted Horst writes in psa-members@python.org:Guido van Rossum1998-08-241-0/+41
* Should pass explicit arguments to findtests(). Should initialize 'nottests'.Guido van Rossum1998-08-241-2/+4
* Move an indented #define to column 1.Guido van Rossum1998-08-231-1/+1
* There is no <ISINPUT> element, just <ISINDEX>. ;-)Fred Drake1998-08-211-1/+1
* The .subn() method wasn't setting _num_regs, which is used by the .groups()Andrew M. Kuchling1998-08-211-0/+1
* Update commentary. For most stuff, point people to the web pageBarry Warsaw1998-08-201-58/+18
* (py-shell-map): New variable contains the keymap used in *Python*Barry Warsaw1998-08-201-5/+12
* (py-shell): comint-output-filter-functions is already buffer-localBarry Warsaw1998-08-201-1/+0
* (py-process-filter): Deleted this function. In order to fixBarry Warsaw1998-08-201-116/+16
* All libraries have now been moved to their new location, with their new names.Jack Jansen1998-08-209-0/+0
* A new project that builds cwgusi, tcl, tk and all image libraries needed.Jack Jansen1998-08-201-0/+0
* Replaced all remaining BinHex files with their binary counterparts.Jack Jansen1998-08-2048-4041/+0
* Binhextree doesn't binhex anymore, it just copies the projects around. ThisJack Jansen1998-08-201-4/+6