1996-12-09 |
Barry Warsaw | Renamed, ungrandly. We don't have the GNU MP library... |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Roger E. Masse | renamed grandly. |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Roger E. Masse | new test script for cryptmodule.py |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Roger E. Masse | Test script/output for cryptmodule.c added to testall... |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Barry Warsaw | (python-cc-style): Although open braces for substatemen... |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Roger E. Masse | Renamed Grandly |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Roger E. Masse | New test module for complex math module |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Roger E. Masse | Added test_cmath.py to test complex math module |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Barry Warsaw | (testall.py): Slightly improved test harness to make... |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Barry Warsaw | Renamed |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Roger E. Masse | Removed some unneeded header files and reedited with... |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Barry Warsaw | (python-cc-style): Oops, we decided to use TABs for... |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Barry Warsaw | C coding standard for Python C files. |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Barry Warsaw | Added test_strop |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Barry Warsaw | Added tests of all strop module functions, and touching... |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Guido van Rossum | Added test_array output line. |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Roger E. Masse | Renamed Grandly (I think). |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Roger E. Masse | module to test the arraymodule created and added to... |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Guido van Rossum | Changes to keep gcc -Wall happy. |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Guido van Rossum | Added `void' to declaration of initgl(), to keep gcc... |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Guido van Rossum | Added a bunch of extern void decls, to keep gcc -Wall... |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Guido van Rossum | Include <sys/ioctl.h>, to keep gcc -Wall happy. |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Guido van Rossum | Make dummy int public (with _Py_ prefix), to keep gcc... |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Guido van Rossum | Add ``extern void bzero();'' for SGI, to keep gcc ... |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Guido van Rossum | Include unistd.h to keep gcc -Wall happy. |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Guido van Rossum | Added ``extern int get_default_domain();'' for SGI... |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Guido van Rossum | Added #ifdef around ``extern int ftime();'' for MS... |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Barry Warsaw | Greatly renamed. |
commit | commitdiff | tree | snapshot |
1996-12-09 |
Barry Warsaw | ins(): missed a renaming in a string: dictinsert => |
commit | commitdiff | tree | snapshot |
1996-12-06 |
Barry Warsaw | Greatly renamed. |
commit | commitdiff | tree | snapshot |
1996-12-06 |
Barry Warsaw | Added test_time |
commit | commitdiff | tree | snapshot |
1996-12-06 |
Barry Warsaw | Added 'test_time' |
commit | commitdiff | tree | snapshot |
1996-12-06 |
Barry Warsaw | test of time module. not terribly fancy, but it does... |
commit | commitdiff | tree | snapshot |
1996-12-06 |
Guido van Rossum | Added descriptions of parsedate(), parsedate_tz(),... |
commit | commitdiff | tree | snapshot |
1996-12-06 |
Guido van Rossum | Added section for operator module (compiled Skip Montan... |
commit | commitdiff | tree | snapshot |
1996-12-06 |
Guido van Rossum | The usual. |
commit | commitdiff | tree | snapshot |
1996-12-06 |
Guido van Rossum | Test for sys/file.h. |
commit | commitdiff | tree | snapshot |
1996-12-06 |
Guido van Rossum | Add extern decl of ftime() to make gcc -Wall happy. |
commit | commitdiff | tree | snapshot |
1996-12-06 |
Guido van Rossum | Fix core dump from pow(x,y,0). |
commit | commitdiff | tree | snapshot |
1996-12-06 |
Fred Drake | (Makefile): Added sym links for each manual, i.e.... |
commit | commitdiff | tree | snapshot |
1996-12-06 |
Fred Drake | (Makefile): The sed hack is needed for all 3 manuals... |
commit | commitdiff | tree | snapshot |
1996-12-06 |
Fred Drake | (Makefile): Rip out old partparse.py / texi2html.py... |
commit | commitdiff | tree | snapshot |
1996-12-06 |
Fred Drake | (myformat.perl): Don't italicize the '[]' characters... |
commit | commitdiff | tree | snapshot |
1996-12-06 |
Fred Drake | (.latex2html-init): Restore one setting to the default... |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | Keep gcc -Wall happy. |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | Add case for 'R' and a little bit of cleanup. Andrew... |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | Jim F's brainchild |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | Fix bad format char in error msg (%s should be %d). |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | Keep gcc -Wall happy. |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | Support __complex__ method on instances, for complex... |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | Change the Don Beaudry hack into the Don B + Jim F... |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | Some extra flags that an HPUX user wants me to add. |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | Tentative changes to make this work better on 64-bit... |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Fred Drake | (libparser.tex): Added note that the line number for... |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | More stale info. |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | New URL for Swiss ftp mirror. |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | Make gcc -Wall happy |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | Fix newlongobject so it will work for 64-bit as well... |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | Experimental new implementation of dictionary compariso... |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | Make gcc -Wall happy. |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | Better implementation of PyCObject_AsVoidPtr(). |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | Yet more elaborate message for exception in __del__. |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | Added missing PySequence_List. |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | Added missing for PySequence_List. |
commit | commitdiff | tree | snapshot |
1996-12-05 |
Guido van Rossum | Correct typo -- repeat implements *, not +. |
commit | commitdiff | tree | snapshot |
1996-12-04 |
Barry Warsaw | Describe the new Unpacker.get_buffer() method. |
commit | commitdiff | tree | snapshot |
1996-12-04 |
Barry Warsaw | Unpacker.get_buffer(): new method to access the interna... |
commit | commitdiff | tree | snapshot |
1996-12-02 |
Guido van Rossum | Make gcc -Wall happy |
commit | commitdiff | tree | snapshot |
1996-12-02 |
Guido van Rossum | Added [nh]to[hn][sl](). |
commit | commitdiff | tree | snapshot |
1996-11-27 |
Guido van Rossum | Added .ilg (makeindex logfile) |
commit | commitdiff | tree | snapshot |
1996-11-27 |
Guido van Rossum | Added some more turd files we can't avoid: .MIF, .ps... |
commit | commitdiff | tree | snapshot |
1996-11-27 |
Guido van Rossum | /usr/local/bin/python -> /usr/bin/env python |
commit | commitdiff | tree | snapshot |
1996-11-27 |
Guido van Rossum | Webmaker instructions |
commit | commitdiff | tree | snapshot |
1996-11-27 |
Guido van Rossum | Script to write MIF files from ref*.{book,doc} |
commit | commitdiff | tree | snapshot |
1996-11-27 |
Guido van Rossum | Pass self as master to Entry() widget constructor. |
commit | commitdiff | tree | snapshot |
1996-11-27 |
Guido van Rossum | Changed so that it replaces /usr/local/bin/python with... |
commit | commitdiff | tree | snapshot |
1996-11-27 |
Guido van Rossum | Changed logic so it now replaces anything that has... |
commit | commitdiff | tree | snapshot |
1996-11-27 |
Guido van Rossum | Script to fix cprt notice |
commit | commitdiff | tree | snapshot |
1996-11-27 |
Guido van Rossum | Added safeguard against failure in __del__. |
commit | commitdiff | tree | snapshot |
1996-11-27 |
Guido van Rossum | Added note about "boot" implying "clobber". |
commit | commitdiff | tree | snapshot |
1996-11-27 |
Guido van Rossum | Corrected *noconfig* to be *shared*; added cc: vlad... |
commit | commitdiff | tree | snapshot |
1996-11-27 |
Guido van Rossum | monty -> grail in Grail URL. |
commit | commitdiff | tree | snapshot |
1996-11-21 |
Guido van Rossum | Upgraded new.function() contributed by Tommy. Also... |
commit | commitdiff | tree | snapshot |
1996-11-20 |
Guido van Rossum | Added ALL='all'. |
commit | commitdiff | tree | snapshot |
1996-11-20 |
Guido van Rossum | Turn leading minus sign into underscore for image widge... |
commit | commitdiff | tree | snapshot |
1996-11-20 |
Guido van Rossum | Added support for timezone in date field. getdate_tz... |
commit | commitdiff | tree | snapshot |
1996-11-20 |
Guido van Rossum | When re-raising an exception raised by a module used... |
commit | commitdiff | tree | snapshot |
1996-11-20 |
Barry Warsaw | Removed the USA'isms that aren't really true |
commit | commitdiff | tree | snapshot |
1996-11-20 |
Jack Jansen | Added reference to pdf documentation and bbpy, correctl... |
commit | commitdiff | tree | snapshot |
1996-11-20 |
Barry Warsaw | /usr/bin/env is slightly more portable |
commit | commitdiff | tree | snapshot |
1996-11-20 |
Barry Warsaw | Added a few meta info |
commit | commitdiff | tree | snapshot |
1996-11-20 |
Jack Jansen | Added reference to pdf documentation and bbpy, correctl... |
commit | commitdiff | tree | snapshot |
1996-11-20 |
Jack Jansen | Fixed FSSpec->pathname code to add colon if the fsspec... |
commit | commitdiff | tree | snapshot |
1996-11-20 |
Jack Jansen | Fixed bundle to allow any object (file, folder, disk... |
commit | commitdiff | tree | snapshot |
1996-11-20 |
Jack Jansen | Fixed to allow sys.path initializer to be longer than... |
commit | commitdiff | tree | snapshot |
1996-11-19 |
Barry Warsaw | Output original address |
commit | commitdiff | tree | snapshot |
1996-11-18 |
Barry Warsaw | Updated country codes as per ISO3166 10-Feb-1994 |
commit | commitdiff | tree | snapshot |
1996-11-18 |
Barry Warsaw | implementation complete. need to update country codes |
commit | commitdiff | tree | snapshot |
1996-11-18 |
Barry Warsaw | Added `ru' --> Russia |
commit | commitdiff | tree | snapshot |
1996-11-18 |
Barry Warsaw | A rewrite for better Python-ish style |
commit | commitdiff | tree | snapshot |
next |