1997-01-13 |
Barry Warsaw | initthread(): Removed extraneous Py_INCREF(ThreadError) |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Barry Warsaw | Catch sunaudiodev.error on open() and re-raise TestFail... |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Barry Warsaw | Oops, remove debugging statements |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Barry Warsaw | A slightly better test of sunaudiodev module. Include... |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Barry Warsaw | Rewrite the `hostname mismatch' test as per GvR suggestion. |
commit | commitdiff | tree | snapshot |
1997-01-12 |
Guido van Rossum | Skip empty paths read from the registry. |
commit | commitdiff | tree | snapshot |
1997-01-12 |
Guido van Rossum | Fix leak involving BuildValue("...O..."). |
commit | commitdiff | tree | snapshot |
1997-01-12 |
Guido van Rossum | Changed hex() and oct() again, to never emit a '-'... |
commit | commitdiff | tree | snapshot |
1997-01-11 |
Guido van Rossum | Add the Lib/MACHDEP subdir to TESTPATH. |
commit | commitdiff | tree | snapshot |
1997-01-11 |
Guido van Rossum | Add entries for cStringIO and cPickle |
commit | commitdiff | tree | snapshot |
1997-01-11 |
Guido van Rossum | On Windows, -u implies binary mode for stdin/stdout |
commit | commitdiff | tree | snapshot |
1997-01-11 |
Guido van Rossum | New, better hash for floating point and complex |
commit | commitdiff | tree | snapshot |
1997-01-11 |
Guido van Rossum | Use new struct which supports standardized sizes |
commit | commitdiff | tree | snapshot |
1997-01-11 |
Guido van Rossum | Add __len__ method |
commit | commitdiff | tree | snapshot |
1997-01-11 |
Guido van Rossum | Use newer struct, which handles unsigned long right |
commit | commitdiff | tree | snapshot |
1997-01-11 |
Guido van Rossum | Added warning that gethostname() doesn't always return... |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Barry Warsaw | The usual return-value and memory management checks... |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Fred Drake | (ftplib.py): Added parse150() function and FTP.ntransf... |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Guido van Rossum | Subtle change to hex/oct formatting so the largest... |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Jack Jansen | Return preferences of unknown type as opaque data |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Jack Jansen | Minor fix to get non-gusi python to compile again |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Jack Jansen | Mac-specific version of getmtime (for non-GUSI Python... |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Fred Drake | (Tkinter.py): Add support for Frame(w, class_="classna... |
commit | commitdiff | tree | snapshot |
1997-01-09 |
Barry Warsaw | Formatting changes, plus memory management in initsyslog() |
commit | commitdiff | tree | snapshot |
1997-01-09 |
Barry Warsaw | initsignal(): Py_DECREFs really should be Py_XDECREFs... |
commit | commitdiff | tree | snapshot |
1997-01-09 |
Barry Warsaw | Plugged a couple of potential return value problems... |
commit | commitdiff | tree | snapshot |
1997-01-09 |
Barry Warsaw | Primarily formatting changes, but I also plugged a... |
commit | commitdiff | tree | snapshot |
1997-01-09 |
Barry Warsaw | Nailed a couple of memory leaks, caught by Purify. |
commit | commitdiff | tree | snapshot |
1997-01-09 |
Jack Jansen | High-level interface to Internet Config |
commit | commitdiff | tree | snapshot |
1997-01-07 |
Barry Warsaw | Test of the sunaudiodev module -- it simply plays a... |
commit | commitdiff | tree | snapshot |
1997-01-07 |
Barry Warsaw | Added an os._exit(0) in the parent so we don't have... |
commit | commitdiff | tree | snapshot |
1997-01-07 |
Jack Jansen | Added icglue modules and (optionally) NumPy and PIL... |
commit | commitdiff | tree | snapshot |
1997-01-07 |
Jack Jansen | - Added optional profiling support |
commit | commitdiff | tree | snapshot |
1997-01-07 |
Jack Jansen | Added profiler initialization/finalization code (if... |
commit | commitdiff | tree | snapshot |
1997-01-07 |
Jack Jansen | Low-level interface to Internet Config (to be augmented... |
commit | commitdiff | tree | snapshot |
1997-01-07 |
Jack Jansen | Minimal test of icglue module |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Guido van Rossum | Document that sys.builtin_module_names is now a tuple. |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Guido van Rossum | cPickle, version 0.1. |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Guido van Rossum | Jim's latest version. |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Guido van Rossum | Check for duplicate keyword arguments at compile time. |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Guido van Rossum | Make builtin_module_names a tuple instead of a list. |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Guido van Rossum | Fix overflow test for multiply to catch some cases... |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Guido van Rossum | Jim's latest version |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Barry Warsaw | New strop_joinfields implementation, highly optimized... |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Barry Warsaw | New output file for strop test |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Barry Warsaw | Added a couple of strop.join() tests for large lists... |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Barry Warsaw | added PyTuple_GET_SIZE macro |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Barry Warsaw | added PyString_GET_SIZE macro |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Barry Warsaw | added PyList_GET_SIZE macro |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Guido van Rossum | Rewrote translate() as follows: |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Barry Warsaw | strop_upper(), strop_lower(): shared code version cause... |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Guido van Rossum | Fix the following bug: |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Roger E. Masse | Renamed but not well tested. |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Roger E. Masse | This is a very inobstrusive test for the existance... |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Roger E. Masse | Output file for test_cd.py |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Barry Warsaw | Several changes: |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Guido van Rossum | Some small changes. |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Roger E. Masse | Renamed, but not throughly tested. |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Roger E. Masse | Output file for test_al.py |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Roger E. Masse | This is a very inobstrusive test for the existance... |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Roger E. Masse | Renamed, but untested. |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Guido van Rossum | Added PyLong*UnsignedLong and PyCobject interfaces. |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Barry Warsaw | very minor typo |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Barry Warsaw | Output of socket module test. |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Barry Warsaw | Test of the socket module. The following functions... |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Roger E. Masse | Renamed, reindented. (was already partially complete) |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Guido van Rossum | 'I' and 'L' now always return a Python long. |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Guido van Rossum | Added unsigned data formats (B, H, I, L). |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Roger E. Masse | Updated to include the verbose flag from test_support |
commit | commitdiff | tree | snapshot |
1997-01-03 |
Guido van Rossum | Add new formats B, H, I, L for unsigned data types... |
commit | commitdiff | tree | snapshot |
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 |
next |