summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Folded long lines.Guido van Rossum1999-03-241-9/+18
* Added Jeremy's test code for the sha module.Guido van Rossum1999-03-242-0/+32
* Added Greg Stein and Andrew Kuchling's sha module.Guido van Rossum1999-03-242-1/+610
* Remove the temp file when we're done.Guido van Rossum1999-03-241-1/+6
* Conform to standard boilerplate.Guido van Rossum1999-03-241-3/+34
* Chris Herborth: the new compiler in R4.1 needs some new options to work...Guido van Rossum1999-03-244-254/+266
* Implement two suggestions by Jonathan Giddy: (1) in AIX, clear theGuido van Rossum1999-03-241-0/+19
* Vladimir Marangozov implements the AIX 3-arg gethostbyname_r code.Guido van Rossum1999-03-241-14/+32
* Add readlines() to _Subfile class. Not clear who would need it, butGuido van Rossum1999-03-241-0/+13
* Use more recent option to \pdfdest to not change the zoom factor.Fred Drake1999-03-241-1/+1
* use struct instead of bit-manipulate in PythonJeremy Hylton1999-03-231-21/+3
* Add $(EXE) to various occurrences of python so it will work on CygwinGuido van Rossum1999-03-231-2/+2
* Ack! It never defined HAVE_GETHOSTBYNAME_R so that code was never tested!Guido van Rossum1999-03-232-28/+46
* Changes to allow passing an open file to the constructor (to supportGreg Ward1999-03-231-14/+13
* Adding thread.h -- unused but for b/w compatibility.Guido van Rossum1999-03-221-0/+62
* Added bufferobject.cJack Jansen1999-03-225-0/+0
* Add code to test for all sorts of gethostbyname_r variants,Guido van Rossum1999-03-222-21/+315
* Add symbols for gethostbyname_r variants (sigh).Guido van Rossum1999-03-222-3/+27
* Clean up pass for the previous patches.Guido van Rossum1999-03-221-23/+35
* Jonathan Giddy writes:Guido van Rossum1999-03-221-8/+15
* Fixed the flush() method of compression objects; the test forAndrew M. Kuchling1999-03-221-12/+29
* Added simple test for the flush() method of compression objects, trying theAndrew M. Kuchling1999-03-221-0/+13
* Bug reported by Tobias Thelen: missing "self." in assignment target.Guido van Rossum1999-03-221-1/+1
* First checkin of real Distutils command modules.Greg Ward1999-03-226-0/+448
* Obsolete source file -- command options are actually implemented inGreg Ward1999-03-221-111/+0
* First checkin of real Distutils code.Greg Ward1999-03-225-0/+1131
* Use an unsigned cast to avoid a warning in VC++.Guido van Rossum1999-03-191-1/+2
* New code for split() by Tim Peters, behaves more like posixpath.split().Guido van Rossum1999-03-192-40/+25
* Fix a problem with Vladimir's PyFloat_Fini code: clear the free list; ifGuido van Rossum1999-03-191-5/+17
* Fix a problem with Vladimir's PyInt_Fini code: clear the free list; ifGuido van Rossum1999-03-191-5/+27
* Document new builtin buffer(). Greg Stein.Guido van Rossum1999-03-191-0/+10
* Added BufferType, the type returned by the new builtin buffer(). Greg Stein.Guido van Rossum1999-03-191-0/+1
* New builtin buffer() creates a derived read-only buffer from anyGuido van Rossum1999-03-191-0/+24
* Added check for negative offset for PyBuffer_FromObject and check forGuido van Rossum1999-03-191-1/+13
* Added htmldoc, to generate the HTML for "Documenting Python".Fred Drake1999-03-181-0/+3
* Add "Documenting Python" to the list of processed documents.Fred Drake1999-03-181-1/+7
* LaTeX2HTML support for the ltxmarkup package.Fred Drake1999-03-181-0/+51
* Add some (commented out) macros to change the page size to the size ofFred Drake1999-03-181-41/+35
* Documented FTP.set_pasv().Fred Drake1999-03-181-13/+15
* Sjoerd Mullender writes:Guido van Rossum1999-03-181-2/+2
* Make this simpler; don't care about the paper size. Require that theFred Drake1999-03-181-4/+2
* Sjoerd Mullender writes:Guido van Rossum1999-03-181-0/+10
* Remove all owner resources from template, and if no owner resource contained inJack Jansen1999-03-171-14/+22
* Removed all owner resources except for "Pyth".Jack Jansen1999-03-171-0/+0
* Delete non-standard-conforming code in urljoin() that would use theGuido van Rossum1999-03-171-12/+0
* Note that abspath() was added in 1.5.2.Fred Drake1999-03-171-0/+1
* For some reason these files had never been checked in.Jack Jansen1999-03-175-0/+0
* For reasons unknown these files were never checked in to CVS.Jack Jansen1999-03-173-0/+213
* Add DLL level b/w compat for PySequence_In and PyEval_CallObjectGuido van Rossum1999-03-172-0/+10
* Be sure "make" understands the "doc" target is phony.Fred Drake1999-03-171-1/+1