| Commit message (Expand) | Author | Age | Files | Lines |
* | Include macglue.h for some function prototypes, and renamed a few | Jack Jansen | 2000-07-11 | 1 | -1/+1 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -16/+14 |
|
|
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 1 | -2/+3 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 1 | -13/+31 |
|
|
* | another typo caught by Rob Hooft | Jeremy Hylton | 2000-06-30 | 1 | -1/+1 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -9/+7 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-05-01 | 1 | -8/+20 |
|
|
* | Robin Becker: The following patch seems to fix a module case bug in | Guido van Rossum | 2000-05-01 | 1 | -4/+4 |
|
|
* | As Marc-Andre Lemburg points out, the magic number needs to change | Guido van Rossum | 2000-04-28 | 1 | -1/+1 |
|
|
* | Jack Jansen: The new version of the GUSI i/o library on the Macintosh | Guido van Rossum | 2000-04-24 | 1 | -2/+2 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -15/+15 |
|
|
* | Cleanup patches from Greg Stein: | Guido van Rossum | 1999-12-22 | 1 | -0/+8 |
|
|
* | In _PyImport_Init(), dynamically construct the table of legal suffixes | Guido van Rossum | 1999-12-20 | 1 | -5/+33 |
|
|
* | Changes by Mark Hammond for Windows CE. Mostly of the form | Guido van Rossum | 1999-04-07 | 1 | -0/+4 |
|
|
* | PyImport_ReloadModule(): Nailed a small memory leak. In the | Barry Warsaw | 1999-01-27 | 1 | -0/+1 |
|
|
* | Improve comment for PyImport_Import() as suggested by Bill Tutt. | Guido van Rossum | 1998-12-21 | 1 | -1/+4 |
|
|
* | Thanks to Chris Herborth, the thread primitives now have proper Py* | Guido van Rossum | 1998-12-21 | 1 | -7/+7 |
|
|
* | Jim Fulton writes: | Guido van Rossum | 1998-10-22 | 1 | -0/+1 |
|
|
* | Replace fprintf(stderr, ...) with PySys_WriteStderr(...). | Guido van Rossum | 1998-10-12 | 1 | -22/+22 |
|
|
* | Renamed thread.h to pythread.h. | Guido van Rossum | 1998-10-01 | 1 | -1/+1 |
|
|
* | While scalling sys.modules, skip entries that don't have string keys, | Guido van Rossum | 1998-10-01 | 1 | -4/+4 |
|
|
* | Mac-specific mod to enable aliases on import paths. | Guido van Rossum | 1998-09-14 | 1 | -9/+26 |
|
|
* | __file__ used to be always set to the .pyc (or .pyo) file, even if | Guido van Rossum | 1998-08-25 | 1 | -1/+2 |
|
|
* | Patch by Just van Rossum that changes how we search for submodules of | Guido van Rossum | 1998-08-11 | 1 | -19/+20 |
|
|
* | Added handling for Mac code resource modules (Jack Jansen). | Guido van Rossum | 1998-08-06 | 1 | -0/+10 |
|
|
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 1 | -1/+1 |
|
|
* | Fix two smal memory leaks discovered by Vadim Chugunov. | Guido van Rossum | 1998-07-01 | 1 | -3/+2 |
|
|
* | Ignore Windows case check for ALL CAPS 8.3 files | Guido van Rossum | 1998-06-24 | 1 | -1/+39 |
|
|
* | Fix a curious bug: statements like "import sys.time" would succeed, | Guido van Rossum | 1998-05-19 | 1 | -3/+10 |
|
|
* | New APIs for embedding applications that want to add their own entries | Guido van Rossum | 1998-05-14 | 1 | -0/+58 |
|
|
* | Reject empty module names -- otherwise __import__("") does something | Guido van Rossum | 1998-04-11 | 1 | -0/+5 |
|
|
* | Comment out a label on an #endif. | Guido van Rossum | 1998-04-10 | 1 | -1/+1 |
|
|
* | Address warnings issued by the MSVC++ compiler | Guido van Rossum | 1998-04-10 | 1 | -1/+1 |
|
|
* | Support for frozen packages, matching the revamped Tools/freeze. | Guido van Rossum | 1998-03-05 | 1 | -14/+60 |
|
|
* | Oops -- overuse of dabbrev-expand introduced a strange bug, where | Guido van Rossum | 1998-03-03 | 1 | -1/+1 |
|
|
* | Add a single Python-wide (!) lock on import. Only one thread at a | Guido van Rossum | 1998-03-03 | 1 | -8/+71 |
|
|
* | Moved clear_carefully() to _PyModule_Clear() in moduleobject.c | Guido van Rossum | 1998-02-19 | 1 | -69/+31 |
|
|
* | Small patches to the DJGPP version of check_case(). | Guido van Rossum | 1998-02-18 | 1 | -1/+3 |
|
|
* | Added DJGPP version of check_case(), by Pit Scrorpion (Hans Nowak). | Guido van Rossum | 1998-02-13 | 1 | -0/+28 |
|
|
* | Add case checking feature on import. | Guido van Rossum | 1998-02-13 | 1 | -1/+78 |
|
|
* | Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to | Guido van Rossum | 1998-02-11 | 1 | -5/+25 |
|
|
* | Two more refinements of the cleanup process. | Guido van Rossum | 1998-02-06 | 1 | -3/+52 |
|
|
* | Rewritten PyImport_Cleanup() and its helper, clear_carefully(). They | Guido van Rossum | 1998-01-19 | 1 | -12/+98 |
|
|
* | Oops! Should've renamed dos_8x3 to dos-8x3 here, too. | Guido van Rossum | 1997-12-17 | 1 | -3/+3 |
|
|
* | Jeff Rush: add definition for S_IFMT for VisualAge C/C++ under OS2. | Guido van Rossum | 1997-12-05 | 1 | -0/+5 |
|
|
* | New policy for package imports: only a directory containing | Guido van Rossum | 1997-10-31 | 1 | -2/+38 |
|
|
* | Instead of using _PyImport_Inittab[] directly, use the new "official" | Guido van Rossum | 1997-10-31 | 1 | -4/+8 |
|
|
* | Moved mac-specific speedup to a different place (Jack) | Guido van Rossum | 1997-10-08 | 1 | -5/+5 |
|
|