summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug detected by AMK: Types should be types.Guido van Rossum1997-12-311-2/+2
* This commit was manufactured by cvs2svn to create tag 'release15'.v1.5cvs2svn1997-12-311-0/+1
* Last-minute fix for Jim H: don't die after del sys.stdoutGuido van Rossum1997-12-311-2/+11
* Add zlib and bsddb, and remove beta designation.Guido van Rossum1997-12-311-3/+17
* New module added.Guido van Rossum1997-12-311-0/+474
* Ready for release of 1.5.Guido van Rossum1997-12-311-57/+31
* Added from 1.5b2 to 1.5.Guido van Rossum1997-12-311-0/+75
* Apply fixps.py to allow A4 paper printing.Guido van Rossum1997-12-301-1/+1
* Added BaseHTTPServer to table of contents for chapter.Guido van Rossum1997-12-302-0/+6
* Correct small nits reported by Rob Hooft.Guido van Rossum1997-12-3022-66/+72
* When there's no filename, don't make one up.Guido van Rossum1997-12-301-6/+54
* Final version for 1.5; two tiny corrections.Guido van Rossum1997-12-308-49/+52
* Clarify that __getinitargs__ is called at pickle time!Guido van Rossum1997-12-302-2/+6
* Added "docs" for Pareto and Weibull distributions.Guido van Rossum1997-12-302-0/+16
* Add tests for re.L(OCALE).Guido van Rossum1997-12-301-1/+7
* Oops, big glitch. Charles had put a 1 in the column for argument listGuido van Rossum1997-12-301-8/+8
* Oops, the last checkin left a blank line in a string literal.Guido van Rossum1997-12-301-1/+1
* Since DSA.py never made it to the release, neither should dos-8x3/dsa.py.Guido van Rossum1997-12-301-221/+0
* Clean out *.texi and *.info* as well for "make clean".Fred Drake1997-12-301-0/+1
* Add obsolescence note.Guido van Rossum1997-12-302-0/+22
* Add URL of Andrew Kuchling's nifty re conversion page...Guido van Rossum1997-12-302-4/+6
* Add a note that up to 1.4, translate() produced Emacs style syntax; inGuido van Rossum1997-12-302-4/+10
* Updated release date to match boilerplate.tex.Fred Drake1997-12-302-4/+4
* Added ConfigParser.py to list of undocumented miscellaneous useful utilities.Guido van Rossum1997-12-302-0/+4
* Took out some disclaiming text (even from the title!). RewrittenGuido van Rossum1997-12-302-82/+70
* A whole bunch of typos fixed by Andrew Kuchling.Guido van Rossum1997-12-302-44/+66
* Refine note about strftime test failure (it's fixed in Linux glibc 6).Guido van Rossum1997-12-301-3/+4
* New blood.Guido van Rossum1997-12-301-0/+5
* Set the patch level to 1.5.Guido van Rossum1997-12-301-1/+1
* Set the release date for 1.5 (final).Guido van Rossum1997-12-302-2/+2
* the usualGuido van Rossum1997-12-302-4/+6
* Two critical fixes to the changes that I made for Greg McFarlane --Guido van Rossum1997-12-301-3/+3
* Added .PHONY annotation for lib.info target; the real target isFred Drake1997-12-291-0/+4
* Remove more commented-out text that is no longer needed.Guido van Rossum1997-12-292-42/+0
* Remove the commented-out warning at the top. It shouldn't be thereGuido van Rossum1997-12-292-12/+0
* Getting uglier. But it doesn't completely bomb except for some table stuff.Fred Drake1997-12-292-80/+146
* Lots of minor nits that allow this file to get processed without failures byFred Drake1997-12-292-50/+54
* Ignore generated info files.Fred Drake1997-12-291-0/+1
* Reduce warning count from partparse.py.Fred Drake1997-12-292-8/+2
* Revised lib1.texi target to deal with some conversion nastiness. See comment.Fred Drake1997-12-291-0/+7
* Reduce warning count from partparse.py.Fred Drake1997-12-292-4/+2
* Moved things around a bit in interact(), so outout is processed beforeGuido van Rossum1997-12-291-4/+5
* Ignore another intermediate file from the info generation.Fred Drake1997-12-291-0/+1
* At Jeff Rush' request, add Py_BEGIN/END_ALLOW_THREADS around call toGuido van Rossum1997-12-291-0/+3
* Reduce warning count from partparse.py.Fred Drake1997-12-292-2/+2
* Moved some #ifdefs around that got put in the wrong place by theGuido van Rossum1997-12-291-16/+22
* Added Greg Stein's docs for BaseHTTPServer.py.Guido van Rossum1997-12-295-12/+447
* Make "{" and "}" in code sample visible instead of a group (it's supposed toFred Drake1997-12-292-2/+2
* Fixed several bugs reported by Greg McFarmane:Guido van Rossum1997-12-291-42/+31
* Minor editing corrections.Guido van Rossum1997-12-293-31/+32