]> granicus.if.org Git - python/shortlog
python
1999-03-25 Andrew M. KuchlingAdd an .unused_data attribute to decompressor objects...
1999-03-25 Guido van RossumPatch by Nick and Stephanie Lockwood to implement compl...
1999-03-25 Guido van RossumSIGTERM is no longer caught to call sys.exitfunc.
1999-03-25 Fred DrakeRemove \platformof support, since it's been removed...
1999-03-25 Fred DrakeAdded note about ftpmirror.py, since that seems to...
1999-03-24 Guido van RossumAdded Samuel Bayer's new webchecker.
1999-03-24 Guido van RossumVladimir Marangozov contributed updated comments.
1999-03-24 Guido van RossumFolded long lines.
1999-03-24 Guido van RossumAdded Jeremy's test code for the sha module.
1999-03-24 Guido van RossumAdded Greg Stein and Andrew Kuchling's sha module.
1999-03-24 Guido van RossumRemove the temp file when we're done.
1999-03-24 Guido van RossumConform to standard boilerplate.
1999-03-24 Guido van RossumChris Herborth: the new compiler in R4.1 needs some...
1999-03-24 Guido van RossumImplement two suggestions by Jonathan Giddy: (1) in...
1999-03-24 Guido van RossumVladimir Marangozov implements the AIX 3-arg gethostbyn...
1999-03-24 Guido van RossumAdd readlines() to _Subfile class. Not clear who would...
1999-03-24 Fred DrakeUse more recent option to \pdfdest to not change the...
1999-03-23 Jeremy Hyltonuse struct instead of bit-manipulate in Python
1999-03-23 Guido van RossumAdd $(EXE) to various occurrences of python so it will...
1999-03-23 Guido van RossumAck! It never defined HAVE_GETHOSTBYNAME_R so that...
1999-03-23 Greg WardChanges to allow passing an open file to the constructo...
1999-03-22 Guido van RossumAdding thread.h -- unused but for b/w compatibility.
1999-03-22 Jack JansenAdded bufferobject.c
1999-03-22 Guido van RossumAdd code to test for all sorts of gethostbyname_r variants,
1999-03-22 Guido van RossumAdd symbols for gethostbyname_r variants (sigh).
1999-03-22 Guido van RossumClean up pass for the previous patches.
1999-03-22 Guido van RossumJonathan Giddy writes:
1999-03-22 Andrew M. KuchlingFixed the flush() method of compression objects; the...
1999-03-22 Andrew M. KuchlingAdded simple test for the flush() method of compression...
1999-03-22 Guido van RossumBug reported by Tobias Thelen: missing "self." in assig...
1999-03-22 Greg WardFirst checkin of real Distutils command modules.
1999-03-22 Greg WardObsolete source file -- command options are actually...
1999-03-22 Greg WardFirst checkin of real Distutils code.
1999-03-19 Guido van RossumUse an unsigned cast to avoid a warning in VC++.
1999-03-19 Guido van RossumNew code for split() by Tim Peters, behaves more like...
1999-03-19 Guido van RossumFix a problem with Vladimir's PyFloat_Fini code: clear...
1999-03-19 Guido van RossumFix a problem with Vladimir's PyInt_Fini code: clear...
1999-03-19 Guido van RossumDocument new builtin buffer(). Greg Stein.
1999-03-19 Guido van RossumAdded BufferType, the type returned by the new builtin...
1999-03-19 Guido van RossumNew builtin buffer() creates a derived read-only buffer...
1999-03-19 Guido van RossumAdded check for negative offset for PyBuffer_FromObject...
1999-03-18 Fred DrakeAdded htmldoc, to generate the HTML for "Documenting...
1999-03-18 Fred DrakeAdd "Documenting Python" to the list of processed docum...
1999-03-18 Fred DrakeLaTeX2HTML support for the ltxmarkup package.
1999-03-18 Fred DrakeAdd some (commented out) macros to change the page...
1999-03-18 Fred DrakeDocumented FTP.set_pasv().
1999-03-18 Guido van RossumSjoerd Mullender writes:
1999-03-18 Fred DrakeMake this simpler; don't care about the paper size...
1999-03-18 Guido van RossumSjoerd Mullender writes:
1999-03-17 Jack JansenRemove all owner resources from template, and if no...
1999-03-17 Jack JansenRemoved all owner resources except for "Pyth".
1999-03-17 Guido van RossumDelete non-standard-conforming code in urljoin() that...
1999-03-17 Fred DrakeNote that abspath() was added in 1.5.2.
1999-03-17 Jack JansenFor some reason these files had never been checked in.
1999-03-17 Jack JansenFor reasons unknown these files were never checked...
1999-03-17 Guido van RossumAdd DLL level b/w compat for PySequence_In and PyEval_C...
1999-03-17 Fred DrakeBe sure "make" understands the "doc" target is phony.
1999-03-16 Guido van RossumBug reported by Jim Robinson:
1999-03-16 Fred DrakeFixed minor nits, added index entries to make these...
1999-03-16 Fred DrakeIgnore some more files kept by mkhowto --keep.
1999-03-16 Fred DrakeAdd support for "Documenting Python".
1999-03-16 Fred DrakeRemoved the embedded sections showing module documentat...
1999-03-16 Fred DrakeNew document: "Documenting Python".
1999-03-16 Fred DrakeMarkup for documenting LaTeX macros and environments.
1999-03-16 Fred DrakeDocstring fix: acosh() returns the hyperbolic arccosin...
1999-03-15 Guido van RossumShould test for gethost*by*name_r, not for gethostname_...
1999-03-15 Guido van RossumPatch by Rob Riggs for Linux -- glibc2 has a different...
1999-03-15 Guido van RossumRob Riggs wrote:
1999-03-15 Guido van RossumNew mixin class that defines cmp and hash that use
1999-03-15 Guido van RossumYet another patch by Sjoerd Mullender:
1999-03-15 Fred DrakeAdded the new sections from Skip Montanaro.
1999-03-15 Fred DrakePreliminary mhlib and telnetlib documents from Skip...
1999-03-13 Jack JansenIf a control has no refcon pointing back to the Python...
1999-03-12 Guido van RossumPatch by Michael Scharf. He writes:
1999-03-12 Guido van RossumBug submitted by Wayne Knowles, who writes:
1999-03-12 Fred DrakeFixed tons of small markup problems.
1999-03-12 Guido van RossumVladimir has restructured his code somewhat so that...
1999-03-12 Guido van RossumRemove stuff with unsure copyright status
1999-03-12 Guido van RossumChange #! line to modern usage; also chmod +x
1999-03-12 Guido van RossumChange #! line to modern usage
1999-03-12 Fred DrakeAdded availabililty annotations to respond to concerns...
1999-03-12 Fred DrakeFixed grammatical error reported by Donald Wallace...
1999-03-12 Fred DrakeFixup the module keys. There were some problems with...
1999-03-12 Fred DrakeUpdates based on comments from /F.
1999-03-12 Guido van RossumFrom: Sjoerd Mullender
1999-03-12 Guido van RossumOK, try again. Vladimir gave me a fix for the alignmen...
1999-03-11 Guido van RossumDon't crash when sys.path contains an empty string.
1999-03-11 Fred DrakeAdd support for <platform>, some cleanup of module...
1999-03-11 Guido van RossumThis file was never supposed to be part of IDLE.
1999-03-11 Guido van Rossum- Don't crash in the case where a superclass is a strin...
1999-03-11 Fred DrakeAdded .rdf and .xsl as application/xml types. (.rdf...
1999-03-11 Guido van RossumTest for popen2 module, by Chris Tismer.
1999-03-11 Guido van RossumAlas, Vladimir's patch caused a bus error (probably...
1999-03-10 Guido van RossumPatch by Vladimir Marangoz to allow freeing of the...
1999-03-10 Guido van RossumPatch by Vladimir Marangoz to allow freeing of the...
1999-03-10 Fred DrakeLots of nits to respond to various comments from users.
1999-03-10 Jack JansenAdded some clarification on CWGUSI building and pathnam...
1999-03-10 Guido van RossumAdd PathBrowser to File module
1999-03-10 Guido van Rossum"Path browser" - 4 scrolled lists displaying:
1999-03-10 Guido van RossumNew utility: multiple scrolled lists in parallel
next