]> granicus.if.org Git - python/shortlog
python
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...
1996-12-18 Roger E. MasseRenamed.
1996-12-18 Roger E. MasseTest script output for the UNIX group file access modul...
1996-12-18 Roger E. MasseTest script for the UNIX group file access module ...
1996-12-18 Barry WarsawPySequence_Index(): set exception when object is not...
1996-12-18 Guido van RossumAdded Jeremy's resource module.
1996-12-18 Guido van RossumAdded docs for Jeremy's resource module.
1996-12-18 Guido van RossumDifferent operation in verbose mode: show the supported...
1996-12-18 Barry WarsawIn lieu of harness rewrite, fixed problem with test_thr...
1996-12-18 Guido van RossumCorrect *another* mistake (initmath() always fell throu...
1996-12-18 Guido van RossumCorrect 1-char typo / syntax error.
1996-12-17 Barry Warsaw(py-delete-function): new variable
1996-12-17 Barry Warsaw(python-mode): added comment-end definitions.
1996-12-17 Guido van RossumCorrected two errors introduced by the renaming (and...
1996-12-17 Roger E. MasseRenamed in a grand-ee-ous way!
1996-12-17 Roger E. MasseTest output for the GNU dbm module (gdbm)
1996-12-17 Roger E. MasseTest script for the GNU dbm module (gdbm)
1996-12-17 Roger E. MasseOpps, left in a /*#include "modsupport.h"*/
1996-12-17 Roger E. MasseGrandly renamed.
1996-12-17 Roger E. MasseAdded the test output for fcntl.
1996-12-17 Roger E. MasseAdded a test script for the fcntl C module.
1996-12-17 Guido van RossumAnother fix for Split() -- don't refuse {"} but turn...
1996-12-17 Guido van RossumCheck errors returned by recursive call to Split().
1996-12-17 Barry WarsawBetter error checking in initmath().
1996-12-17 Barry WarsawRenamed.
1996-12-17 Barry WarsawOutput for _xdr module test
1996-12-17 Barry WarsawUpdated to standard Python C coding style, and fixed...
1996-12-17 Barry WarsawA test of the _xdrmodule (not the entire xdr.py module).
1996-12-17 Barry WarsawAdded _xdrmodule test
1996-12-16 Barry Warsaw(test_thread): output from thread test
1996-12-16 Barry Warsaw(test_thread.py): modifications to quiet it up when...
1996-12-16 Fred Drake(libunix.tex): Changed two occurances of "Unix" to...
1996-12-16 Fred Drake(sgmllib.py): Partial acceptance of patch from David...
1996-12-16 Roger E. MasseUpdated test_crypt test to jive with bwarsaw testing...
1996-12-16 Roger E. MasseRevised output for test_crypt
1996-12-16 Roger E. MasseRevised test for errno ala bwarsaw's testing paradigm.
1996-12-16 Roger E. MasseOutput files for test_dl and test_errno
1996-12-16 Roger E. MasseAdded test_dl to harness
1996-12-16 Roger E. MasseRevised strategy for testing recomended by bwarsaw
1996-12-16 Barry Warsawinitsignal(): Added SIGXCPU and SIGXFSZ. Left in the...
1996-12-16 Roger E. MasseAdded test_errno to the test suite
1996-12-16 Barry Warsawlist2set(): correct return value (an int, not a PyObject*).
1996-12-16 Guido van RossumBetter tuple hash function.
1996-12-16 Guido van RossumChange comment about MINSIZE -- 10 is optimal for Python.
1996-12-13 Roger E. MasseRemoved a #inlclude <errno.h> since it's implied with...
1996-12-13 Barry Warsawlist2set(): PyList_GetItem could fail.
1996-12-13 Fred Drake(libtime.tex): Merged in changes from Tamito Kajiyama.
1996-12-13 Fred Drake(lib<all sorts of stuff>.tex):
1996-12-13 Fred Drake(tut.tex): Normalized all uses of "UNIX" and "{\UNIX...
1996-12-13 Fred Drake(myformat.sty): Added a note about using \command...
1996-12-13 Roger E. MasseRenamed.
1996-12-13 Roger E. MasseTest for the dl module. This only works for SunOS...
1996-12-13 Barry Warsawnonstandard_expectations is only added when in verbose...
1996-12-13 Barry WarsawHmm, now that I think about it, we *can* use time.time...
1996-12-13 Barry WarsawMore or less portabilized.
1996-12-13 Barry WarsawFixed
1996-12-13 Guido van RossumGet rid of it -- use bsddb!
1996-12-13 Roger E. MasseOpps, fixed a couple of newly introduced wrapping problems.
1996-12-13 Roger E. MasseReindented via GvR recomendation ala Bwarsaw cppy-style.el
1996-12-13 Guido van RossumAdded quote_plus() and unquote_plus(), to do space...
1996-12-13 Guido van RossumAdded quote_plus() and unquote_plus(), to do space...
1996-12-13 Guido van RossumAdded the example "thin ice" from the extensions manual.
1996-12-13 Guido van RossumTypos reported by Tamito Kajiyama.
1996-12-13 Barry WarsawRenamed, and scrutinized for missed potential error...
1996-12-13 Barry WarsawOutput file for module struct test
1996-12-13 Guido van RossumAdded support for 4-channel on SGI.
1996-12-13 Guido van RossumAdded QUADRO.
1996-12-13 Barry WarsawRenamed, however there is no test case. I did test...
1996-12-12 Guido van RossumFixed conversion between seconds and milliseconds.
1996-12-12 Barry WarsawA test of the struct module
1996-12-12 Barry WarsawRenamed.
1996-12-12 Barry Warsaw(python-cc-style): typo "c-offset-alist" => "c-offsets...
1996-12-12 Barry WarsawRenamed, but *not* tested or compiled. I don't even...
1996-12-12 Barry WarsawPrint final report, either all tests OK, or list of...
1996-12-12 Barry WarsawPrint a more meaningful message when a test's output...
next