summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reworked random.py so that it no longer depends on, and offers all theTim Peters2001-01-253-288/+481
* A \begin{funcdesc} was closed with an \end{methoddesc}.Barry Warsaw2001-01-251-1/+1
* Fixed a bug where \& was needed.Barry Warsaw2001-01-251-1/+1
* Provide a much better (and complete!) description of the lockf()Barry Warsaw2001-01-251-4/+38
* lockf_doc: a much better description of the lockf() function, based onBarry Warsaw2001-01-251-4/+23
* Supply long-missing docs for random.seed(). Extensive rewrite of moduleTim Peters2001-01-241-21/+52
* Check the Py_TPFLAGS_HAVE_RICHCOMPARE flag before using theGuido van Rossum2001-01-241-7/+9
* Add a flag to indicate the presence of the tp_richcompare field, andGuido van Rossum2001-01-241-2/+7
* Fix the test output, now that escapes in repr() of string and UnicodeGuido van Rossum2001-01-242-6/+6
* Fix the test output, now that escapes in repr() of string and UnicodeGuido van Rossum2001-01-241-3/+3
* The array type was missing the Py_TPFLAGS_DEFAULT initializer for theGuido van Rossum2001-01-241-1/+1
* New asynchat.py from Sam Rushing: this foregoes using the regex moduleAndrew M. Kuchling2001-01-241-36/+12
* Fix an obvious usage nit I should have caught myself on the previousFred Drake2001-01-241-1/+1
* Update the build instructions for flat makefile.Neil Schemenauer2001-01-241-18/+14
* The usual.Neil Schemenauer2001-01-241-434/+610
* - build now happens in toplevel directory, add subdir paths to filenamesNeil Schemenauer2001-01-241-70/+69
* Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings.Ka-Ping Yee2001-01-2413-205/+221
* Patch from Andrew to properly set module source directory.Neil Schemenauer2001-01-241-2/+2
* There is no more Modules/Makefile, use toplevel Makefile.Neil Schemenauer2001-01-241-1/+1
* Changes for flat makefile. Building of modules happens from toplevelNeil Schemenauer2001-01-241-12/+16
* Build now happens in toplevel directory, not Modules. Don't monkey withNeil Schemenauer2001-01-241-12/+1
* Flat makefile based on toplevel Makefile.in and makefiles in buildNeil Schemenauer2001-01-241-0/+814
* Remove evil "sec:" prefix from some \label markups; this is bad forFred Drake2001-01-241-2/+2
* AttributeList --> NamedNodeMapFred Drake2001-01-241-1/+1
* Got rid of extraneous Modues:TE in the search path.Jack Jansen2001-01-2420-144/+0
* Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste...Jack Jansen2001-01-244-0/+2264
* Recognize {compiler} and {project} prefixes to pathnames and output the corre...Jack Jansen2001-01-241-1/+10
* Regenerated (and manually massaged for PutScrap) so it can be byuilt both for...Jack Jansen2001-01-243-57/+148
* Quick (manual) fix to make the module compile with Waste 2.0. TBD later.Jack Jansen2001-01-241-1/+1
* Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste...Jack Jansen2001-01-242-3/+16
* Updated version of asyncore.py from Sam Rushing:Andrew M. Kuchling2001-01-241-4/+40
* Part of patch #102409: special cases for Cygwin:Andrew M. Kuchling2001-01-241-0/+18
* Blacklisted (for the time being) the functions that have a component argument...Jack Jansen2001-01-242-100/+6
* Build directives for PythonStandalone were missing.Jack Jansen2001-01-241-0/+4
* Added the GrafPort attributes that are unavailable under Carbon.Jack Jansen2001-01-241-0/+5
* Implemented direct attribute access for Carbon builds and accessor functions ...Jack Jansen2001-01-243-14/+1478
* test___all__ was failing on WIndows because locale.py doesn't reallyTim Peters2001-01-241-3/+10
* Windows: ucnhash subproject no longer exists (/F merged into unicodedata).Tim Peters2001-01-244-118/+1
* ucnhash is no longer usedFredrik Lundh2001-01-241-22/+0
* new unicodedata functions (name, lookup)Fredrik Lundh2001-01-241-0/+13
* ucnhash is no longer usedFredrik Lundh2001-01-241-2/+1
* the ucnhash module is no longer usedFredrik Lundh2001-01-241-48/+46
* Move uchhash functionality into unicodedata (after the recentFredrik Lundh2001-01-244-228/+248
* documented (new) optional doseq parameter to urlencode.Skip Montanaro2001-01-241-2/+4
* a few more modules get __all__Skip Montanaro2001-01-2411-0/+31
* PyObject_Dump() -> _PyObject_Dump()Barry Warsaw2001-01-242-5/+5
* PyGC_Dump() -> _PyGC_Dump()Barry Warsaw2001-01-241-1/+1
* PyObject_Dump() -> _PyObject_Dump()Barry Warsaw2001-01-241-1/+1
* __all__: removed "error", "abort", "readonly", as these are notBarry Warsaw2001-01-241-2/+2
* It's "gopherlib" not "gopher".Barry Warsaw2001-01-241-1/+1