| Commit message (Expand) | Author | Age | Files | Lines |
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 2 | -0/+262 |
|
|
* | In subst_vars(), change the name of the argument from str to s to | Jeremy Hylton | 2001-01-25 | 1 | -2/+2 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 1 | -1/+15 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 2 | -4/+13 |
|
|
* | Make module objects from Setup depend on Python.h headers. | Neil Schemenauer | 2001-01-25 | 1 | -2/+4 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 10 | -338/+929 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 4 | -0/+145 |
|
|
* | ucnhash module has gone, xreadlines module added. | Jack Jansen | 2001-01-25 | 3 | -0/+0 |
|
|
* | Add bzip2 archives back to the set of generated archives; we had way too | Fred Drake | 2001-01-25 | 1 | -3/+3 |
|
|
* | Removed references to Python 1.5.3; that was a "tentative" number I used | Fred Drake | 2001-01-25 | 3 | -9/+7 |
|
|
* | Update link to LaTeX2HTML web site. | Fred Drake | 2001-01-25 | 1 | -2/+1 |
|
|
* | add extra tests to verify that co_varnames is being set up properly | Jeremy Hylton | 2001-01-25 | 2 | -24/+23 |
|
|
* | Fix bug reported by Ka-Ping Yee: The compiler botched parsing function | Jeremy Hylton | 2001-01-25 | 1 | -12/+15 |
|
|
* | ucnhash module has gone. | Jack Jansen | 2001-01-25 | 12 | -1918/+0 |
|
|
* | ucnhash module has gone, xreadlines module added. | Jack Jansen | 2001-01-25 | 1 | -6/+2 |
|
|
* | added a few more __all__ lists | Skip Montanaro | 2001-01-25 | 4 | -8/+16 |
|
|
* | fail more completely by deleting dbhash from sys.modules if bsddb can't be | Skip Montanaro | 2001-01-25 | 1 | -1/+7 |
|
|
* | Let's keep things portable to non GCC compilers, please. | Sjoerd Mullender | 2001-01-25 | 1 | -22/+22 |
|
|
* | Clarify winsound.beep docs, in response to c.l.py beep brouhahalet. | Tim Peters | 2001-01-25 | 1 | -0/+5 |
|
|
* | Fix bugs introduced by rewrite (in particular, time-based initialization | Tim Peters | 2001-01-25 | 3 | -17/+67 |
|
|
* | Reworked random.py so that it no longer depends on, and offers all the | Tim Peters | 2001-01-25 | 3 | -288/+481 |
|
|
* | A \begin{funcdesc} was closed with an \end{methoddesc}. | Barry Warsaw | 2001-01-25 | 1 | -1/+1 |
|
|
* | Fixed a bug where \& was needed. | Barry Warsaw | 2001-01-25 | 1 | -1/+1 |
|
|
* | Provide a much better (and complete!) description of the lockf() | Barry Warsaw | 2001-01-25 | 1 | -4/+38 |
|
|
* | lockf_doc: a much better description of the lockf() function, based on | Barry Warsaw | 2001-01-25 | 1 | -4/+23 |
|
|
* | Supply long-missing docs for random.seed(). Extensive rewrite of module | Tim Peters | 2001-01-24 | 1 | -21/+52 |
|
|
* | Check the Py_TPFLAGS_HAVE_RICHCOMPARE flag before using the | Guido van Rossum | 2001-01-24 | 1 | -7/+9 |
|
|
* | Add a flag to indicate the presence of the tp_richcompare field, and | Guido van Rossum | 2001-01-24 | 1 | -2/+7 |
|
|
* | Fix the test output, now that escapes in repr() of string and Unicode | Guido van Rossum | 2001-01-24 | 2 | -6/+6 |
|
|
* | Fix the test output, now that escapes in repr() of string and Unicode | Guido van Rossum | 2001-01-24 | 1 | -3/+3 |
|
|
* | The array type was missing the Py_TPFLAGS_DEFAULT initializer for the | Guido van Rossum | 2001-01-24 | 1 | -1/+1 |
|
|
* | New asynchat.py from Sam Rushing: this foregoes using the regex module | Andrew M. Kuchling | 2001-01-24 | 1 | -36/+12 |
|
|
* | Fix an obvious usage nit I should have caught myself on the previous | Fred Drake | 2001-01-24 | 1 | -1/+1 |
|
|
* | Update the build instructions for flat makefile. | Neil Schemenauer | 2001-01-24 | 1 | -18/+14 |
|
|
* | The usual. | Neil Schemenauer | 2001-01-24 | 1 | -434/+610 |
|
|
* | - build now happens in toplevel directory, add subdir paths to filenames | Neil Schemenauer | 2001-01-24 | 1 | -70/+69 |
|
|
* | Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. | Ka-Ping Yee | 2001-01-24 | 13 | -205/+221 |
|
|
* | Patch from Andrew to properly set module source directory. | Neil Schemenauer | 2001-01-24 | 1 | -2/+2 |
|
|
* | There is no more Modules/Makefile, use toplevel Makefile. | Neil Schemenauer | 2001-01-24 | 1 | -1/+1 |
|
|
* | Changes for flat makefile. Building of modules happens from toplevel | Neil Schemenauer | 2001-01-24 | 1 | -12/+16 |
|
|
* | Build now happens in toplevel directory, not Modules. Don't monkey with | Neil Schemenauer | 2001-01-24 | 1 | -12/+1 |
|
|
* | Flat makefile based on toplevel Makefile.in and makefiles in build | Neil Schemenauer | 2001-01-24 | 1 | -0/+814 |
|
|
* | Remove evil "sec:" prefix from some \label markups; this is bad for | Fred Drake | 2001-01-24 | 1 | -2/+2 |
|
|
* | AttributeList --> NamedNodeMap | Fred Drake | 2001-01-24 | 1 | -1/+1 |
|
|
* | Got rid of extraneous Modues:TE in the search path. | Jack Jansen | 2001-01-24 | 20 | -144/+0 |
|
|
* | Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste... | Jack Jansen | 2001-01-24 | 4 | -0/+2264 |
|
|
* | Recognize {compiler} and {project} prefixes to pathnames and output the corre... | Jack Jansen | 2001-01-24 | 1 | -1/+10 |
|
|
* | Regenerated (and manually massaged for PutScrap) so it can be byuilt both for... | Jack Jansen | 2001-01-24 | 3 | -57/+148 |
|
|
* | Quick (manual) fix to make the module compile with Waste 2.0. TBD later. | Jack Jansen | 2001-01-24 | 1 | -1/+1 |
|
|
* | Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste... | Jack Jansen | 2001-01-24 | 2 | -3/+16 |
|
|