| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | A. Lloyd Flanagan pointed out a spelling error on c.l.py. | Michael W. Hudson | 2003-01-16 | 1 | -1/+1 |
|
|
* | Replaced POP() with STACKADJ(-1) on lines where the result wasn't used. | Raymond Hettinger | 2003-01-14 | 1 | -2/+2 |
|
|
* | As discussed on python-dev, removed from DUP_TOPX support for the | Raymond Hettinger | 2003-01-10 | 1 | -35/+0 |
|
|
* | As discussed briefly on python-dev, add Pending Deprecation Warning | Neal Norwitz | 2003-01-10 | 1 | -3/+5 |
|
|
* | SF patch #664320: Replace push/pop clusters in ceval.c | Raymond Hettinger | 2003-01-09 | 1 | -150/+167 |
|
|
* | Patch #664376: sys.path[0] should contain absolute pathname. | Thomas Heller | 2003-01-08 | 1 | -0/+12 |
|
|
* | SF bug #655271: Slightly modify locals() doc | Raymond Hettinger | 2003-01-04 | 1 | -1/+1 |
|
|
* | Another copyright update. (JvR: can you backport this to the 2.3a1 | Guido van Rossum | 2003-01-02 | 1 | -1/+1 |
|
|
* | SF patch [ 597919 ] compiler package and SET_LINENO | Jeremy Hylton | 2002-12-31 | 1 | -0/+3 |
|
|
* | Since the *_Init() are private, prefix with _, suggested by Skip | Neal Norwitz | 2002-12-31 | 1 | -2/+2 |
|
|
* | Fix SF #639945, 64-bit bug on AIX | Neal Norwitz | 2002-12-31 | 1 | -3/+2 |
|
|
* | SF #561244, Micro optimizations | Neal Norwitz | 2002-12-30 | 1 | -0/+6 |
|
|
* | PEP 302 + zipimport: | Just van Rossum | 2002-12-30 | 3 | -20/+240 |
|
|
* | Make error message more specific for min() and max(). | Raymond Hettinger | 2002-12-29 | 1 | -1/+1 |
|
|
* | SF patch #659536: Use PyArg_UnpackTuple where possible. | Raymond Hettinger | 2002-12-29 | 1 | -18/+18 |
|
|
* | Backing out patch #642578 in anticipation of final acceptance of PEP 302. | Just van Rossum | 2002-12-25 | 1 | -147/+0 |
|
|
* | Squashed compiler warnings by adding casts, making sure prototypes are in | Jack Jansen | 2002-12-23 | 2 | -2/+2 |
|
|
* | Oops. Roll back that last change. It wasn't ready for release. :-( | Guido van Rossum | 2002-12-23 | 1 | -96/+30 |
|
|
* | Add warning for assignment to None, True and False. This is patch | Guido van Rossum | 2002-12-23 | 1 | -30/+96 |
|
|
* | SF # 654960, remove unnecessary static variable | Neal Norwitz | 2002-12-18 | 1 | -9/+3 |
|
|
* | Fixing bug | Gustavo Niemeyer | 2002-12-16 | 1 | -2/+2 |
|
|
* | Got rid of old (non-carbon-ppc and even cfm68k) file extensions for | Jack Jansen | 2002-12-16 | 1 | -8/+0 |
|
|
* | Fixed potential crash: v can be NULL here, so use Py_XDECREF rather than Py_D... | Just van Rossum | 2002-12-15 | 1 | -1/+1 |
|
|
* | Added missing casts. | Jack Jansen | 2002-12-13 | 2 | -4/+4 |
|
|
* | Enhance issubclass() and PyObject_IsSubclass() so that a tuple is | Walter Dörwald | 2002-12-12 | 1 | -1/+3 |
|
|
* | Constify filenames and scripts. Fixes #651362. | Martin v. Löwis | 2002-12-11 | 4 | -61/+63 |
|
|
* | Patch #650415: Avoid redefinition of macros. | Martin v. Löwis | 2002-12-11 | 1 | -0/+12 |
|
|
* | Patch #614055: Support OpenVMS. | Martin v. Löwis | 2002-12-06 | 2 | -2/+18 |
|
|
* | reformat for PEP-7 style conformance | Andrew MacIntyre | 2002-12-04 | 1 | -121/+132 |
|
|
* | typo fix: declaration required for VACPP not EMX+gcc | Andrew MacIntyre | 2002-12-04 | 1 | -1/+1 |
|
|
* | Add compile-time errors for unsupported systems. | Martin v. Löwis | 2002-12-02 | 1 | -0/+5 |
|
|
* | Slightly improved version of patch #642578: "Expose PyImport_FrozenModules | Just van Rossum | 2002-11-29 | 1 | -0/+147 |
|
|
* | Patch #632973: Implement _getdefaultlocale for OS X. | Martin v. Löwis | 2002-11-26 | 1 | -5/+16 |
|
|
* | Properly compute array size even for --disable-unicode. | Martin v. Löwis | 2002-11-21 | 1 | -1/+1 |
|
|
* | Wrap uargs declaration in a #ifdef Py_USING_UNICODE, so that | Walter Dörwald | 2002-11-21 | 1 | -0/+2 |
|
|
* | Move three variables that are only used inside an if block into the block, | Walter Dörwald | 2002-11-21 | 1 | -3/+3 |
|
|
* | Fix PEP 293 related problems with --disable-unicode builds | Walter Dörwald | 2002-11-21 | 2 | -0/+12 |
|
|
* | Remove _Py_ResetReferences. Fixes bug #529750 "Circular reference makes | Neil Schemenauer | 2002-11-17 | 1 | -4/+0 |
|
|
* | Make private functions static so we don't pollute the namespace | Neal Norwitz | 2002-11-10 | 1 | -1/+1 |
|
|
* | Restore to ANSI C. | Michael W. Hudson | 2002-11-09 | 1 | -2/+2 |
|
|
* | This is Richie Hindle's patch: | Michael W. Hudson | 2002-11-08 | 1 | -7/+16 |
|
|