1997-01-30 |
Guido van Rossum | Basic README file |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Guido van Rossum | Added robots.txt support, using Skip Montanaro's parser. |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Guido van Rossum | Skip Montanaro's robots.txt parser. |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Guido van Rossum | web tree checker |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Guido van Rossum | mime types guesser |
commit | commitdiff | tree | snapshot |
1997-01-29 |
Guido van Rossum | Did nobody ever notice that "make test" didn't print... |
commit | commitdiff | tree | snapshot |
1997-01-29 |
Guido van Rossum | Small lookmapping nits: |
commit | commitdiff | tree | snapshot |
1997-01-29 |
Barry Warsaw | posix_execve(): Accept any mapping protocol object... |
commit | commitdiff | tree | snapshot |
1997-01-29 |
Guido van Rossum | Fix bug reported by Per Lindqvist: "%#06x" % 1 stuck... |
commit | commitdiff | tree | snapshot |
1997-01-29 |
Guido van Rossum | Final three poly table entries corrected by Tim Peters. |
commit | commitdiff | tree | snapshot |
1997-01-28 |
Guido van Rossum | Change bsddbmodule.o -> bsddbmodule.c. |
commit | commitdiff | tree | snapshot |
1997-01-28 |
Guido van Rossum | Added LDLAST variable, substituted by configure script... |
commit | commitdiff | tree | snapshot |
1997-01-28 |
Guido van Rossum | Changed the lookup algorithm again, based on Reimer... |
commit | commitdiff | tree | snapshot |
1997-01-27 |
Guido van Rossum | Two small changes: |
commit | commitdiff | tree | snapshot |
1997-01-27 |
Guido van Rossum | new.code() has grown another foot, eh, another two... |
commit | commitdiff | tree | snapshot |
1997-01-27 |
Guido van Rossum | Plug a leak with calling something other than a functio... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | Patches for (two forms of) optional dynamic execution... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | Change the control flow for error handling in the funct... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | Added optional interface for dynamic execution profile... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | Get the line number from PyCode_Addr2Line instead of... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | When a recycled frame has more local+stack slots than... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | Two more arguments to newcodeobject -- first lineno... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | New magin number (because of linenumber table). |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | Marshal the line number table of code objects. |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | Instead of emitting SET_LINENO instructions, generate... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | Add co_firstlineno and co_lnotab, for the line number... |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Guido van Rossum | Initialize the ob_type field of PyAST_Type dynamically (in |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Guido van Rossum | Forget keeping track of whether a dictionary contains... |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | Various notes added: |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | A number of new symbols have appeared (courtesy autocon... |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | Add --with-dec-threads, for DEL Alpha, which requires... |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | Added PyCObject_Import. |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Fred Drake | (libparser.tex): Fix typo found by Mark Hammond. |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | Bump version to 1.5a1. |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | Bump install version to 1.5. |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | Remove GetOwner, add GetBuildInfo... |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | Added getbuildinfo.c to the project. |
commit | commitdiff | tree | snapshot |
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 |
next |