]> granicus.if.org Git - python/shortlog
python
1997-01-03 Guido van RossumChanged the ``add/sub_offset'' hacks for dealing with...
1997-01-03 Guido van RossumChange the ``calcsize*3'' test to be portable to 64...
1997-01-03 Roger E. MasseReindented.
1997-01-03 Barry WarsawCheck of return values and proper error handling.
1997-01-03 Guido van RossumAdded PyLong_FromUnsignedLong() and PyLong_AsUnsignedLo...
1997-01-03 Barry WarsawOutput for signal module test
1997-01-03 Guido van RossumAdd $(srcdir) in front of the test program's name ...
1997-01-03 Guido van RossumFill pad bytes with zeros (fixing a bug dating from...
1997-01-03 Guido van RossumDescribe standard float/double support.
1997-01-03 Barry WarsawScratch the ears of gcc -Wall.
1997-01-03 Barry WarsawAdded declaration for PyErr_SetInterrupt.
1997-01-03 Barry WarsawSeveral changes:
1997-01-03 Guido van RossumAdded f/d tests for specific byte orders.
1997-01-02 Guido van RossumOk, ok, I've fixed gradual underflow on packing too.
1997-01-02 Guido van RossumUse the new struct module's ability to pack and unpack...
1997-01-02 Guido van RossumOops -- unpack float/double didn't do the right thing...
1997-01-02 Guido van RossumSupport float and double in non-native formats.
1997-01-02 Barry Warsawrotorobj_setkey(): A single string argument is now...
1997-01-02 Barry Warsaw<rotorobj>.setkey() now requires exactly one argument
1997-01-02 Barry WarsawSwitched over to use the new testregr.py test harness.
1997-01-02 Barry Warsawsetkey method's argument is no longer optional (it...
1997-01-02 Guido van RossumAdded characteristics of shttp, https, and snews.
1997-01-02 Guido van RossumProperly parenthesize a long Boolean combination. ...
1996-12-31 Guido van RossumThe usual...
1996-12-31 Guido van RossumRewritten the readline test, hopefully it's okay now.
1996-12-31 Fred Drake(libformatter.tex): Document the flush() method on...
1996-12-31 Fred Drake(formatter.py): Add a flush() method to the writer...
1996-12-31 Guido van RossumExercise the new feature set somewhat.
1996-12-31 Guido van RossumAdded better handling of unsigned longs -- a Python...
1996-12-31 Guido van RossumRewrote _{read,write}_{short,long} to use the newly...
1996-12-31 Guido van RossumAdded libstat.tex
1996-12-31 Guido van RossumDocument the new extensions.
1996-12-31 Guido van RossumFix the first bugs... treatment of 0 count was wrong...
1996-12-31 Guido van RossumPretty much rewritten to fulfull several long-standing...
1996-12-30 Guido van RossumA different winning animation.
1996-12-30 Guido van RossumRename DEBUG macro to Py_DEBUG
1996-12-30 Guido van RossumActually, *this* fixes the last bug.
1996-12-30 Guido van RossumConsiderably restructured. This fixes the one remainin...
1996-12-29 Guido van RossumSolitaire game, like the one that comes with Windows.
1996-12-27 Guido van RossumAdded support for RFC 850 style dates, as used by some...
1996-12-27 Guido van RossumFix bogus implementation of Group.bind().
1996-12-27 Guido van RossumAdded config(ure) method to Image class.
1996-12-27 Guido van RossumChange the default values for IntVar and DoubleVar...
1996-12-27 Guido van RossumCrude but effective hack to clear the parser cache...
1996-12-25 Guido van RossumRemoved all traces of accessobject.c.
1996-12-24 Roger E. MasseRenamed.
1996-12-24 Roger E. MasseTest output for the gl C extension module.
1996-12-24 Roger E. Massegl is a *huge* module. This is a very simple test...
1996-12-23 Barry WarsawOutput files
1996-12-23 Barry Warsawtest_rotor.py: New test of the rotor module.
1996-12-23 Barry WarsawReworked to check for memory problems (one potential...
1996-12-23 Barry WarsawFrom reading the source, it turns out that the setkey...
1996-12-23 Jack Jansen- CWGUSI has moved
1996-12-23 Jack JansenAdded a chapter on using OSAXen
1996-12-23 Jack JansenAdded range of resource-ids for twit.
1996-12-23 Jack JansenAdded Application.cleanup method which asks all windows...
1996-12-23 Jack JansenAdded gdbm (if USE_GDBM defined)
1996-12-23 Jack JansenMoved resources around to forestall conflicts with...
1996-12-23 Jack JansenAdded gdbm
1996-12-23 Jack JansenAdded gdbm plugins, changed jpeg library to v6, various...
1996-12-23 Jack JansenAdded gdbm plugins
1996-12-23 Jack JansenIf sys.argv is empty ask for input file and output...
1996-12-20 Roger E. MasseVery very small comment change.
1996-12-20 Roger E. MasseMany scripts, but small changes. Update the way the...
1996-12-20 Barry Warsawadded test of the regex module
1996-12-20 Roger E. MasseRenamed.
1996-12-20 Barry WarsawSeveral changes. Test program to follow.
1996-12-20 Roger E. MasseMore and better comments.
1996-12-20 Roger E. MasseMinor semantic cleanup.
1996-12-20 Roger E. MasseOutput for test script for the SGI imgfile module.
1996-12-20 Roger E. MasseTest script for the SGI imgfile module.
1996-12-20 Roger E. MasseRenamed.
1996-12-20 Roger E. Masse8 bit greyscale test file needed for testing imageop...
1996-12-20 Roger E. MasseTest program for the SGI imageop module.
1996-12-20 Roger E. Massetest output for SGI imageop C module.
1996-12-20 Barry Warsaw(python-cc-style): Added definitions for c-hanging...
1996-12-20 Barry Warsaw(python-cc-style): Added definitions for c-hanging...
1996-12-20 Guido van RossumTwo new files (to shut up regrtest).
1996-12-20 Guido van RossumAdded example DL for SGI IRIX.
1996-12-20 Guido van RossumAdded test for minmax.
1996-12-20 Guido van RossumNew regression test harness. See usage message / doc...
1996-12-20 Guido van RossumImport verbose flag from test_support instead of testin...
1996-12-20 Guido van RossumSet test_support.verbose to 0, to signal tests only...
1996-12-20 Guido van RossumAdd verbose flag for regression test to clear.
1996-12-19 Barry WarsawDescribe open(2) exported constants
1996-12-19 Barry Warsaw1. Export open(2) flag constants for every defined...
1996-12-19 Guido van RossumDocs for stat.py -- docs by Skip Montanaro.
1996-12-19 Barry Warsawposix.open(): third argument (mode) is optional.
1996-12-19 Barry WarsawMinor formatting changes.
1996-12-19 Barry WarsawMinor formatting changes.
1996-12-19 Guido van RossumDocumented getprotobyname() interface.
1996-12-19 Guido van RossumAdded the new getprotobyname() call to the module overv...
1996-12-19 Guido van RossumAdded getprotobyname() interface.
1996-12-19 Fred Drake(libunix.tex): Change matching lib.tex: add line item...
1996-12-18 Roger E. MasseRemoved references to getdoublearg and get2doublearg...
1996-12-18 Roger E. MasseEradicated all references to getintarg and getstrarg...
1996-12-18 Roger E. MasseOpps, left out two defines needed for argument parsing.
1996-12-18 Barry WarsawTest of the operator module
1996-12-18 Guido van RossumAdded pointer to framereader distribution.
1996-12-18 Barry WarsawTabification changes only; the module was already newly...
next