| Commit message (Expand) | Author | Age | Files | Lines |
* | SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick | Tim Peters | 2004-10-11 | 2 | -4/+6 |
|
|
* | Revert rev 2.35. It was based on erroneous reasoning -- the current | Tim Peters | 2004-10-10 | 1 | -15/+8 |
|
|
* | PyInterpreterState_New(), PyThreadState_New(): use malloc/free directly. | Tim Peters | 2004-10-10 | 1 | -4/+16 |
|
|
* | find_key(): This routine wasn't thread-correct, and accounts for the | Tim Peters | 2004-10-10 | 1 | -5/+17 |
|
|
* | PyGILState_Release(): If we need to delete the TLS entry for this thread, | Tim Peters | 2004-10-09 | 1 | -8/+15 |
|
|
* | _PyGILState_Init(), PyGILState_Ensure(): Since PyThread_set_key_value() | Tim Peters | 2004-10-09 | 1 | -2/+5 |
|
|
* | Document the results of painful reverse-engineering of the "portable TLS" | Tim Peters | 2004-10-09 | 1 | -6/+84 |
|
|
* | Style guide & consistency changes. No semantic changes. | Tim Peters | 2004-10-09 | 2 | -29/+41 |
|
|
* | Trim trailing whitespace. | Tim Peters | 2004-10-09 | 1 | -8/+8 |
|
|
* | SF patch #1035498: -m option to run a module as a script | Raymond Hettinger | 2004-10-07 | 1 | -0/+16 |
|
|
* | Finalize the freelist of list objects. | Raymond Hettinger | 2004-10-07 | 1 | -0/+1 |
|
|
* | Print verbose messages to stderr. Fixes #1036752. | Martin v. Löwis | 2004-10-03 | 1 | -1/+2 |
|
|
* | Improve error message for augmented assignments to genexps or listcomps. | Raymond Hettinger | 2004-09-29 | 1 | -2/+2 |
|
|
* | Fix two erroneous error messages. | Raymond Hettinger | 2004-09-29 | 1 | -2/+2 |
|
|
* | Replaced a test with an assertion. | Raymond Hettinger | 2004-09-28 | 1 | -3/+1 |
|
|
* | Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders. | Phillip J. Eby | 2004-09-23 | 1 | -4/+10 |
|
|
* | SF patch #1031667: Fold tuples of constants into a single constant | Raymond Hettinger | 2004-09-22 | 2 | -12/+93 |
|
|
* | SF bug #1014215: Unspecific errors with metaclass | Raymond Hettinger | 2004-09-16 | 1 | -4/+16 |
|
|
* | SF patch #1007189, multi-line imports, for instance: | Anthony Baxter | 2004-08-31 | 3 | -826/+897 |
|
|
* | Centralize WITH_TSC processing. | Martin v. Löwis | 2004-08-29 | 1 | -37/+3 |
|
|
* | Bypass peepholing of code with lineno tables having intervals >= 255. | Raymond Hettinger | 2004-08-25 | 1 | -4/+8 |
|
|
* | Fix typo in comment and add clarification. | Raymond Hettinger | 2004-08-25 | 1 | -1/+2 |
|
|
* | Patch #1015021: Stop claiming that coerce can return None. | Martin v. Löwis | 2004-08-25 | 1 | -4/+4 |
|
|
* | Simplify chains of conditional jumps. | Raymond Hettinger | 2004-08-25 | 1 | -2/+25 |
|
|
* | Stop producing or using OverflowWarning. PEP 237 thought this would | Tim Peters | 2004-08-25 | 1 | -1/+3 |
|
|
* | Incorporate review comments courtesy of Neal Norwitz: | Raymond Hettinger | 2004-08-24 | 1 | -6/+8 |
|
|
* | SF Patch #1013667: Cleanup Peepholer Output | Raymond Hettinger | 2004-08-23 | 2 | -36/+102 |
|
|
* | Patch #900727: Add Py_InitializeEx to allow embedding without signals. | Martin v. Löwis | 2004-08-19 | 1 | -2/+10 |
|
|
* | Move the bytecode optimizer upstream so that its results are saved in pyc | Raymond Hettinger | 2004-08-18 | 1 | -3/+6 |
|
|
* | This is Mark Russell's patch: | Michael W. Hudson | 2004-08-17 | 2 | -37/+34 |
|
|
* | The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSD | Matthias Klose | 2004-08-16 | 1 | -0/+10 |
|
|
* | Correct the order of application for decorators. Meant to be bottom-up and not | Brett Cannon | 2004-08-15 | 1 | -1/+4 |
|
|
* | Fix incorrect comment for (struct compiling)->c_cellvars | Brett Cannon | 2004-08-15 | 1 | -1/+1 |
|
|
* | This is my patch: | Michael W. Hudson | 2004-08-12 | 2 | -2/+34 |
|
|
* | code_new(): Wouldn't compile on Windows, because of gcc'ism. | Tim Peters | 2004-08-12 | 1 | -1/+1 |
|
|
* | Fix bug | Michael W. Hudson | 2004-08-12 | 1 | -27/+88 |
|
|
* | Patch #1005468: Disambiguate "min() or max()" exception string. | Martin v. Löwis | 2004-08-12 | 1 | -3/+4 |
|
|
* | This was quite a dark bug in my recent in-place string concatenation | Armin Rigo | 2004-08-07 | 1 | -1/+1 |
|
|
* | Subclasses of string can no longer be interned. The semantics of | Jeremy Hylton | 2004-08-07 | 1 | -0/+5 |
|
|
* | Fix | Michael W. Hudson | 2004-08-07 | 1 | -9/+7 |
|
|
* | SF bug #1004088: big code objects (>64K) may be optimized incorrectly | Raymond Hettinger | 2004-08-06 | 1 | -0/+5 |
|
|
* | SF patch #980695: efficient string concatenation | Raymond Hettinger | 2004-08-06 | 1 | -2/+91 |
|
|
* | Revert 2.312; turns out interning the file name did do some good (reducing | Michael W. Hudson | 2004-08-04 | 1 | -1/+1 |
|
|
* | Don't intern the filename of a file being compiled. | Michael W. Hudson | 2004-08-03 | 1 | -1/+1 |
|
|
* | Fix for the unfortunate fact that PyDict_GetItem and PyObject_GetItem | Michael W. Hudson | 2004-08-02 | 1 | -2/+4 |
|
|
* | for some reason, the lack of adherence to Python's C whitespace rules | Michael W. Hudson | 2004-08-02 | 1 | -2/+2 |
|
|
* | fix for @decorators under a debug build. | Anthony Baxter | 2004-08-02 | 1 | -0/+1 |
|
|
* | Completed the patch for Bug #215126. | Raymond Hettinger | 2004-08-02 | 2 | -5/+9 |
|
|
* | PEP-0318, @decorator-style. In Guido's words: | Anthony Baxter | 2004-08-02 | 2 | -1099/+1252 |
|
|
* | PyImport_ExecCodeModuleEx(): remove module from sys.modules in error cases. | Tim Peters | 2004-08-02 | 1 | -16/+46 |
|
|