| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Check errors returned by recursive call to Split(). | Guido van Rossum | 1996-12-17 | 1 | -5/+12 |
|
|
* | Better error checking in initmath(). | Barry Warsaw | 1996-12-17 | 1 | -2/+13 |
|
|
* | Renamed. | Barry Warsaw | 1996-12-17 | 1 | -102/+102 |
|
|
* | Output for _xdr module test | Barry Warsaw | 1996-12-17 | 1 | -0/+1 |
|
|
* | Updated to standard Python C coding style, and fixed a few error | Barry Warsaw | 1996-12-17 | 1 | -110/+116 |
|
|
* | A test of the _xdrmodule (not the entire xdr.py module). | Barry Warsaw | 1996-12-17 | 1 | -0/+24 |
|
|
* | Added _xdrmodule test | Barry Warsaw | 1996-12-17 | 1 | -0/+1 |
|
|
* | (test_thread): output from thread test | Barry Warsaw | 1996-12-16 | 1 | -0/+6 |
|
|
* | (test_thread.py): modifications to quiet it up when not running as a script. | Barry Warsaw | 1996-12-16 | 2 | -6/+17 |
|
|
* | (libunix.tex): Changed two occurances of "Unix" to "\UNIX{}". | Fred Drake | 1996-12-16 | 2 | -4/+4 |
|
|
* | (sgmllib.py): Partial acceptance of patch from David Leonard | Fred Drake | 1996-12-16 | 1 | -1/+1 |
|
|
* | Updated test_crypt test to jive with bwarsaw testing style | Roger E. Masse | 1996-12-16 | 1 | -1/+7 |
|
|
* | Revised output for test_crypt | Roger E. Masse | 1996-12-16 | 1 | -1/+0 |
|
|
* | Revised test for errno ala bwarsaw's testing paradigm. | Roger E. Masse | 1996-12-16 | 1 | -5/+8 |
|
|
* | Output files for test_dl and test_errno | Roger E. Masse | 1996-12-16 | 2 | -0/+2 |
|
|
* | Added test_dl to harness | Roger E. Masse | 1996-12-16 | 1 | -0/+1 |
|
|
* | Revised strategy for testing recomended by bwarsaw | Roger E. Masse | 1996-12-16 | 1 | -26/+28 |
|
|
* | initsignal(): Added SIGXCPU and SIGXFSZ. Left in the definitions for | Barry Warsaw | 1996-12-16 | 1 | -0/+8 |
|
|
* | Added test_errno to the test suite | Roger E. Masse | 1996-12-16 | 2 | -0/+45 |
|
|
* | list2set(): correct return value (an int, not a PyObject*). | Barry Warsaw | 1996-12-16 | 1 | -1/+1 |
|
|
* | Better tuple hash function. | Guido van Rossum | 1996-12-16 | 1 | -1/+1 |
|
|
* | Change comment about MINSIZE -- 10 is optimal for Python. | Guido van Rossum | 1996-12-16 | 1 | -3/+6 |
|
|
* | Removed a #inlclude <errno.h> since it's implied with "Python.h" | Roger E. Masse | 1996-12-13 | 1 | -2/+0 |
|
|
* | list2set(): PyList_GetItem could fail. | Barry Warsaw | 1996-12-13 | 1 | -1/+3 |
|
|
* | (libtime.tex): Merged in changes from Tamito Kajiyama. | Fred Drake | 1996-12-13 | 2 | -96/+90 |
|
|
* | (lib<all sorts of stuff>.tex): | Fred Drake | 1996-12-13 | 41 | -80/+154 |
|
|
* | (tut.tex): Normalized all uses of "UNIX" and "{\UNIX}" to use "\UNIX{}", | Fred Drake | 1996-12-13 | 2 | -18/+18 |
|
|
* | (myformat.sty): Added a note about using \command{} v. {\command} wrt. | Fred Drake | 1996-12-13 | 1 | -0/+2 |
|
|
* | Renamed. | Roger E. Masse | 1996-12-13 | 1 | -73/+75 |
|
|
* | Test for the dl module. This only works for SunOS and Solaris. | Roger E. Masse | 1996-12-13 | 1 | -0/+32 |
|
|
* | nonstandard_expectations is only added when in verbose mode, so we | Barry Warsaw | 1996-12-13 | 1 | -2/+1 |
|
|
* | Hmm, now that I think about it, we *can* use time.time() and 'date' if | Barry Warsaw | 1996-12-13 | 1 | -6/+8 |
|
|
* | More or less portabilized. | Barry Warsaw | 1996-12-13 | 1 | -7/+11 |
|
|
* | Fixed | Barry Warsaw | 1996-12-13 | 1 | -2/+0 |
|
|
* | Get rid of it -- use bsddb! | Guido van Rossum | 1996-12-13 | 1 | -387/+0 |
|
|
* | Opps, fixed a couple of newly introduced wrapping problems. | Roger E. Masse | 1996-12-13 | 1 | -3/+4 |
|
|
* | Reindented via GvR recomendation ala Bwarsaw cppy-style.el | Roger E. Masse | 1996-12-13 | 1 | -69/+69 |
|
|
* | Added quote_plus() and unquote_plus(), to do space/plus substitutions | Guido van Rossum | 1996-12-13 | 2 | -2/+22 |
|
|
* | Added quote_plus() and unquote_plus(), to do space/plus substitutions | Guido van Rossum | 1996-12-13 | 1 | -0/+14 |
|
|
* | Added the example "thin ice" from the extensions manual. | Guido van Rossum | 1996-12-13 | 1 | -0/+24 |
|
|
* | Typos reported by Tamito Kajiyama. | Guido van Rossum | 1996-12-13 | 2 | -4/+4 |
|
|
* | Renamed, and scrutinized for missed potential error conditions. | Barry Warsaw | 1996-12-13 | 1 | -341/+411 |
|
|
* | Output file for module struct test | Barry Warsaw | 1996-12-13 | 1 | -0/+3 |
|
|
* | Added support for 4-channel on SGI. | Guido van Rossum | 1996-12-13 | 1 | -1/+7 |
|
|
* | Added QUADRO. | Guido van Rossum | 1996-12-13 | 2 | -0/+2 |
|
|
* | Renamed, however there is no test case. I did test some of the module | Barry Warsaw | 1996-12-13 | 1 | -194/+200 |
|
|
* | Fixed conversion between seconds and milliseconds. | Guido van Rossum | 1996-12-12 | 2 | -2/+4 |
|
|
* | A test of the struct module | Barry Warsaw | 1996-12-12 | 2 | -0/+45 |
|
|
* | Renamed. | Barry Warsaw | 1996-12-12 | 1 | -82/+88 |
|
|
* | (python-cc-style): typo "c-offset-alist" => "c-offsets-alist" | Barry Warsaw | 1996-12-12 | 1 | -2/+2 |
|
|