| Commit message (Expand) | Author | Age | Files | Lines |
* | Mass checkin of universal newline support. | Jack Jansen | 2002-04-14 | 1 | -3/+3 |
|
|
* | Got rid of ifdefs for long-obsolete GUSI versions. | Jack Jansen | 2002-04-11 | 1 | -21/+0 |
|
|
* | is_builtin() is not a Boolean -- it can return -1, 0, 1. [SF #541652] | Guido van Rossum | 2002-04-09 | 1 | -1/+1 |
|
|
* | Return bools from functions named is_<whatever>(). | Guido van Rossum | 2002-04-07 | 1 | -4/+4 |
|
|
* | Use symbolic METH_VARARGS instead of 1 for ml_flags | Neal Norwitz | 2002-03-31 | 1 | -16/+16 |
|
|
* | Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols. | Tim Peters | 2002-03-29 | 1 | -2/+0 |
|
|
* | OS/2 EMX port changes (Python part of patch #450267): | Andrew MacIntyre | 2002-02-26 | 1 | -0/+76 |
|
|
* | Fix to the UTF-8 encoder: it failed on 0-length input strings. | Marc-André Lemburg | 2002-02-07 | 1 | -1/+20 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -4/+0 |
|
|
* | Since the MAGIC number scheme is going to break on January 1st, document | Tim Peters | 2001-11-18 | 1 | -4/+16 |
|
|
* | On the macintosh don't take a quick exit in find_module() for frozen submodul... | Jack Jansen | 2001-10-30 | 1 | -0/+8 |
|
|
* | Use PyDict_Copy() and PyDict_Update() instead of using PyObject_CallMethod() | Fred Drake | 2001-10-25 | 1 | -5/+3 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -7/+31 |
|
|
* | First part of SF patch #416704: More robust freeze, by Toby Dickenson. | Guido van Rossum | 2001-10-18 | 1 | -5/+23 |
|
|
* | Remove a couple of unused local variables (bug #445960, compiler warnings | Greg Ward | 2001-10-04 | 1 | -4/+2 |
|
|
* | Add a new function imp.lock_held(), and use it to skip test_threaded_import | Tim Peters | 2001-08-30 | 1 | -0/+19 |
|
|
* | Fixed typo in comment leading up to _PyImport_FixupExtension(). | Barry Warsaw | 2001-08-13 | 1 | -1/+1 |
|
|
* | Put conditional S_IFMT definition into pyport.h. | Martin v. Löwis | 2001-08-08 | 1 | -5/+0 |
|
|
* | Put conditional S_ISDIR definition(s) into pyport.h. | Martin v. Löwis | 2001-08-08 | 1 | -4/+0 |
|
|
* | Derived from SF patch #446899 Permit import of .pyw under Windows, from | Tim Peters | 2001-08-04 | 1 | -5/+14 |
|
|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -2/+5 |
|
|
* | Add -E command line switch (ignore environment variables like PYTHONHOME | Neil Schemenauer | 2001-07-23 | 1 | -4/+4 |
|
|
* | SF Patch #441791, with changes: when "import foo.bar" fails with an | Guido van Rossum | 2001-07-23 | 1 | -4/+16 |
|
|
* | SF bug #438295: [Windows] __init__.py cause strange behavior | Tim Peters | 2001-07-05 | 1 | -11/+28 |
|
|
* | SF bug #417093: Case sensitive import: dir and .py file w/ same name | Tim Peters | 2001-04-29 | 1 | -8/+5 |
|
|
* | Iterators phase 1. This comprises: | Guido van Rossum | 2001-04-20 | 1 | -1/+1 |
|
|
* | split long line | Jeremy Hylton | 2001-04-13 | 1 | -1/+2 |
|
|
* | 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 |
|
|