1999-03-27 |
Fred Drake | Where rfc822.Message is mentioned, add a link to the... |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Fred Drake | During display, if EPIPE is raised, it's probably becau... |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Greg Ward | Added 'linestart' array and 'unreadline()' method ... |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Guido van Rossum | Test suite for UserList. |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Guido van Rossum | Use isinstance() where appropriate. |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Barry Warsaw | Helpwin.__init__(): The text widget should get focus. |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Barry Warsaw | Removed unnecessary import `from PyncheWidget import... |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Guido van Rossum | Test suite for UserDict |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Guido van Rossum | Improved a bunch of things. |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Guido van Rossum | Basic regr tests for pickle/cPickle |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Fred Drake | Added some rules that affect those little "See also... |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Fred Drake | Be more stylesheet friendly. |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Fred Drake | Require the verbatim package (similar to the LaTeX... |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Guido van Rossum | Don't use "exec" in find_class(). It's slow, unnecessa... |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Andrew M. Kuchling | Added a simple test suite for gzip. It simply opens... |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Andrew M. Kuchling | Based on a suggestion from bruce@hams.com, make a trivi... |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Guido van Rossum | Add tests for float() and complex() with string args... |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Guido van Rossum | Document complex() with string arg. |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Andrew M. Kuchling | Add an .unused_data attribute to decompressor objects... |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Guido van Rossum | Patch by Nick and Stephanie Lockwood to implement compl... |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Guido van Rossum | SIGTERM is no longer caught to call sys.exitfunc. |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Fred Drake | Remove \platformof support, since it's been removed... |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Fred Drake | Added note about ftpmirror.py, since that seems to... |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Guido van Rossum | Added Samuel Bayer's new webchecker. |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Guido van Rossum | Vladimir Marangozov contributed updated comments. |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Guido van Rossum | Folded long lines. |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Guido van Rossum | Added Jeremy's test code for the sha module. |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Guido van Rossum | Added Greg Stein and Andrew Kuchling's sha module. |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Guido van Rossum | Remove the temp file when we're done. |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Guido van Rossum | Conform to standard boilerplate. |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Guido van Rossum | Chris Herborth: the new compiler in R4.1 needs some... |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Guido van Rossum | Implement two suggestions by Jonathan Giddy: (1) in... |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Guido van Rossum | Vladimir Marangozov implements the AIX 3-arg gethostbyn... |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Guido van Rossum | Add readlines() to _Subfile class. Not clear who would... |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Fred Drake | Use more recent option to \pdfdest to not change the... |
commit | commitdiff | tree | snapshot |
1999-03-23 |
Jeremy Hylton | use struct instead of bit-manipulate in Python |
commit | commitdiff | tree | snapshot |
1999-03-23 |
Guido van Rossum | Add $(EXE) to various occurrences of python so it will... |
commit | commitdiff | tree | snapshot |
1999-03-23 |
Guido van Rossum | Ack! It never defined HAVE_GETHOSTBYNAME_R so that... |
commit | commitdiff | tree | snapshot |
1999-03-23 |
Greg Ward | Changes to allow passing an open file to the constructo... |
commit | commitdiff | tree | snapshot |
1999-03-22 |
Guido van Rossum | Adding thread.h -- unused but for b/w compatibility. |
commit | commitdiff | tree | snapshot |
1999-03-22 |
Jack Jansen | Added bufferobject.c |
commit | commitdiff | tree | snapshot |
1999-03-22 |
Guido van Rossum | Add code to test for all sorts of gethostbyname_r variants, |
commit | commitdiff | tree | snapshot |
1999-03-22 |
Guido van Rossum | Add symbols for gethostbyname_r variants (sigh). |
commit | commitdiff | tree | snapshot |
1999-03-22 |
Guido van Rossum | Clean up pass for the previous patches. |
commit | commitdiff | tree | snapshot |
1999-03-22 |
Guido van Rossum | Jonathan Giddy writes: |
commit | commitdiff | tree | snapshot |
1999-03-22 |
Andrew M. Kuchling | Fixed the flush() method of compression objects; the... |
commit | commitdiff | tree | snapshot |
1999-03-22 |
Andrew M. Kuchling | Added simple test for the flush() method of compression... |
commit | commitdiff | tree | snapshot |
1999-03-22 |
Guido van Rossum | Bug reported by Tobias Thelen: missing "self." in assig... |
commit | commitdiff | tree | snapshot |
1999-03-22 |
Greg Ward | First checkin of real Distutils command modules. |
commit | commitdiff | tree | snapshot |
1999-03-22 |
Greg Ward | Obsolete source file -- command options are actually... |
commit | commitdiff | tree | snapshot |
1999-03-22 |
Greg Ward | First checkin of real Distutils code. |
commit | commitdiff | tree | snapshot |
1999-03-19 |
Guido van Rossum | Use an unsigned cast to avoid a warning in VC++. |
commit | commitdiff | tree | snapshot |
1999-03-19 |
Guido van Rossum | New code for split() by Tim Peters, behaves more like... |
commit | commitdiff | tree | snapshot |
1999-03-19 |
Guido van Rossum | Fix a problem with Vladimir's PyFloat_Fini code: clear... |
commit | commitdiff | tree | snapshot |
1999-03-19 |
Guido van Rossum | Fix a problem with Vladimir's PyInt_Fini code: clear... |
commit | commitdiff | tree | snapshot |
1999-03-19 |
Guido van Rossum | Document new builtin buffer(). Greg Stein. |
commit | commitdiff | tree | snapshot |
1999-03-19 |
Guido van Rossum | Added BufferType, the type returned by the new builtin... |
commit | commitdiff | tree | snapshot |
1999-03-19 |
Guido van Rossum | New builtin buffer() creates a derived read-only buffer... |
commit | commitdiff | tree | snapshot |
1999-03-19 |
Guido van Rossum | Added check for negative offset for PyBuffer_FromObject... |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Fred Drake | Added htmldoc, to generate the HTML for "Documenting... |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Fred Drake | Add "Documenting Python" to the list of processed docum... |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Fred Drake | LaTeX2HTML support for the ltxmarkup package. |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Fred Drake | Add some (commented out) macros to change the page... |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Fred Drake | Documented FTP.set_pasv(). |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Guido van Rossum | Sjoerd Mullender writes: |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Fred Drake | Make this simpler; don't care about the paper size... |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Guido van Rossum | Sjoerd Mullender writes: |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Jack Jansen | Remove all owner resources from template, and if no... |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Jack Jansen | Removed all owner resources except for "Pyth". |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Guido van Rossum | Delete non-standard-conforming code in urljoin() that... |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Fred Drake | Note that abspath() was added in 1.5.2. |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Jack Jansen | For some reason these files had never been checked in. |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Jack Jansen | For reasons unknown these files were never checked... |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Guido van Rossum | Add DLL level b/w compat for PySequence_In and PyEval_C... |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Fred Drake | Be sure "make" understands the "doc" target is phony. |
commit | commitdiff | tree | snapshot |
1999-03-16 |
Guido van Rossum | Bug reported by Jim Robinson: |
commit | commitdiff | tree | snapshot |
1999-03-16 |
Fred Drake | Fixed minor nits, added index entries to make these... |
commit | commitdiff | tree | snapshot |
1999-03-16 |
Fred Drake | Ignore some more files kept by mkhowto --keep. |
commit | commitdiff | tree | snapshot |
1999-03-16 |
Fred Drake | Add support for "Documenting Python". |
commit | commitdiff | tree | snapshot |
1999-03-16 |
Fred Drake | Removed the embedded sections showing module documentat... |
commit | commitdiff | tree | snapshot |
1999-03-16 |
Fred Drake | New document: "Documenting Python". |
commit | commitdiff | tree | snapshot |
1999-03-16 |
Fred Drake | Markup for documenting LaTeX macros and environments. |
commit | commitdiff | tree | snapshot |
1999-03-16 |
Fred Drake | Docstring fix: acosh() returns the hyperbolic arccosin... |
commit | commitdiff | tree | snapshot |
1999-03-15 |
Guido van Rossum | Should test for gethost*by*name_r, not for gethostname_... |
commit | commitdiff | tree | snapshot |
1999-03-15 |
Guido van Rossum | Patch by Rob Riggs for Linux -- glibc2 has a different... |
commit | commitdiff | tree | snapshot |
1999-03-15 |
Guido van Rossum | Rob Riggs wrote: |
commit | commitdiff | tree | snapshot |
1999-03-15 |
Guido van Rossum | New mixin class that defines cmp and hash that use |
commit | commitdiff | tree | snapshot |
1999-03-15 |
Guido van Rossum | Yet another patch by Sjoerd Mullender: |
commit | commitdiff | tree | snapshot |
1999-03-15 |
Fred Drake | Added the new sections from Skip Montanaro. |
commit | commitdiff | tree | snapshot |
1999-03-15 |
Fred Drake | Preliminary mhlib and telnetlib documents from Skip... |
commit | commitdiff | tree | snapshot |
1999-03-13 |
Jack Jansen | If a control has no refcon pointing back to the Python... |
commit | commitdiff | tree | snapshot |
1999-03-12 |
Guido van Rossum | Patch by Michael Scharf. He writes: |
commit | commitdiff | tree | snapshot |
1999-03-12 |
Guido van Rossum | Bug submitted by Wayne Knowles, who writes: |
commit | commitdiff | tree | snapshot |
1999-03-12 |
Fred Drake | Fixed tons of small markup problems. |
commit | commitdiff | tree | snapshot |
1999-03-12 |
Guido van Rossum | Vladimir has restructured his code somewhat so that... |
commit | commitdiff | tree | snapshot |
1999-03-12 |
Guido van Rossum | Remove stuff with unsure copyright status |
commit | commitdiff | tree | snapshot |
1999-03-12 |
Guido van Rossum | Change #! line to modern usage; also chmod +x |
commit | commitdiff | tree | snapshot |
1999-03-12 |
Guido van Rossum | Change #! line to modern usage |
commit | commitdiff | tree | snapshot |
1999-03-12 |
Fred Drake | Added availabililty annotations to respond to concerns... |
commit | commitdiff | tree | snapshot |
1999-03-12 |
Fred Drake | Fixed grammatical error reported by Donald Wallace... |
commit | commitdiff | tree | snapshot |
next |