| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the new struct module's ability to pack and unpack standardized | Guido van Rossum | 1997-01-02 | 1 | -77/+32 |
|
|
* | Oops -- unpack float/double didn't do the right thing if e==0. | Guido van Rossum | 1997-01-02 | 1 | -4/+14 |
|
|
* | Support float and double in non-native formats. | Guido van Rossum | 1997-01-02 | 1 | -2/+365 |
|
|
* | rotorobj_setkey(): A single string argument is now required (i.e. no | Barry Warsaw | 1997-01-02 | 1 | -5/+3 |
|
|
* | <rotorobj>.setkey() now requires exactly one argument | Barry Warsaw | 1997-01-02 | 1 | -1/+4 |
|
|
* | Switched over to use the new testregr.py test harness. | Barry Warsaw | 1997-01-02 | 1 | -2/+4 |
|
|
* | setkey method's argument is no longer optional (it used to be a no-op | Barry Warsaw | 1997-01-02 | 2 | -6/+4 |
|
|
* | Added characteristics of shttp, https, and snews. | Guido van Rossum | 1997-01-02 | 1 | -3/+12 |
|
|
* | Properly parenthesize a long Boolean combination. Formerly, you could | Guido van Rossum | 1997-01-02 | 1 | -1/+1 |
|
|
* | The usual... | Guido van Rossum | 1996-12-31 | 1 | -243/+178 |
|
|
* | Rewritten the readline test, hopefully it's okay now. | Guido van Rossum | 1996-12-31 | 1 | -31/+60 |
|
|
* | (libformatter.tex): Document the flush() method on the writer. | Fred Drake | 1996-12-31 | 2 | -0/+8 |
|
|
* | (formatter.py): Add a flush() method to the writer interface. This really | Fred Drake | 1996-12-31 | 1 | -2/+2 |
|
|
* | Exercise the new feature set somewhat. | Guido van Rossum | 1996-12-31 | 1 | -10/+73 |
|
|
* | Added better handling of unsigned longs -- a Python long returned by | Guido van Rossum | 1996-12-31 | 1 | -27/+163 |
|
|
* | Rewrote _{read,write}_{short,long} to use the newly revamped struct | Guido van Rossum | 1996-12-31 | 1 | -37/+44 |
|
|
* | Added libstat.tex | Guido van Rossum | 1996-12-31 | 3 | -1/+4 |
|
|
* | Document the new extensions. | Guido van Rossum | 1996-12-31 | 2 | -18/+128 |
|
|
* | Fix the first bugs... treatment of 0 count was wrong, and memchr() | Guido van Rossum | 1996-12-31 | 1 | -6/+6 |
|
|
* | Pretty much rewritten to fulfull several long-standing wishes: | Guido van Rossum | 1996-12-31 | 1 | -226/+572 |
|
|
* | A different winning animation. | Guido van Rossum | 1996-12-30 | 1 | -6/+8 |
|
|
* | Rename DEBUG macro to Py_DEBUG | Guido van Rossum | 1996-12-30 | 11 | -23/+23 |
|
|
* | Actually, *this* fixes the last bug. | Guido van Rossum | 1996-12-30 | 1 | -2/+7 |
|
|
* | Considerably restructured. This fixes the one remaining bug. | Guido van Rossum | 1996-12-30 | 1 | -319/+322 |
|
|
* | Solitaire game, like the one that comes with Windows. | Guido van Rossum | 1996-12-29 | 1 | -0/+627 |
|
|
* | Added support for RFC 850 style dates, as used by some HTTP servers | Guido van Rossum | 1996-12-27 | 1 | -0/+4 |
|
|
* | Fix bogus implementation of Group.bind(). | Guido van Rossum | 1996-12-27 | 2 | -4/+12 |
|
|
* | Added config(ure) method to Image class. | Guido van Rossum | 1996-12-27 | 2 | -0/+20 |
|
|
* | Change the default values for IntVar and DoubleVar to numbers (they | Guido van Rossum | 1996-12-27 | 2 | -4/+4 |
|
|
* | Crude but effective hack to clear the parser cache every so often. | Guido van Rossum | 1996-12-27 | 1 | -0/+4 |
|
|
* | Removed all traces of accessobject.c. | Guido van Rossum | 1996-12-25 | 2 | -374/+2 |
|
|
* | Renamed. | Roger E. Masse | 1996-12-24 | 1 | -0/+8530 |
|
|
* | Test output for the gl C extension module. | Roger E. Masse | 1996-12-24 | 1 | -0/+1 |
|
|
* | gl is a *huge* module. This is a very simple test that insures that | Roger E. Masse | 1996-12-24 | 1 | -0/+141 |
|
|
* | Output files | Barry Warsaw | 1996-12-23 | 6 | -0/+60 |
|
|
* | test_rotor.py: New test of the rotor module. | Barry Warsaw | 1996-12-23 | 8 | -27/+89 |
|
|
* | Reworked to check for memory problems (one potential found), | Barry Warsaw | 1996-12-23 | 1 | -204/+245 |
|
|
* | From reading the source, it turns out that the setkey() method can | Barry Warsaw | 1996-12-23 | 2 | -4/+6 |
|
|
* | - CWGUSI has moved | Jack Jansen | 1996-12-23 | 1 | -21/+24 |
|
|
* | Added a chapter on using OSAXen | Jack Jansen | 1996-12-23 | 1 | -0/+17 |
|
|
* | Added range of resource-ids for twit. | Jack Jansen | 1996-12-23 | 1 | -1/+4 |
|
|
* | Added Application.cleanup method which asks all windows to close | Jack Jansen | 1996-12-23 | 1 | -0/+5 |
|
|
* | Added gdbm (if USE_GDBM defined) | Jack Jansen | 1996-12-23 | 1 | -0/+6 |
|
|
* | Moved resources around to forestall conflicts with debuggee | Jack Jansen | 1996-12-23 | 8 | -17/+20 |
|
|
* | Added gdbm | Jack Jansen | 1996-12-23 | 1 | -0/+1 |
|
|
* | Added gdbm plugins, changed jpeg library to v6, various minor changes | Jack Jansen | 1996-12-23 | 33 | -11647/+12012 |
|
|
* | Added gdbm plugins | Jack Jansen | 1996-12-23 | 1 | -0/+2 |
|
|
* | If sys.argv is empty ask for input file and output folder | Jack Jansen | 1996-12-23 | 1 | -0/+26 |
|
|
* | Very very small comment change. | Roger E. Masse | 1996-12-20 | 1 | -1/+1 |
|
|
* | Many scripts, but small changes. Update the way the scripts obtain the | Roger E. Masse | 1996-12-20 | 9 | -53/+71 |
|
|