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 |
1999-03-12 |
Fred Drake | Fixup the module keys. There were some problems with... |
commit | commitdiff | tree | snapshot |
1999-03-12 |
Fred Drake | Updates based on comments from /F. |
commit | commitdiff | tree | snapshot |
1999-03-12 |
Guido van Rossum | From: Sjoerd Mullender |
commit | commitdiff | tree | snapshot |
1999-03-12 |
Guido van Rossum | OK, try again. Vladimir gave me a fix for the alignmen... |
commit | commitdiff | tree | snapshot |
1999-03-11 |
Guido van Rossum | Don't crash when sys.path contains an empty string. |
commit | commitdiff | tree | snapshot |
1999-03-11 |
Fred Drake | Add support for <platform>, some cleanup of module... |
commit | commitdiff | tree | snapshot |
1999-03-11 |
Guido van Rossum | This file was never supposed to be part of IDLE. |
commit | commitdiff | tree | snapshot |
1999-03-11 |
Guido van Rossum | - Don't crash in the case where a superclass is a strin... |
commit | commitdiff | tree | snapshot |
1999-03-11 |
Fred Drake | Added .rdf and .xsl as application/xml types. (.rdf... |
commit | commitdiff | tree | snapshot |
1999-03-11 |
Guido van Rossum | Test for popen2 module, by Chris Tismer. |
commit | commitdiff | tree | snapshot |
1999-03-11 |
Guido van Rossum | Alas, Vladimir's patch caused a bus error (probably... |
commit | commitdiff | tree | snapshot |
1999-03-10 |
Guido van Rossum | Patch by Vladimir Marangoz to allow freeing of the... |
commit | commitdiff | tree | snapshot |
1999-03-10 |
Guido van Rossum | Patch by Vladimir Marangoz to allow freeing of the... |
commit | commitdiff | tree | snapshot |
1999-03-10 |
Fred Drake | Lots of nits to respond to various comments from users. |
commit | commitdiff | tree | snapshot |
1999-03-10 |
Jack Jansen | Added some clarification on CWGUSI building and pathnam... |
commit | commitdiff | tree | snapshot |
1999-03-10 |
Guido van Rossum | Add PathBrowser to File module |
commit | commitdiff | tree | snapshot |
1999-03-10 |
Guido van Rossum | "Path browser" - 4 scrolled lists displaying: |
commit | commitdiff | tree | snapshot |
1999-03-10 |
Guido van Rossum | New utility: multiple scrolled lists in parallel |
commit | commitdiff | tree | snapshot |
1999-03-10 |
Guido van Rossum | - White background. |
commit | commitdiff | tree | snapshot |
1999-03-09 |
Guido van Rossum | open_http also had the 'data is None' test backwards... |
commit | commitdiff | tree | snapshot |
1999-03-09 |
Fred Drake | Fix a number of typos and small grammatical nits pointe... |
commit | commitdiff | tree | snapshot |
next |