1997-01-22 |
Guido van Rossum | Fix splitext() to go up to the last dot, not the first. |
commit | commitdiff | tree | snapshot |
1997-01-21 |
Guido van Rossum | Avoid traceback in selection_own_get() when no Tk widge... |
commit | commitdiff | tree | snapshot |
1997-01-21 |
Guido van Rossum | Darn. Updated version number for configure.in. |
commit | commitdiff | tree | snapshot |
1997-01-21 |
Guido van Rossum | Let --with-threads be an alias for --with-thread. |
commit | commitdiff | tree | snapshot |
1997-01-21 |
Guido van Rossum | Kill all local variables on function return. This... |
commit | commitdiff | tree | snapshot |
1997-01-21 |
Guido van Rossum | Don't use static buffers internally for formatstring(). |
commit | commitdiff | tree | snapshot |
1997-01-21 |
Guido van Rossum | Only call sigcheck() at the ticker code if we don't... |
commit | commitdiff | tree | snapshot |
1997-01-21 |
Guido van Rossum | Arrange for PyErr_CheckSignals() to be called via Py_Ad... |
commit | commitdiff | tree | snapshot |
1997-01-21 |
Guido van Rossum | In the Unix version, arrange for sigcheck() to be calle... |
commit | commitdiff | tree | snapshot |
1997-01-21 |
Guido van Rossum | Cleanup: |
commit | commitdiff | tree | snapshot |
1997-01-20 |
Guido van Rossum | get build info from elsewhere |
commit | commitdiff | tree | snapshot |
1997-01-20 |
Guido van Rossum | work build# into version string |
commit | commitdiff | tree | snapshot |
1997-01-20 |
Guido van Rossum | Bugfix: remove ref to fast before it's defined. |
commit | commitdiff | tree | snapshot |
1997-01-20 |
Guido van Rossum | Changes for frame object speedup: |
commit | commitdiff | tree | snapshot |
1997-01-20 |
Guido van Rossum | Changes that appear to give another 12% speedup. |
commit | commitdiff | tree | snapshot |
1997-01-20 |
Guido van Rossum | New lay-out of frame object, for fewer mallocs. |
commit | commitdiff | tree | snapshot |
1997-01-18 |
Guido van Rossum | Remove unused variable. |
commit | commitdiff | tree | snapshot |
1997-01-18 |
Guido van Rossum | Intern the string "__complex__". |
commit | commitdiff | tree | snapshot |
1997-01-18 |
Guido van Rossum | Intern all names and varnames in newcodeobject(), plus... |
commit | commitdiff | tree | snapshot |
1997-01-18 |
Guido van Rossum | Intern the various string objects created to speed... |
commit | commitdiff | tree | snapshot |
1997-01-18 |
Guido van Rossum | Intern the strings "__builtins__". |
commit | commitdiff | tree | snapshot |
1997-01-18 |
Guido van Rossum | Intern the strings created in getattr() and setattr(). |
commit | commitdiff | tree | snapshot |
1997-01-18 |
Guido van Rossum | String interning. |
commit | commitdiff | tree | snapshot |
1997-01-18 |
Guido van Rossum | Bump API version due to the various speedup hacks. |
commit | commitdiff | tree | snapshot |
1997-01-18 |
Guido van Rossum | Two speedup hacks. Caching the hash saves recalculatio... |
commit | commitdiff | tree | snapshot |
1997-01-18 |
Guido van Rossum | Add "if (x != NULL) continue;" (or similar for err... |
commit | commitdiff | tree | snapshot |
1997-01-18 |
Guido van Rossum | Version 1.1. Fix memory leak and expensive comparison... |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Guido van Rossum | Fix the _setmode() patch for MS_WINDOWS: include <fcntl... |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Guido van Rossum | Remove obsolete PyFrame_ExtendStack. |
commit | commitdiff | tree | snapshot |
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 |
next |