| Commit message (Expand) | Author | Age | Files | Lines |
* | Move distributed and duplicated config for stat() and fstat() into pyport.h. | Tim Peters | 2001-01-18 | 1 | -19/+0 |
|
|
* | SF Patch #103154 by jlt63: Cygwin Check Import Case Patch. | Guido van Rossum | 2001-01-10 | 1 | -1/+13 |
|
|
* | Rip out DOS-8x3 support. | Guido van Rossum | 2000-11-13 | 1 | -17/+2 |
|
|
* | _PyImport_Fini(): Closed small memory leak when an embedded app calls | Barry Warsaw | 2000-10-03 | 1 | -0/+2 |
|
|
* | The 2.0b2 change to write .pyc files in exclusive mode (if possible) | Tim Peters | 2000-09-29 | 1 | -1/+6 |
|
|
* | On Unix, use O_EXCL when creating the .pyc/.pyo files, to avoid a race condition | Guido van Rossum | 2000-09-20 | 1 | -1/+31 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Replace the run-time 'future-bytecode-stream-inspection' hack to find out | Thomas Wouters | 2000-08-27 | 1 | -2/+2 |
|
|
* | Support for three-token characters (**=, >>=, <<=) which was written by | Thomas Wouters | 2000-08-24 | 1 | -1/+1 |
|
|
* | Thomas reminds me to bump the MAGIC number for the extended print | Barry Warsaw | 2000-08-21 | 1 | -1/+1 |
|
|
* | Apply SF patch #101135, adding 'import module as m' and 'from module import | Thomas Wouters | 2000-08-17 | 1 | -1/+1 |
|
|
* | Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they | Thomas Wouters | 2000-08-11 | 1 | -1/+1 |
|
|
* | Oops. One of last nights ANSIfication patches accidentily upped the bytecode | Thomas Wouters | 2000-07-23 | 1 | -1/+1 |
|
|
* | ANSIfy as many declarations as possible. | Thomas Wouters | 2000-07-22 | 1 | -1/+2 |
|
|
* | Mass ANSIfication of function definitions. Doesn't cover all 'extern' | Thomas Wouters | 2000-07-22 | 1 | -179/+69 |
|
|
* | 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 |
|
|