| Commit message (Expand) | Author | Age | Files | Lines |
* | Added functions CFObj_New and CFObj_Convert, general functions to convert | Jack Jansen | 2003-05-27 | 1 | -0/+2 |
|
|
* | After Raymond's remark, I changed the Stackless bits to | Christian Tismer | 2003-05-23 | 1 | -2/+2 |
|
|
* | Generalized my type flags structure extension without being specific about | Christian Tismer | 2003-05-23 | 1 | -4/+4 |
|
|
* | Fix for SF [ 734869 ] Lambda functions in list comprehensions | Jeremy Hylton | 2003-05-21 | 1 | -1/+1 |
|
|
* | Preserved one bit in type objects for Stackless. | Christian Tismer | 2003-05-20 | 1 | -0/+8 |
|
|
* | Fix broken API descriptions in comments. | Fred Drake | 2003-05-12 | 1 | -8/+7 |
|
|
* | Patch #734231: Update RiscOS support. In particular, correct | Martin v. Löwis | 2003-05-10 | 1 | -0/+1 |
|
|
* | Patch #612627: Add encoding attribute to file objects, and determine | Martin v. Löwis | 2003-05-10 | 1 | -0/+2 |
|
|
* | Add a reference to dictnotes.txt. It does no good if you don't know it's | Raymond Hettinger | 2003-05-03 | 1 | -0/+6 |
|
|
* | Mark CVS as 2.3b1+. | Guido van Rossum | 2003-04-30 | 1 | -1/+1 |
|
|
* | Bump version number to 2.3b1. | Tim Peters | 2003-04-24 | 1 | -3/+3 |
|
|
* | Revert the previous enhancement to the bytecode optimizer. | Raymond Hettinger | 2003-04-24 | 1 | -2/+0 |
|
|
* | Improved the bytecode optimizer. | Raymond Hettinger | 2003-04-22 | 1 | -0/+2 |
|
|
* | New PyGILState_ API - implements pep 311, from patch 684256. | Mark Hammond | 2003-04-19 | 2 | -0/+48 |
|
|
* | _Py_PrintReferences(): Changed to print object address at start of each | Tim Peters | 2003-04-17 | 1 | -0/+1 |
|
|
* | SF # 595026: support for masks in getargs.c. | Thomas Heller | 2003-04-17 | 2 | -0/+7 |
|
|
* | - New C API PyGC_Collect(), same as calling gc.collect(). | Guido van Rossum | 2003-04-17 | 1 | -0/+3 |
|
|
* | Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to | Guido van Rossum | 2003-04-17 | 2 | -0/+22 |
|
|
* | - New function sys.call_tracing() allows pdb to debug code | Guido van Rossum | 2003-04-09 | 1 | -0/+2 |
|
|
* | Typo repair. | Tim Peters | 2003-04-08 | 1 | -2/+2 |
|
|
* | New private API function _PyInstance_Lookup. gc will use this to figure | Tim Peters | 2003-04-07 | 1 | -0/+12 |
|
|
* | Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. | Martin v. Löwis | 2003-03-29 | 2 | -9/+9 |
|
|
* | Improved new Py_TRACE_REFS gimmicks. | Tim Peters | 2003-03-23 | 1 | -1/+1 |
|
|
* | Refactored some of the Py_TRACE_REFS code. New private API function | Tim Peters | 2003-03-23 | 1 | -0/+1 |
|
|
* | New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a | Tim Peters | 2003-03-20 | 1 | -0/+42 |
|
|
* | Fixed SF bug #663074. The codec system was using global static | Gustavo Niemeyer | 2003-03-19 | 1 | -0/+4 |
|
|
* | Renamed PyObject_GenericGetIter to PyObject_SelfIter | Raymond Hettinger | 2003-03-17 | 1 | -1/+1 |
|
|
* | Created PyObject_GenericGetIter(). | Raymond Hettinger | 2003-03-17 | 1 | -0/+1 |
|
|
* | - The extended type structure used for heap types (new-style | Guido van Rossum | 2003-03-07 | 1 | -0/+22 |
|
|
* | Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implemented | Neal Norwitz | 2003-03-06 | 1 | -1/+0 |
|
|
* | Moved the Apple workaround for the guard define for wchar_t out of | Jack Jansen | 2003-02-28 | 1 | -1/+2 |
|
|
* | Fix spelling and grammar. | Raymond Hettinger | 2003-02-28 | 1 | -5/+5 |
|
|
* | Update PY_VERSION to indicate that we're beyond 2.3a2 now. | Guido van Rossum | 2003-02-20 | 1 | -1/+1 |
|
|
* | As far as I can tell PyEval_GetOwner was removed in 1997 (when it was | Michael W. Hudson | 2003-02-20 | 1 | -1/+0 |
|
|
* | - PyEval_GetFrame() is now declared to return a PyFrameObject * | Guido van Rossum | 2003-02-19 | 2 | -2/+6 |
|
|
* | Bump version # to 2.3a2. | Tim Peters | 2003-02-18 | 1 | -2/+2 |
|
|
* | - Finally fixed the bug in compile() and exec where a string ending | Guido van Rossum | 2003-02-13 | 2 | -0/+3 |
|
|
* | Make comments agree with code (I think). | Michael W. Hudson | 2003-02-10 | 1 | -3/+4 |
|
|
* | patch #683515: "Add unicode support to compile(), eval() and exec" | Just van Rossum | 2003-02-10 | 1 | -0/+1 |
|
|
* | Small function call optimization and special build option for call stats. | Jeremy Hylton | 2003-02-05 | 2 | -0/+8 |
|
|
* | Provide __module__ attributes for functions defined in C and Python. | Jeremy Hylton | 2003-01-31 | 2 | -1/+8 |
|
|
* | _PyLong_NumBits(): The definition of this was too specific to the quirky | Tim Peters | 2003-01-31 | 1 | -5/+11 |
|
|
* | Added new private API function _PyLong_NumBits. This will be used at the | Tim Peters | 2003-01-28 | 1 | -0/+11 |
|
|
* | SF bug #670229: doc improvement for cStringIO.h | Raymond Hettinger | 2003-01-19 | 1 | -5/+12 |
|
|
* | It turns out that some calls return AEDesc records that are "borrowed", | Jack Jansen | 2003-01-17 | 1 | -0/+1 |
|
|
* | Update comment, QnewFlag will go away in 3.0, not 2.3 | Neal Norwitz | 2003-01-13 | 1 | -2/+2 |
|
|
* | Got rid of the internal datetimetz type. | Tim Peters | 2003-01-11 | 1 | -19/+19 |
|
|
* | Minor fiddling to make the next part easier. Introduced an internal | Tim Peters | 2003-01-11 | 1 | -21/+41 |
|
|
* | Got rid of the timetz type entirely. This was a bit trickier than I | Tim Peters | 2003-01-10 | 1 | -12/+17 |
|
|
* | Patch #661760: Cygwin auto-import module patch | Jason Tishler | 2003-01-06 | 1 | -1/+5 |
|
|