1997-01-17 |
Guido van Rossum | Removed accessobject.c from file list. |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Guido van Rossum | Add stacksize argument to new.code(). |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Guido van Rossum | Comment out extend_stack() -- it is no longer needed. |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Guido van Rossum | Marshal the new stacksize item in code objects. |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Guido van Rossum | Working semaphore implementation by Sjoerd. |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Guido van Rossum | New MAGIC number (code objects have one more item when... |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Guido van Rossum | Use the stack size from the code object and the CO_MAXB... |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Guido van Rossum | Add co_stacksize field to codeobject structure, and... |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Guido van Rossum | Add co_stacksize field to codeobject structure, and... |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Guido van Rossum | Of course, when the type of the argument to dis() is... |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Guido van Rossum | More user friedly interface: |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Roger E. Masse | Added Sjoerd's submitted 'ratecv' method. Made correct... |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Guido van Rossum | Make as sure as we can that the forked child does not... |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Roger E. Masse | Renamed, but not tested. Guido will you try your test... |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Roger E. Masse | Renamed. |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Roger E. Masse | Test output for the SGI cl C module test script. |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Roger E. Masse | Lame test script for the SGI cl C module. |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Barry Warsaw | (puremodule.c): New module which exports the Purify... |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Barry Warsaw | README file for hints on Purify'ing or Quantify'ing... |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Roger E. Masse | Already renamed. Indented. |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Roger E. Masse | Output from test script for the bsddb C extension module. |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Roger E. Masse | Test script for the bsddb C extension module. |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Guido van Rossum | Rewrote lookmapping() according to suggestions by Jyrki... |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Roger E. Masse | Minor output message change |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Guido van Rossum | Merge several mods: |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Roger E. Masse | Renamed. |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Roger E. Masse | As per GvR recomendations, remove the restriction that... |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Barry Warsaw | set_key(): Use Py_CHARMASK macro to get the character... |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Roger E. Masse | test output for the binascii C module test script. |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Roger E. Masse | test script for the binascii C module. |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Barry Warsaw | reformatted |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Barry Warsaw | test is no longer needed |
commit | commitdiff | tree | snapshot |
1997-01-15 |
Roger E. Masse | Opps. Added tests for the last two methods that were... |
commit | commitdiff | tree | snapshot |
1997-01-15 |
Roger E. Masse | Modified to use 'rgbimg' instead of the SGI specific... |
commit | commitdiff | tree | snapshot |
1997-01-15 |
Guido van Rossum | Irix 6 specific files -- thanks Sjoerd! |
commit | commitdiff | tree | snapshot |
1997-01-15 |
Jack Jansen | "ported" Guido's embedding demo to the mac, and wrote... |
commit | commitdiff | tree | snapshot |
1997-01-15 |
Jack Jansen | Added PyMac_Initialize() routine, to be used by embeddi... |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Guido van Rossum | Describe new ("unsigned") behavior of hex() and oct(). |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Barry Warsaw | Removed _xdr module |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Barry Warsaw | test(): close the pipe, just to shut up Purify. |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Barry Warsaw | Eliminated gcc -Wall complaints: |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Barry Warsaw | Quieted gcc -Wall by removing unused local variables. |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Barry Warsaw | Quieted gcc -Wall by removing unused local variables. |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Barry Warsaw | Formatting. |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Barry Warsaw | Obsolete, now that xdrlib.py uses the new-and-improved... |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Barry Warsaw | Raise ConversionError instances the new fangled way... |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Guido van Rossum | Increased buffer sizes used by hex() and oct() -- on... |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Barry Warsaw | Output for test of the timing module |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Barry Warsaw | Test of the timing module |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Barry Warsaw | Renamed. |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Barry Warsaw | Use the new regrtest harness |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Barry Warsaw | Formatting, and minor error detection |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Barry Warsaw | updated the hex(-16) test since hex() of a signed liter... |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Barry Warsaw | updated the oct(-100) test since oct() of a signed... |
commit | commitdiff | tree | snapshot |
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 |
next |