- 275e834 Added "Documenting Python" to the index. by Fred Drake · 26 years ago
- f123f84 Patch by Per Cederqvist, who writes: by Guido van Rossum · 26 years ago
- 9065ea3 When run as a script, report failures in the exit code as well. by Fred Drake · 26 years ago
- 3527f59 Hack so that if a 302 or 301 redirect contains a relative URL, the by Guido van Rossum · 26 years ago
- c91fcaa Protection against picling to/from closed (real) file. by Guido van Rossum · 26 years ago
- 89ae2b9 Test protection against picling to/from closed (real) file. by Guido van Rossum · 26 years ago
- 4958f9a #$@%! Forgot to remove a #error directive used for testing. Sorry. by Guido van Rossum · 26 years ago
- 5773160 Chris Lawrence writes: by Guido van Rossum · 26 years ago
- 91c488c Replaced the last attempt at an "unreadline" with one that actually by Greg Ward · 26 years ago
- 8e702d4 Jonathan Giddy discovered this file was missing. by Guido van Rossum · 26 years ago
- cf95b0f Avoid warnings from AIX compiler. Reported by Vladimir (AIX is my by Guido van Rossum · 26 years ago
- 2c4e009 Fixed a lot of the smaller nits identified in Guido's comments. by Fred Drake · 26 years ago
- 825df2a At Tim Peters' recommendation, add a dummy flush() method to PseudoFile. by Guido van Rossum · 26 years ago
- 02ef28b Tim Peters writes: by Guido van Rossum · 26 years ago
- a3433e8 Tim Peters writes: by Guido van Rossum · 26 years ago
- 806a467 Where rfc822.Message is mentioned, add a link to the rfc822 module. by Fred Drake · 26 years ago
- b091134 During display, if EPIPE is raised, it's probably because a pager was by Fred Drake · 26 years ago
- 787451b Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier). by Greg Ward · 26 years ago
- 447b4a0 Test suite for UserList. by Guido van Rossum · 26 years ago
- 2a340b3 Use isinstance() where appropriate. Reformatted with 4-space indent. by Guido van Rossum · 26 years ago
- ecb1a65 Helpwin.__init__(): The text widget should get focus. by Barry Warsaw · 26 years ago
- 61ba072 Removed unnecessary import `from PyncheWidget import PyncheWidget' by Barry Warsaw · 26 years ago
- 3eccc48 Test suite for UserDict by Guido van Rossum · 26 years ago
- 1697b9c Improved a bunch of things. by Guido van Rossum · 26 years ago
- aa3828a Basic regr tests for pickle/cPickle by Guido van Rossum · 26 years ago
- 7c6a90d Added some rules that affect those little "See also:" sections. by Fred Drake · 26 years ago
- bb584d3 Be more stylesheet friendly. by Fred Drake · 26 years ago
- a608a1d Require the verbatim package (similar to the LaTeX version). by Fred Drake · 26 years ago
- 397032a Don't use "exec" in find_class(). It's slow, unnecessary, and (as AMK by Guido van Rossum · 26 years ago
- 605ebdd Added a simple test suite for gzip. It simply opens a temp file, by Andrew M. Kuchling · 26 years ago
- f4f119c Based on a suggestion from bruce@hams.com, make a trivial change to by Andrew M. Kuchling · 26 years ago
- 52a0d7d Add tests for float() and complex() with string args (Nick/Stephanie Lockwood). by Guido van Rossum · 26 years ago
- cb1f242 Document complex() with string arg. by Guido van Rossum · 26 years ago
- b95227d Add an .unused_data attribute to decompressor objects. If .unused_data by Andrew M. Kuchling · 26 years ago
- 1195023 Patch by Nick and Stephanie Lockwood to implement complex() with a string by Guido van Rossum · 26 years ago
- 5fc9c86 SIGTERM is no longer caught to call sys.exitfunc. by Guido van Rossum · 26 years ago
- 2cafcbb Remove \platformof support, since it's been removed from the LaTeX style sheet. by Fred Drake · 26 years ago
- e82f5b3 Added note about ftpmirror.py, since that seems to be one of the most by Fred Drake · 26 years ago
- 5450062 Added Samuel Bayer's new webchecker. by Guido van Rossum · 26 years ago
- 2bc1379 Vladimir Marangozov contributed updated comments. by Guido van Rossum · 26 years ago
- cd037e7 Folded long lines. by Guido van Rossum · 26 years ago
- a6386ce Added Jeremy's test code for the sha module. by Guido van Rossum · 26 years ago
- 29d2acc Added Greg Stein and Andrew Kuchling's sha module. by Guido van Rossum · 26 years ago
- 4ec2698 Remove the temp file when we're done. by Guido van Rossum · 26 years ago
- d023a78 Conform to standard boilerplate. by Guido van Rossum · 26 years ago
- 6b9da45 Chris Herborth: the new compiler in R4.1 needs some new options to work... by Guido van Rossum · 26 years ago
- e7de206 Implement two suggestions by Jonathan Giddy: (1) in AIX, clear the by Guido van Rossum · 26 years ago
- 7b6c71f Vladimir Marangozov implements the AIX 3-arg gethostbyname_r code. by Guido van Rossum · 26 years ago
- e256a0f Add readlines() to _Subfile class. Not clear who would need it, but by Guido van Rossum · 26 years ago
- 9b8afde Use more recent option to \pdfdest to not change the zoom factor. by Fred Drake · 26 years ago
- c19f997 use struct instead of bit-manipulate in Python by Jeremy Hylton · 26 years ago
- 8ad22c8 Add $(EXE) to various occurrences of python so it will work on Cygwin by Guido van Rossum · 26 years ago
- 8db7d8b Ack! It never defined HAVE_GETHOSTBYNAME_R so that code was never tested! by Guido van Rossum · 26 years ago
- 782cdfe Changes to allow passing an open file to the constructor (to support by Greg Ward · 26 years ago
- d709b48 Adding thread.h -- unused but for b/w compatibility. by Guido van Rossum · 26 years ago
- 012ae20 Added bufferobject.c by Jack Jansen · 26 years ago
- a96f0ba Add code to test for all sorts of gethostbyname_r variants, by Guido van Rossum · 26 years ago
- 7152e9b Add symbols for gethostbyname_r variants (sigh). by Guido van Rossum · 26 years ago
- 3baaa13 Clean up pass for the previous patches. by Guido van Rossum · 26 years ago
- 955becc Jonathan Giddy writes: by Guido van Rossum · 26 years ago
- 173156f Fixed the flush() method of compression objects; the test for by Andrew M. Kuchling · 26 years ago
- dca7e00 Added simple test for the flush() method of compression objects, trying the by Andrew M. Kuchling · 26 years ago
- f247d75 Bug reported by Tobias Thelen: missing "self." in assignment target. by Guido van Rossum · 26 years ago
- 13ae1c8 First checkin of real Distutils command modules. by Greg Ward · 26 years ago
- 03f8c3c Obsolete source file -- command options are actually implemented in by Greg Ward · 26 years ago
- 2689e3d First checkin of real Distutils code. by Greg Ward · 26 years ago
- 481ac88 Use an unsigned cast to avoid a warning in VC++. by Guido van Rossum · 26 years ago
- 8f0fa9e New code for split() by Tim Peters, behaves more like posixpath.split(). by Guido van Rossum · 26 years ago
- d7b5fb8 Fix a problem with Vladimir's PyFloat_Fini code: clear the free list; if by Guido van Rossum · 26 years ago
- 51288bc Fix a problem with Vladimir's PyInt_Fini code: clear the free list; if by Guido van Rossum · 26 years ago
- 8be2296 Document new builtin buffer(). Greg Stein. by Guido van Rossum · 26 years ago
- 36561c5 Added BufferType, the type returned by the new builtin buffer(). Greg Stein. by Guido van Rossum · 26 years ago
- 0daf022 New builtin buffer() creates a derived read-only buffer from any by Guido van Rossum · 26 years ago
- 49ded3e Added check for negative offset for PyBuffer_FromObject and check for by Guido van Rossum · 26 years ago
- 7d5f5dd Added htmldoc, to generate the HTML for "Documenting Python". by Fred Drake · 26 years ago
- 1468d77 Add "Documenting Python" to the list of processed documents. by Fred Drake · 26 years ago
- 03dffcc LaTeX2HTML support for the ltxmarkup package. by Fred Drake · 26 years ago
- 9466b9a Add some (commented out) macros to change the page size to the size of by Fred Drake · 26 years ago
- 5967667 Documented FTP.set_pasv(). by Fred Drake · 26 years ago
- f3963b1 Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
- e3fd106 Make this simpler; don't care about the paper size. Require that the by Fred Drake · 26 years ago
- a0fec16 Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
- 81da9f1 Remove all owner resources from template, and if no owner resource contained in by Jack Jansen · 26 years ago
- b8c9f01 Removed all owner resources except for "Pyth". by Jack Jansen · 26 years ago
- a2e1805 Delete non-standard-conforming code in urljoin() that would use the by Guido van Rossum · 26 years ago
- 154d909 Note that abspath() was added in 1.5.2. by Fred Drake · 26 years ago
- 5744d2a For some reason these files had never been checked in. by Jack Jansen · 26 years ago
- cd219d5 For reasons unknown these files were never checked in to CVS. by Jack Jansen · 26 years ago
- 8368453 Add DLL level b/w compat for PySequence_In and PyEval_CallObject by Guido van Rossum · 26 years ago
- 90fc0a7 Be sure "make" understands the "doc" target is phony. by Fred Drake · 26 years ago
- eb354b3 Bug reported by Jim Robinson: by Guido van Rossum · 26 years ago
- 8d2c0c2 Fixed minor nits, added index entries to make these easier to find for people by Fred Drake · 26 years ago
- c43e6a2 Ignore some more files kept by mkhowto --keep. by Fred Drake · 26 years ago
- 1508743 Add support for "Documenting Python". by Fred Drake · 26 years ago
- 8df362c Removed the embedded sections showing module documentation; just by Fred Drake · 26 years ago
- acffaee New document: "Documenting Python". by Fred Drake · 26 years ago
- 1d8f07a Markup for documenting LaTeX macros and environments. by Fred Drake · 26 years ago
- 0e11c49 Docstring fix: acosh() returns the hyperbolic arccosine, not the by Fred Drake · 26 years ago
- caa69fd Should test for gethost*by*name_r, not for gethostname_r (which by Guido van Rossum · 26 years ago
- e9cd07b Patch by Rob Riggs for Linux -- glibc2 has a different argument by Guido van Rossum · 26 years ago