| Commit message (Expand) | Author | Age | Files | Lines |
* | symtable_cellvar_offsets(): This leaked references to little integers | Tim Peters | 2003-03-24 | 1 | -1/+5 |
|
|
* | Improved new Py_TRACE_REFS gimmicks. | Tim Peters | 2003-03-23 | 1 | -2/+16 |
|
|
* | SF patch #708201, unchecked return value in import.c by Jason Harper | Neal Norwitz | 2003-03-23 | 1 | -0/+2 |
|
|
* | Include Python.h first which defines _XOPEN_SOURCE | Neal Norwitz | 2003-03-22 | 1 | -3/+3 |
|
|
* | Fixed SF bug #663074. The codec system was using global static | Gustavo Niemeyer | 2003-03-19 | 3 | -92/+71 |
|
|
* | Eliminate data dependency in predict macro. | Raymond Hettinger | 2003-03-16 | 1 | -2/+8 |
|
|
* | Fix comment and whitespace. | Raymond Hettinger | 2003-03-16 | 1 | -3/+4 |
|
|
* | Introduced macros for a simple opcode prediction protocol. | Raymond Hettinger | 2003-03-16 | 1 | -6/+35 |
|
|
* | SF patch #701907: More use of fast_next_opcode | Raymond Hettinger | 2003-03-14 | 1 | -11/+11 |
|
|
* | Declare all variables at the start of their scope. | Fred Drake | 2003-03-05 | 1 | -1/+1 |
|
|
* | Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, | Martin v. Löwis | 2003-03-05 | 2 | -0/+48 |
|
|
* | Use Carbon.File for FSSpec and FSRef conversion, not macfs. | Jack Jansen | 2003-03-02 | 1 | -4/+4 |
|
|
* | Added implementation notes for [re]set_exc_info(). | Guido van Rossum | 2003-03-01 | 1 | -0/+61 |
|
|
* | - New function sys.exc_clear() clears the current exception. This is | Guido van Rossum | 2003-03-01 | 1 | -4/+37 |
|
|
* | In the process of adding all the extended slice support I attempted to | Michael W. Hudson | 2003-02-27 | 1 | -4/+4 |
|
|
* | Micro-optimizations. | Raymond Hettinger | 2003-02-26 | 1 | -4/+18 |
|
|
* | Addendum to #683658: | Just van Rossum | 2003-02-25 | 1 | -2/+2 |
|
|
* | Remove unused variables. | Walter Dörwald | 2003-02-24 | 1 | -9/+0 |
|
|
* | Fix SF bug #690435, apply fails to check if warning raises exception | Neal Norwitz | 2003-02-23 | 1 | -3/+4 |
|
|
* | After the removal of SET_LINENO, PyCode_Addr2Line has always been | Michael W. Hudson | 2003-02-22 | 1 | -3/+0 |
|
|
* | - PyEval_GetFrame() is now declared to return a PyFrameObject * | Guido van Rossum | 2003-02-19 | 2 | -9/+9 |
|
|
* | - sys.path[0] (the directory from which the script is loaded) is now | Guido van Rossum | 2003-02-19 | 1 | -2/+10 |
|
|
* | Fix bug 683658 - PyErr_Warn may cause import deadlock. | Mark Hammond | 2003-02-19 | 2 | -5/+15 |
|
|
* | Remove PyArg_ParseTuple() for methods which take no args, | Neal Norwitz | 2003-02-17 | 1 | -23/+13 |
|
|
* | Patch for bug reported in patch #686627: import race condition in | Marc-André Lemburg | 2003-02-14 | 1 | -1/+1 |
|
|
* | - Finally fixed the bug in compile() and exec where a string ending | Guido van Rossum | 2003-02-13 | 2 | -7/+5 |
|
|
* | Cleanup from patch #683257: | Neal Norwitz | 2003-02-12 | 1 | -4/+7 |
|
|
* | Provide access to the import lock, fixing SF bug #580952. This is | Guido van Rossum | 2003-02-12 | 1 | -6/+52 |
|
|
* | SF #660455 : patch by NNorwitz. | Guido van Rossum | 2003-02-12 | 1 | -1/+2 |
|
|
* | Change filtertuple() to use tp_as_sequence->sq_item | Walter Dörwald | 2003-02-10 | 1 | -1/+6 |
|
|
* | Squashed compiler wng about signed/unsigned clash in comparison. | Tim Peters | 2003-02-10 | 1 | -1/+1 |
|
|
* | Change filterstring() and filterunicode(): If the | Walter Dörwald | 2003-02-10 | 1 | -43/+48 |
|
|
* | My previous checkin caused compile() to no longer accept buffers, as noted | Just van Rossum | 2003-02-10 | 1 | -5/+7 |
|
|
* | patch #683515: "Add unicode support to compile(), eval() and exec" | Just van Rossum | 2003-02-10 | 3 | -9/+56 |
|
|
* | Small function call optimization and special build option for call stats. | Jeremy Hylton | 2003-02-05 | 3 | -14/+171 |
|
|
* | If a float is passed where a int is expected, issue a DeprecationWarning | Neil Schemenauer | 2003-02-04 | 1 | -12/+25 |
|
|
* | Make sure filter() never returns tuple, str or unicode | Walter Dörwald | 2003-02-04 | 1 | -5/+22 |
|
|
* | PyUnicode_Resize() doesn't free its argument in case of a failure, | Walter Dörwald | 2003-02-04 | 1 | -1/+1 |
|
|
* | filterstring() and filterunicode() in Python/bltinmodule.c | Walter Dörwald | 2003-02-04 | 1 | -8/+70 |
|
|
* | SF #661437, apply() should get PendingDeprecation | Neal Norwitz | 2003-02-03 | 1 | -0/+3 |
|
|
* | Provide __module__ attributes for functions defined in C and Python. | Jeremy Hylton | 2003-01-31 | 2 | -8/+28 |
|
|
* | Style consistency, so "grep ^function ..." works as expected. | Fred Drake | 2003-01-30 | 1 | -2/+4 |
|
|
* | Patch #636005: Filter unicode into unicode. | Martin v. Löwis | 2003-01-25 | 1 | -0/+62 |
|
|
* | Raise a TypeError if a float is passed when an integer is specified. | Neil Schemenauer | 2003-01-24 | 1 | -6/+24 |
|
|
* | MacPython-OS9 has had an abort() function for quite a while now, so there's n... | Jack Jansen | 2003-01-24 | 1 | -3/+0 |
|
|
* | MacPython-OS9 specific fix: If there are non-string items on sys.path don't t... | Jack Jansen | 2003-01-24 | 1 | -15/+18 |
|
|
* | Patch #671459: Invoke import hooks in Py_NewInterpreter. | Martin v. Löwis | 2003-01-22 | 1 | -0/+1 |
|
|
* | Don't use Posix semaphores on Solaris 8. Fixes #662787. | Martin v. Löwis | 2003-01-21 | 1 | -1/+1 |
|
|
* | SF patch #670367: Micro-optimizations for ceval.c | Raymond Hettinger | 2003-01-19 | 1 | -18/+13 |
|
|
* | It turns out that some calls return AEDesc records that are "borrowed", | Jack Jansen | 2003-01-17 | 1 | -0/+1 |
|
|