summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test output for SGI imageop C module.Roger E. Masse1996-12-201-0/+1
|
* (python-cc-style): Added definitions for c-hanging-braces-alist whichBarry Warsaw1996-12-201-1/+1
| | | | make the most sense for PyMethodDef structures. [one small fix]
* (python-cc-style): Added definitions for c-hanging-braces-alist whichBarry Warsaw1996-12-201-2/+8
| | | | make the most sense for PyMethodDef structures.
* Two new files (to shut up regrtest).Guido van Rossum1996-12-202-0/+30
|
* Added example DL for SGI IRIX.Guido van Rossum1996-12-201-0/+2
|
* Added test for minmax.Guido van Rossum1996-12-201-0/+7
|
* New regression test harness. See usage message / doc string.Guido van Rossum1996-12-201-0/+170
|
* Import verbose flag from test_support instead of testing __name__.Guido van Rossum1996-12-201-5/+1
|
* Set test_support.verbose to 0, to signal tests only to generateGuido van Rossum1996-12-201-0/+2
| | | | portable output.
* Add verbose flag for regression test to clear.Guido van Rossum1996-12-201-0/+2
|
* Describe open(2) exported constantsBarry Warsaw1996-12-192-0/+60
|
* 1. Export open(2) flag constants for every defined constantBarry Warsaw1996-12-191-16/+88
| | | | 2. Reworked error checking in initposix() and initnt().
* Docs for stat.py -- docs by Skip Montanaro.Guido van Rossum1996-12-192-0/+212
|
* posix.open(): third argument (mode) is optional.Barry Warsaw1996-12-192-4/+8
|
* Minor formatting changes.Barry Warsaw1996-12-191-10/+11
|
* Minor formatting changes.Barry Warsaw1996-12-191-31/+33
|
* Documented getprotobyname() interface.Guido van Rossum1996-12-192-0/+18
|
* Added the new getprotobyname() call to the module overview at the top.Guido van Rossum1996-12-191-0/+1
|
* Added getprotobyname() interface.Guido van Rossum1996-12-191-0/+24
|
* (libunix.tex): Change matching lib.tex: add line item for the resourceFred Drake1996-12-192-0/+8
| | | | module.
* Removed references to getdoublearg and get2doublearg rename macros andRoger E. Masse1996-12-181-8/+5
| | | | substituted the appropriate PyArg_Parse calls. Retested. All appears well.
* Eradicated all references to getintarg and getstrarg and substituded theRoger E. Masse1996-12-181-5/+2
| | | | proper functions as defined in rename2.h. Thanks Barry!
* Opps, left out two defines needed for argument parsing.Roger E. Masse1996-12-181-0/+3
|
* Test of the operator moduleBarry Warsaw1996-12-183-0/+78
|
* Added pointer to framereader distribution.Guido van Rossum1996-12-181-1/+2
|
* Tabification changes only; the module was already newly named.Barry Warsaw1996-12-181-32/+37
|
* Renamed.Roger E. Masse1996-12-181-28/+27
|
* Test script output for the UNIX group file access module (grp)Roger E. Masse1996-12-181-0/+1
|
* Test script for the UNIX group file access module (grp)Roger E. Masse1996-12-182-0/+25
|
* PySequence_Index(): set exception when object is not found inBarry Warsaw1996-12-181-0/+1
| | | | | | | | | sequence, otherwise operator.indexOf([4, 3, 2, 1], 9) would raise a SystemError! Note: it might be wise to double check all these functions. I haven't done that yet.
* Added Jeremy's resource module.Guido van Rossum1996-12-183-0/+242
|
* Added docs for Jeremy's resource module.Guido van Rossum1996-12-185-1/+265
|
* Different operation in verbose mode: show the supported nonstandardGuido van Rossum1996-12-181-2/+16
| | | | options. Also added two: %n and %t (newline and tab character).
* In lieu of harness rewrite, fixed problem with test_thread ImportErrorBarry Warsaw1996-12-181-17/+14
| | | | triggering a bogus TestFailed exception.
* Correct *another* mistake (initmath() always fell through to fatal error).Guido van Rossum1996-12-181-0/+1
| | | | Watch it, Barry! :-)
* Correct 1-char typo / syntax error.Guido van Rossum1996-12-181-1/+1
|
* (py-delete-function): new variableBarry Warsaw1996-12-171-1/+7
| | | | (py-delete-char): funcall py-delete-function.
* (python-mode): added comment-end definitions.Barry Warsaw1996-12-171-0/+2
|
* Corrected two errors introduced by the renaming (and the subsequentGuido van Rossum1996-12-171-5/+10
| | | | | style corrections, I presume), found by Jack. Added warning that this has not been tested (Jack could only compile and link it).
* Renamed in a grand-ee-ous way!Roger E. Masse1996-12-171-171/+176
|
* Test output for the GNU dbm module (gdbm)Roger E. Masse1996-12-171-0/+1
|
* Test script for the GNU dbm module (gdbm)Roger E. Masse1996-12-172-0/+36
|
* Opps, left in a /*#include "modsupport.h"*/Roger E. Masse1996-12-171-1/+0
|
* Grandly renamed.Roger E. Masse1996-12-171-61/+65
|
* Added the test output for fcntl.Roger E. Masse1996-12-171-0/+1
|
* Added a test script for the fcntl C module.Roger E. Masse1996-12-172-0/+32
|
* Another fix for Split() -- don't refuse {"} but turn it into ".Guido van Rossum1996-12-171-1/+7
| | | | | | This is needed because if a configure option has " as its value, it will be rendered as {"}; after stripping one level of quoting it's just ", on which splitlist will barf.
* Check errors returned by recursive call to Split().Guido van Rossum1996-12-171-5/+12
|
* Better error checking in initmath().Barry Warsaw1996-12-171-2/+13
|
* Renamed.Barry Warsaw1996-12-171-102/+102
|