- 4455cd8 More and better comments. by Roger E. Masse · 28 years ago
- 3507f50 Minor semantic cleanup. by Roger E. Masse · 28 years ago
- e9e0bd9 Output for test script for the SGI imgfile module. by Roger E. Masse · 28 years ago
- 033d91b Test script for the SGI imgfile module. by Roger E. Masse · 28 years ago
- a141f8a Renamed. by Roger E. Masse · 28 years ago
- 470dcbf 8 bit greyscale test file needed for testing imageop and imgfile. by Roger E. Masse · 28 years ago
- 47e9830 Test program for the SGI imageop module. by Roger E. Masse · 28 years ago
- cfaac40 test output for SGI imageop C module. by Roger E. Masse · 28 years ago
- fca8371 (python-cc-style): Added definitions for c-hanging-braces-alist which by Barry Warsaw · 28 years ago
- 7607e8f (python-cc-style): Added definitions for c-hanging-braces-alist which by Barry Warsaw · 28 years ago
- 0b25a66 Two new files (to shut up regrtest). by Guido van Rossum · 28 years ago
- 4f30aff Added example DL for SGI IRIX. by Guido van Rossum · 28 years ago
- 4fdb744 Added test for minmax. by Guido van Rossum · 28 years ago
- 152494a New regression test harness. See usage message / doc string. by Guido van Rossum · 28 years ago
- 2bde783 Import verbose flag from test_support instead of testing __name__. by Guido van Rossum · 28 years ago
- 0a94cc7 Set test_support.verbose to 0, to signal tests only to generate portable output. by Guido van Rossum · 28 years ago
- 531661c Add verbose flag for regression test to clear. by Guido van Rossum · 28 years ago
- e5a43a4 Describe open(2) exported constants by Barry Warsaw · 28 years ago
- 4a34209 1. Export open(2) flag constants for every defined constant by Barry Warsaw · 28 years ago
- e8e9ed1 Docs for stat.py -- docs by Skip Montanaro. by Guido van Rossum · 28 years ago
- fa5a6cf posix.open(): third argument (mode) is optional. by Barry Warsaw · 28 years ago
- bab218e Minor formatting changes. by Barry Warsaw · 28 years ago
- 43d68b8 Minor formatting changes. by Barry Warsaw · 28 years ago
- 62ac99e Documented getprotobyname() interface. by Guido van Rossum · 28 years ago
- 25405c7 Added the new getprotobyname() call to the module overview at the top. by Guido van Rossum · 28 years ago
- 3901d85 Added getprotobyname() interface. by Guido van Rossum · 28 years ago
- ae0cd0b (libunix.tex): Change matching lib.tex: add line item for the resource module. by Fred Drake · 28 years ago
- 20c6381 Removed references to getdoublearg and get2doublearg rename macros and by Roger E. Masse · 28 years ago
- ec0b4af Eradicated all references to getintarg and getstrarg and substituded the by Roger E. Masse · 28 years ago
- cfe3b61 Opps, left out two defines needed for argument parsing. by Roger E. Masse · 28 years ago
- a09ec19 Test of the operator module by Barry Warsaw · 28 years ago
- 3990042 Added pointer to framereader distribution. by Guido van Rossum · 28 years ago
- 19f61ae Tabification changes only; the module was already newly named. by Barry Warsaw · 28 years ago
- b2b44e5 Renamed. by Roger E. Masse · 28 years ago
- 96bd636 Test script output for the UNIX group file access module (grp) by Roger E. Masse · 28 years ago
- 749cc6b Test script for the UNIX group file access module (grp) by Roger E. Masse · 28 years ago
- f90edde PySequence_Index(): set exception when object is not found in by Barry Warsaw · 28 years ago
- 2e63139 Added Jeremy's resource module. by Guido van Rossum · 28 years ago
- 3c7b2dc Added docs for Jeremy's resource module. by Guido van Rossum · 28 years ago
- 5eaf457 Different operation in verbose mode: show the supported nonstandard by Guido van Rossum · 28 years ago
- af82a7e In lieu of harness rewrite, fixed problem with test_thread ImportError by Barry Warsaw · 28 years ago
- 4a48809 Correct *another* mistake (initmath() always fell through to fatal error). by Guido van Rossum · 28 years ago
- 4c4cbf3 Correct 1-char typo / syntax error. by Guido van Rossum · 28 years ago
- b053993 (py-delete-function): new variable by Barry Warsaw · 28 years ago
- 5c8bef1 (python-mode): added comment-end definitions. by Barry Warsaw · 28 years ago
- c88c9cb Corrected two errors introduced by the renaming (and the subsequent by Guido van Rossum · 28 years ago
- b15bef8 Renamed in a grand-ee-ous way! by Roger E. Masse · 28 years ago
- d87e0bf Test output for the GNU dbm module (gdbm) by Roger E. Masse · 28 years ago
- 62a017c Test script for the GNU dbm module (gdbm) by Roger E. Masse · 28 years ago
- 4ca4b075 Opps, left in a /*#include "modsupport.h"*/ by Roger E. Masse · 28 years ago
- 919213a Grandly renamed. by Roger E. Masse · 28 years ago
- 0bff94f Added the test output for fcntl. by Roger E. Masse · 28 years ago
- fb01d4b Added a test script for the fcntl C module. by Roger E. Masse · 28 years ago
- 4004e21 Another fix for Split() -- don't refuse {"} but turn it into ". by Guido van Rossum · 28 years ago
- 0f86837 Check errors returned by recursive call to Split(). by Guido van Rossum · 28 years ago
- fc93f75 Better error checking in initmath(). by Barry Warsaw · 28 years ago
- d0c1042 Renamed. by Barry Warsaw · 28 years ago
- 8069f43 Output for _xdr module test by Barry Warsaw · 28 years ago
- 10f124c Updated to standard Python C coding style, and fixed a few error checking nits. by Barry Warsaw · 28 years ago
- 3863fb5 A test of the _xdrmodule (not the entire xdr.py module). by Barry Warsaw · 28 years ago
- 237efc5 Added _xdrmodule test by Barry Warsaw · 28 years ago
- ac3acc2 (test_thread): output from thread test by Barry Warsaw · 28 years ago
- af0a1a6 (test_thread.py): modifications to quiet it up when not running as a script. by Barry Warsaw · 28 years ago
- 63a0c37 (libunix.tex): Changed two occurances of "Unix" to "\UNIX{}". by Fred Drake · 28 years ago
- 09bcf8c (sgmllib.py): Partial acceptance of patch from David Leonard by Fred Drake · 28 years ago
- b6454e5 Updated test_crypt test to jive with bwarsaw testing style by Roger E. Masse · 28 years ago
- a38ab50 Revised output for test_crypt by Roger E. Masse · 28 years ago
- 9c6db35 Revised test for errno ala bwarsaw's testing paradigm. by Roger E. Masse · 28 years ago
- 8a51de4 Output files for test_dl and test_errno by Roger E. Masse · 28 years ago
- e00d4da Added test_dl to harness by Roger E. Masse · 28 years ago
- 2362b58 Revised strategy for testing recomended by bwarsaw by Roger E. Masse · 28 years ago
- 14ed5fb initsignal(): Added SIGXCPU and SIGXFSZ. Left in the definitions for by Barry Warsaw · 28 years ago
- 8ba76d3 Added test_errno to the test suite by Roger E. Masse · 28 years ago
- 529fcfe list2set(): correct return value (an int, not a PyObject*). by Barry Warsaw · 28 years ago
- 0969ad2 Better tuple hash function. by Guido van Rossum · 28 years ago
- cc15b42 Change comment about MINSIZE -- 10 is optimal for Python. by Guido van Rossum · 28 years ago
- 81a6fe9 Removed a #inlclude <errno.h> since it's implied with "Python.h" by Roger E. Masse · 28 years ago
- 24c4b3d list2set(): PyList_GetItem could fail. by Barry Warsaw · 28 years ago
- 094579e (libtime.tex): Merged in changes from Tamito Kajiyama. by Fred Drake · 28 years ago
- 4b3f031 (lib<all sorts of stuff>.tex): by Fred Drake · 28 years ago
- 6dc2aae (tut.tex): Normalized all uses of "UNIX" and "{\UNIX}" to use "\UNIX{}", by Fred Drake · 28 years ago
- 3082424 (myformat.sty): Added a note about using \command{} v. {\command} wrt. by Fred Drake · 28 years ago
- 0e12032 Renamed. by Roger E. Masse · 28 years ago
- 7eee08d Test for the dl module. This only works for SunOS and Solaris. by Roger E. Masse · 28 years ago
- 2cc8163 nonstandard_expectations is only added when in verbose mode, so we by Barry Warsaw · 28 years ago
- 4c23b5f Hmm, now that I think about it, we *can* use time.time() and 'date' if by Barry Warsaw · 28 years ago
- 4eb01cd More or less portabilized. by Barry Warsaw · 28 years ago
- 3c700ed Fixed by Barry Warsaw · 28 years ago
- 4e7f622 Get rid of it -- use bsddb! by Guido van Rossum · 28 years ago
- bd4b961 Opps, fixed a couple of newly introduced wrapping problems. by Roger E. Masse · 28 years ago
- e7ee8c3 Reindented via GvR recomendation ala Bwarsaw cppy-style.el by Roger E. Masse · 28 years ago
- 8d40c84 Added quote_plus() and unquote_plus(), to do space/plus substitutions by Guido van Rossum · 28 years ago
- 0564e12 Added quote_plus() and unquote_plus(), to do space/plus substitutions by Guido van Rossum · 28 years ago
- fbcfd52 Added the example "thin ice" from the extensions manual. by Guido van Rossum · 28 years ago
- d16ddb6 Typos reported by Tamito Kajiyama. by Guido van Rossum · 28 years ago
- f630f6b Renamed, and scrutinized for missed potential error conditions. by Barry Warsaw · 28 years ago
- e3c0170 Output file for module struct test by Barry Warsaw · 28 years ago
- 27eb14d Added support for 4-channel on SGI. by Guido van Rossum · 28 years ago
- 25bcdb0 Added QUADRO. by Guido van Rossum · 28 years ago
- 8496d39 Renamed, however there is no test case. I did test some of the module by Barry Warsaw · 28 years ago