]> granicus.if.org Git - python/shortlog
python
1997-07-17 Guido van RossumHuge speedup by inlining some common integer operations:
1997-07-17 Guido van RossumPatches by AMK to check that the db is still open.
1997-07-17 Guido van RossumAdd 'return' keyword before error calls.
1997-07-17 Guido van RossumJeffrey's latests
1997-07-17 Guido van RossumCorrectly implement sub, subn, and split. Also correct...
1997-07-17 Guido van RossumJeffrey's next installment
1997-07-17 Guido van RossumCorresponding output.
1997-07-17 Guido van RossumSeveral additions from Jeffrey.
1997-07-17 Guido van RossumAdded tests for sub, subn, and split.
1997-07-17 Guido van RossumUse 'and' instead of '&', which is a (La)TeX control...
1997-07-17 Guido van RossumAdd AMK's seealso environment that is now used in the...
1997-07-17 Guido van RossumAMK's megapatch:
1997-07-17 Guido van RossumExtensive changes by AMK.
1997-07-17 Guido van RossumNote that getvalue() must be called before close().
1997-07-17 Guido van RossumAdded libni.tex libgzip.tex
1997-07-17 Guido van RossumNew from AMK
1997-07-17 Guido van RossumNew version (interim) by AMK.
1997-07-17 Guido van RossumRemoved mailbox, SocketServer, cmath -- these are now...
1997-07-17 Guido van RossumAdded cmath
1997-07-17 Guido van RossumTypo in example.
1997-07-17 Guido van RossumNew cmath module docs, by AMK (with additions and delet...
1997-07-17 Guido van RossumAdded fileno(); added readlines(sizehint).
1997-07-17 Guido van RossumFix dropped word.
1997-07-17 Guido van RossumFix xover implementation according to Fred Lundh.
1997-07-17 Guido van RossumJeffrey's latest -- seems to solve most problems!
1997-07-17 Guido van RossumAdd flush() method to fake file.
1997-07-16 Guido van RossumFix bug found by kjpylint; change doc string to avoid...
1997-07-16 Guido van RossumAdded remaining PyThread symbols.
1997-07-16 Guido van RossumAdded a few new undocumented modules.
1997-07-16 Guido van RossumCatch all exceptions in test modules.
1997-07-15 Guido van RossumAdded output from new tests.
1997-07-15 Guido van RossumFixed a syntax error caused by a bad line in the Perl...
1997-07-15 Guido van RossumCorrect inf. while loop.
1997-07-15 Guido van RossumMerged Jeffrey's changes in.
1997-07-15 Guido van RossumMerged my changes in, and added all converted Perl...
1997-07-15 Guido van RossumJeffrey's version
1997-07-15 Guido van RossumMore changes by Jeffrey.
1997-07-15 Guido van RossumTweak re_tests and test_re to differentiate between
1997-07-15 Guido van RossumMore tweaks; re.py is nearly there...
1997-07-15 Guido van RossumFix group() -- should be tuple even when re has exactly...
1997-07-15 Guido van RossumJeffrey's latest -- almost there.
1997-07-15 Guido van RossumJeffrey's newest
1997-07-15 Guido van RossumThree fewer incorrect failures
1997-07-15 Guido van RossumReformatted.
1997-07-14 Guido van RossumAfter some discussion with Jeremy and Fred, decided...
1997-07-13 Guido van RossumReordered list of methods to hopefully put the most...
1997-07-13 Guido van RossumReordered list of methods to hopefully put the most...
1997-07-13 Guido van RossumUpped version to 0.6.
1997-07-13 Guido van RossumNew PythonPowered logo image.
1997-07-11 Guido van RossumRemoved the traceback output in non-verbose mode
1997-07-11 Guido van RossumNew from Jeffrey; small nits.
1997-07-11 Guido van RossumJeffrey's latest.
1997-07-11 Guido van RossumSome small nits.
1997-07-11 Guido van RossumTest urlparse cache with try/except instead of has_key.
1997-07-11 Guido van RossumThis is pretty pathetic and full of errors,
1997-07-11 Guido van Rossumtest suite for re.py
1997-07-11 Guido van RossumAdded reop (moved reop and regex to non-shared section).
1997-07-11 Guido van RossumAdded /usr/bin/env python and made executable.
1997-07-11 Guido van RossumAllow '@' character as end of line padding in uuencode...
1997-07-11 Guido van RossumUse the modules base64, quopri, and uu, instead of...
1997-07-11 Guido van RossumOops, some clarifications to conditional breaks.
1997-07-11 Guido van RossumAdded (minimal) doc for conditional breakpoints.
1997-07-11 Guido van RossumSupport for conditional breakpoints (Jim Fulton, with...
1997-07-11 Guido van RossumNormalize whitespace.
1997-07-11 Guido van RossumSupport for conditional breakpoints (Jim Fulton).
1997-07-11 Guido van RossumRemoved debug print in set construction.
1997-07-11 Guido van RossumNew version from Jeffrey after I complained about some...
1997-07-10 Guido van RossumAdd MALLOC_ZERO_RETURNS_NULL symbol.
1997-07-10 Guido van RossumAdded check whether malloc(0) returns NULL or not.
1997-07-10 Guido van RossumOnly add 1 byte to all malloc calls when it is known...
1997-07-10 Guido van RossumStraight from Jeffrey Ollie's web page.
1997-07-10 Guido van RossumFix problem discovered by Greg McFarlane: when an impor...
1997-07-10 Barry Warsaw(py-shell): Remove support for Emacs 18, implicitly...
1997-07-10 Guido van RossumTwo improvements suggested by Tim Peters: speed up...
1997-07-10 Guido van RossumNew versions straight from Jeffrey Ollie's web site
1997-07-10 Guido van RossumFix bug reported by Just: anonymous arguments used...
1997-06-24 Fred DrakeWrapped up the ~/.netrc support. This is basically...
1997-06-20 Fred Drakefixed typo, "header" ==> "headers"
1997-06-20 Jack JansenMods for user mainloop event handling
1997-06-20 Jack JansenAdded dopendingevents call
1997-06-20 Jack JansenAllow specifying own resources for all dialogs
1997-06-20 Jack JansenModule to buffer stdout/stderr until stdin is read...
1997-06-20 Jack JansenRegenerated
1997-06-20 Jack Jansenadded SetEventHandler
1997-06-20 Jack JansenAdapted to new event handling. It is now also possible...
1997-06-20 Jack JansenAdded PyMac_SetEventHandler which allows you to replace...
1997-06-16 Jack JansenAdded NewAliasMinimalFromFullPath(), and allow alias...
1997-06-13 Barry WarsawMACDEPPATH: Remove `sharedmodules' from default value...
1997-06-12 Fred DrakeAdded docstrings by Sue Williams, re-indented to 4...
1997-06-12 Fred DrakeFix LaTeX bug found by examining the docstrings added...
1997-06-12 Fred DrakeAdded libcommands.tex to list of library reference...
1997-06-12 Fred DrakeDocumentation for Lib/commands.py, from Sue Williams.
1997-06-12 Jack JansenMake imports faster on the Mac, by
1997-06-12 Jack JansenAdded prototype for PyMac_RestoreMenuBar
1997-06-12 Jack JansenReplaced MacOS.EnableAppSwitch with MacOS.SchedParams
1997-06-12 Jack JansenAdded optional preload arg to some routines (which...
1997-06-12 Jack JansenReplaced MacOS.EnableAppswitch by MacOS.SchedParams
1997-06-12 Jack Jansen- Restore SIOUX menubar just before exiting, if the...
1997-06-06 Fred DrakeReally nitty-gritty change to prevent latex2html from...
1997-06-06 Guido van RossumAdd sys/types.h include for pid_t when threading.
next