| Commit message (Expand) | Author | Age | Files | Lines |
* | Case-checking was broken on the Macintosh. Fixed. | Jack Jansen | 2001-03-20 | 1 | -3/+2 |
|
|
* | Add some spaces around the "=" in assignments. | Fred Drake | 2001-03-06 | 1 | -2/+2 |
|
|
* | RISCOS changes by dschwertberger. | Guido van Rossum | 2001-03-02 | 1 | -0/+58 |
|
|
* | Thanks to Steven Majewski, finally putting MacOS X imports to bed for 2.1b1. | Tim Peters | 2001-03-02 | 1 | -9/+3 |
|
|
* | More MacOSX fiddling. As noted in a comment, I believe all variations | Tim Peters | 2001-03-01 | 1 | -18/+37 |
|
|
* | More fiddling w/ the new-fangled Mac import code. | Tim Peters | 2001-03-01 | 1 | -5/+9 |
|
|
* | Suppress a compiler warning under OpenVMS; time_t is unsigned on (at least) | Fred Drake | 2001-03-01 | 1 | -2/+2 |
|
|
* | Remove extra close curly in code #ifdef'ed out on my box. | Tim Peters | 2001-03-01 | 1 | -1/+0 |
|
|
* | In Steven's apparent absence, check in *something* with a non-zero chance | Tim Peters | 2001-03-01 | 1 | -35/+40 |
|
|
* | Ack -- my eyes are getting bleary. Typos in the comment typo repairs. | Tim Peters | 2001-02-28 | 1 | -1/+1 |
|
|
* | Comment typos. | Tim Peters | 2001-02-28 | 1 | -2/+2 |
|
|
* | Implement PEP 235: Import on Case-Insensitive Platforms. | Tim Peters | 2001-02-28 | 1 | -138/+87 |
|
|
* | The code in PyImport_Import() tried to save itself a bit of work and | Guido van Rossum | 2001-02-20 | 1 | -13/+7 |
|
|
* | This modified version of a patch by Thomas Heller allows __import__ | Marc-André Lemburg | 2001-02-09 | 1 | -8/+9 |
|
|
* | bump the magic number; the compiler has changed since 2.1a1 | Jeremy Hylton | 2001-02-02 | 1 | -1/+1 |
|
|
* | Steve Majewski's patch #103495, MatchFilename() and find_module() | Barry Warsaw | 2001-02-02 | 1 | -0/+53 |
|
|
* | It's unclear whether PyMarshal_XXX() are part of the public or private API. | Tim Peters | 2001-01-28 | 1 | -1/+1 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 1 | -1/+1 |
|
|
* | 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 |
|
|