530 Commits (6dbca367dceda3999979bdc3cdcfdb201f40d044)

Author SHA1 Message Date
Walter Dörwald f0dfc7ac5c Fix a bunch of typos in documentation, docstrings and comments. 23 years ago
Jason Tishler 6bc06eca70 Bug #794140: cygwin builds do not embed 23 years ago
Fred Drake 1e5fc55c4d - fix typo 23 years ago
Neil Schemenauer 00b0966f20 Don't use the module object setattr when importing submodules. Instead, 23 years ago
Neal Norwitz a11e4c13b1 SF patch #708201, unchecked return value in import.c by Jason Harper 23 years ago
Neal Norwitz 08ea61ad45 Remove PyArg_ParseTuple() for methods which take no args, 23 years ago
Neal Norwitz 2294c0d4ec Cleanup from patch #683257: 23 years ago
Guido van Rossum c4f4ca91e1 Provide access to the import lock, fixing SF bug #580952. This is 23 years ago
Jack Jansen 9363dca3f8 MacPython-OS9 specific fix: If there are non-string items on sys.path don't try to intern them. This has the theoretical problem that resource filenames on sys.path cannot be unicode objects, but in practice that shouldn't matter. 23 years ago
Just van Rossum 52e14d640b PEP 302 + zipimport: 24 years ago
Just van Rossum 8982595870 Backing out patch #642578 in anticipation of final acceptance of PEP 302. 24 years ago
Jack Jansen 72f3b7a5de Added missing casts. 24 years ago
Martin v. Löwis 79acb9edfa Patch #614055: Support OpenVMS. 24 years ago
Just van Rossum 3eb166b49b Slightly improved version of patch #642578: "Expose PyImport_FrozenModules 24 years ago
Guido van Rossum f689492070 Because MWH changed the bytecode again, moved the magic number *back* 24 years ago
Michael W. Hudson dd32a91cc0 This is my patch 24 years ago
Martin v. Löwis 6238d2b024 Patch #569753: Remove support for WIN16. 24 years ago
Walter Dörwald 3430d70e03 Apply diff2.txt from SF patch http://www.python.org/sf/566999 24 years ago
Neal Norwitz 7fdcb41131 Fix SF bug # 561858 Assertion with very long lists 24 years ago
Martin v. Löwis 14f8b4cfcb Patch #568124: Add doc string macros. 24 years ago
Guido van Rossum 5e2c5fa1bd imp_load_module(): correct and comment the sense of the test for '+' 24 years ago
Jeremy Hylton 4ae6faed9f Cover a few corners in the 'U' mode integration to make imp work. 24 years ago
Jack Jansen c88da1faa5 File modes in filedescr entries are also passed to Python, so we now put "U" 24 years ago
Jack Jansen 7b8c7546eb Mass checkin of universal newline support. 24 years ago
Jack Jansen 8ab04b4d65 Got rid of ifdefs for long-obsolete GUSI versions. 24 years ago
Guido van Rossum 50ee94fd41 is_builtin() is not a Boolean -- it can return -1, 0, 1. [SF #541652] 24 years ago
Guido van Rossum b8bff3f4a9 Return bools from functions named is_<whatever>(). 24 years ago
Neal Norwitz 031829d3ef Use symbolic METH_VARARGS instead of 1 for ml_flags 24 years ago
Tim Peters 1f7df3595a Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols. 24 years ago
Andrew MacIntyre d940054ad4 OS/2 EMX port changes (Python part of patch #450267): 24 years ago
Marc-André Lemburg bd3be8f0ca Fix to the UTF-8 encoder: it failed on 0-length input strings. 24 years ago
Martin v. Löwis cdc4451222 Include <unistd.h> in Python.h. Fixes #500924. 25 years ago
Tim Peters 36515e28ed Since the MAGIC number scheme is going to break on January 1st, document 25 years ago
Jack Jansen 550fdae2f5 On the macintosh don't take a quick exit in find_module() for frozen submodule imports: the frozen import goes through a different mechanism. 25 years ago
Fred Drake 9cd0efcee9 Use PyDict_Copy() and PyDict_Update() instead of using PyObject_CallMethod() 25 years ago
Guido van Rossum e2ae77b8b8 SF patch #474590 -- RISC OS support 25 years ago
Guido van Rossum 8f4d3316de First part of SF patch #416704: More robust freeze, by Toby Dickenson. 25 years ago
Greg Ward 201baee7ea Remove a couple of unused local variables (bug #445960, compiler warnings 25 years ago
Tim Peters 692323488b Add a new function imp.lock_held(), and use it to skip test_threaded_import 25 years ago
Barry Warsaw 928833891a Fixed typo in comment leading up to _PyImport_FixupExtension(). 25 years ago
Martin v. Löwis 11d03c57de Put conditional S_IFMT definition into pyport.h. 25 years ago
Martin v. Löwis f9836ba4fe Put conditional S_ISDIR definition(s) into pyport.h. 25 years ago
Tim Peters c173137391 Derived from SF patch #446899 Permit import of .pyw under Windows, from 25 years ago
Tim Peters 6d6c1a35e0 Merge of descr-branch back into trunk. 25 years ago
Neil Schemenauer 7d4bb9f179 Add -E command line switch (ignore environment variables like PYTHONHOME 25 years ago
Guido van Rossum f48f11cd79 SF Patch #441791, with changes: when "import foo.bar" fails with an 25 years ago
Tim Peters 0f9431fb18 SF bug #438295: [Windows] __init__.py cause strange behavior 25 years ago
Tim Peters cab3f68f61 SF bug #417093: Case sensitive import: dir and .py file w/ same name 25 years ago
Guido van Rossum 59d1d2b434 Iterators phase 1. This comprises: 25 years ago
Jeremy Hylton 37832f0c8d split long line 25 years ago