1997-01-03 |
Guido van Rossum | Changed the ``add/sub_offset'' hacks for dealing with... |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Guido van Rossum | Change the ``calcsize*3'' test to be portable to 64... |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Roger E. Masse | Reindented. |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Barry Warsaw | Check of return values and proper error handling. |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Guido van Rossum | Added PyLong_FromUnsignedLong() and PyLong_AsUnsignedLo... |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Barry Warsaw | Output for signal module test |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Guido van Rossum | Add $(srcdir) in front of the test program's name ... |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Guido van Rossum | Fill pad bytes with zeros (fixing a bug dating from... |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Guido van Rossum | Describe standard float/double support. |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Barry Warsaw | Scratch the ears of gcc -Wall. |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Barry Warsaw | Added declaration for PyErr_SetInterrupt. |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Barry Warsaw | Several changes: |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Guido van Rossum | Added f/d tests for specific byte orders. |
commit | commitdiff | tree | snapshot |
1997-01-02 |
Guido van Rossum | Ok, ok, I've fixed gradual underflow on packing too. |
commit | commitdiff | tree | snapshot |
1997-01-02 |
Guido van Rossum | Use the new struct module's ability to pack and unpack... |
commit | commitdiff | tree | snapshot |
1997-01-02 |
Guido van Rossum | Oops -- unpack float/double didn't do the right thing... |
commit | commitdiff | tree | snapshot |
1997-01-02 |
Guido van Rossum | Support float and double in non-native formats. |
commit | commitdiff | tree | snapshot |
1997-01-02 |
Barry Warsaw | rotorobj_setkey(): A single string argument is now... |
commit | commitdiff | tree | snapshot |
1997-01-02 |
Barry Warsaw | <rotorobj>.setkey() now requires exactly one argument |
commit | commitdiff | tree | snapshot |
1997-01-02 |
Barry Warsaw | Switched over to use the new testregr.py test harness. |
commit | commitdiff | tree | snapshot |
1997-01-02 |
Barry Warsaw | setkey method's argument is no longer optional (it... |
commit | commitdiff | tree | snapshot |
1997-01-02 |
Guido van Rossum | Added characteristics of shttp, https, and snews. |
commit | commitdiff | tree | snapshot |
1997-01-02 |
Guido van Rossum | Properly parenthesize a long Boolean combination. ... |
commit | commitdiff | tree | snapshot |
1996-12-31 |
Guido van Rossum | The usual... |
commit | commitdiff | tree | snapshot |
1996-12-31 |
Guido van Rossum | Rewritten the readline test, hopefully it's okay now. |
commit | commitdiff | tree | snapshot |
1996-12-31 |
Fred Drake | (libformatter.tex): Document the flush() method on... |
commit | commitdiff | tree | snapshot |
1996-12-31 |
Fred Drake | (formatter.py): Add a flush() method to the writer... |
commit | commitdiff | tree | snapshot |
1996-12-31 |
Guido van Rossum | Exercise the new feature set somewhat. |
commit | commitdiff | tree | snapshot |
1996-12-31 |
Guido van Rossum | Added better handling of unsigned longs -- a Python... |
commit | commitdiff | tree | snapshot |
1996-12-31 |
Guido van Rossum | Rewrote _{read,write}_{short,long} to use the newly... |
commit | commitdiff | tree | snapshot |
1996-12-31 |
Guido van Rossum | Added libstat.tex |
commit | commitdiff | tree | snapshot |
1996-12-31 |
Guido van Rossum | Document the new extensions. |
commit | commitdiff | tree | snapshot |
1996-12-31 |
Guido van Rossum | Fix the first bugs... treatment of 0 count was wrong... |
commit | commitdiff | tree | snapshot |
1996-12-31 |
Guido van Rossum | Pretty much rewritten to fulfull several long-standing... |
commit | commitdiff | tree | snapshot |
1996-12-30 |
Guido van Rossum | A different winning animation. |
commit | commitdiff | tree | snapshot |
1996-12-30 |
Guido van Rossum | Rename DEBUG macro to Py_DEBUG |
commit | commitdiff | tree | snapshot |
1996-12-30 |
Guido van Rossum | Actually, *this* fixes the last bug. |
commit | commitdiff | tree | snapshot |
1996-12-30 |
Guido van Rossum | Considerably restructured. This fixes the one remainin... |
commit | commitdiff | tree | snapshot |
1996-12-29 |
Guido van Rossum | Solitaire game, like the one that comes with Windows. |
commit | commitdiff | tree | snapshot |
1996-12-27 |
Guido van Rossum | Added support for RFC 850 style dates, as used by some... |
commit | commitdiff | tree | snapshot |
1996-12-27 |
Guido van Rossum | Fix bogus implementation of Group.bind(). |
commit | commitdiff | tree | snapshot |
1996-12-27 |
Guido van Rossum | Added config(ure) method to Image class. |
commit | commitdiff | tree | snapshot |
1996-12-27 |
Guido van Rossum | Change the default values for IntVar and DoubleVar... |
commit | commitdiff | tree | snapshot |
1996-12-27 |
Guido van Rossum | Crude but effective hack to clear the parser cache... |
commit | commitdiff | tree | snapshot |
1996-12-25 |
Guido van Rossum | Removed all traces of accessobject.c. |
commit | commitdiff | tree | snapshot |
1996-12-24 |
Roger E. Masse | Renamed. |
commit | commitdiff | tree | snapshot |
1996-12-24 |
Roger E. Masse | Test output for the gl C extension module. |
commit | commitdiff | tree | snapshot |
1996-12-24 |
Roger E. Masse | gl is a *huge* module. This is a very simple test... |
commit | commitdiff | tree | snapshot |
1996-12-23 |
Barry Warsaw | Output files |
commit | commitdiff | tree | snapshot |
1996-12-23 |
Barry Warsaw | test_rotor.py: New test of the rotor module. |
commit | commitdiff | tree | snapshot |
1996-12-23 |
Barry Warsaw | Reworked to check for memory problems (one potential... |
commit | commitdiff | tree | snapshot |
1996-12-23 |
Barry Warsaw | From reading the source, it turns out that the setkey... |
commit | commitdiff | tree | snapshot |
1996-12-23 |
Jack Jansen | - CWGUSI has moved |
commit | commitdiff | tree | snapshot |
1996-12-23 |
Jack Jansen | Added a chapter on using OSAXen |
commit | commitdiff | tree | snapshot |
1996-12-23 |
Jack Jansen | Added range of resource-ids for twit. |
commit | commitdiff | tree | snapshot |
1996-12-23 |
Jack Jansen | Added Application.cleanup method which asks all windows... |
commit | commitdiff | tree | snapshot |
1996-12-23 |
Jack Jansen | Added gdbm (if USE_GDBM defined) |
commit | commitdiff | tree | snapshot |
1996-12-23 |
Jack Jansen | Moved resources around to forestall conflicts with... |
commit | commitdiff | tree | snapshot |
1996-12-23 |
Jack Jansen | Added gdbm |
commit | commitdiff | tree | snapshot |
1996-12-23 |
Jack Jansen | Added gdbm plugins, changed jpeg library to v6, various... |
commit | commitdiff | tree | snapshot |
1996-12-23 |
Jack Jansen | Added gdbm plugins |
commit | commitdiff | tree | snapshot |
1996-12-23 |
Jack Jansen | If sys.argv is empty ask for input file and output... |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Roger E. Masse | Very very small comment change. |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Roger E. Masse | Many scripts, but small changes. Update the way the... |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Barry Warsaw | added test of the regex module |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Roger E. Masse | Renamed. |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Barry Warsaw | Several changes. Test program to follow. |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Roger E. Masse | More and better comments. |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Roger E. Masse | Minor semantic cleanup. |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Roger E. Masse | Output for test script for the SGI imgfile module. |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Roger E. Masse | Test script for the SGI imgfile module. |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Roger E. Masse | Renamed. |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Roger E. Masse | 8 bit greyscale test file needed for testing imageop... |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Roger E. Masse | Test program for the SGI imageop module. |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Roger E. Masse | test output for SGI imageop C module. |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Barry Warsaw | (python-cc-style): Added definitions for c-hanging... |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Barry Warsaw | (python-cc-style): Added definitions for c-hanging... |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Guido van Rossum | Two new files (to shut up regrtest). |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Guido van Rossum | Added example DL for SGI IRIX. |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Guido van Rossum | Added test for minmax. |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Guido van Rossum | New regression test harness. See usage message / doc... |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Guido van Rossum | Import verbose flag from test_support instead of testin... |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Guido van Rossum | Set test_support.verbose to 0, to signal tests only... |
commit | commitdiff | tree | snapshot |
1996-12-20 |
Guido van Rossum | Add verbose flag for regression test to clear. |
commit | commitdiff | tree | snapshot |
1996-12-19 |
Barry Warsaw | Describe open(2) exported constants |
commit | commitdiff | tree | snapshot |
1996-12-19 |
Barry Warsaw | 1. Export open(2) flag constants for every defined... |
commit | commitdiff | tree | snapshot |
1996-12-19 |
Guido van Rossum | Docs for stat.py -- docs by Skip Montanaro. |
commit | commitdiff | tree | snapshot |
1996-12-19 |
Barry Warsaw | posix.open(): third argument (mode) is optional. |
commit | commitdiff | tree | snapshot |
1996-12-19 |
Barry Warsaw | Minor formatting changes. |
commit | commitdiff | tree | snapshot |
1996-12-19 |
Barry Warsaw | Minor formatting changes. |
commit | commitdiff | tree | snapshot |
1996-12-19 |
Guido van Rossum | Documented getprotobyname() interface. |
commit | commitdiff | tree | snapshot |
1996-12-19 |
Guido van Rossum | Added the new getprotobyname() call to the module overv... |
commit | commitdiff | tree | snapshot |
1996-12-19 |
Guido van Rossum | Added getprotobyname() interface. |
commit | commitdiff | tree | snapshot |
1996-12-19 |
Fred Drake | (libunix.tex): Change matching lib.tex: add line item... |
commit | commitdiff | tree | snapshot |
1996-12-18 |
Roger E. Masse | Removed references to getdoublearg and get2doublearg... |
commit | commitdiff | tree | snapshot |
1996-12-18 |
Roger E. Masse | Eradicated all references to getintarg and getstrarg... |
commit | commitdiff | tree | snapshot |
1996-12-18 |
Roger E. Masse | Opps, left out two defines needed for argument parsing. |
commit | commitdiff | tree | snapshot |
1996-12-18 |
Barry Warsaw | Test of the operator module |
commit | commitdiff | tree | snapshot |
1996-12-18 |
Guido van Rossum | Added pointer to framereader distribution. |
commit | commitdiff | tree | snapshot |
1996-12-18 |
Barry Warsaw | Tabification changes only; the module was already newly... |
commit | commitdiff | tree | snapshot |
next |