| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Assorted patches from Armin Rigo: | Michael W. Hudson | 2002-11-08 | 2 | -42/+59 |
|
|
* | Got rid of the python.rsrc resource file. The error message strings and | Jack Jansen | 2002-11-07 | 1 | -0/+34 |
|
|
* | Handle really big steps in extended slices. | Michael W. Hudson | 2002-11-06 | 1 | -1/+1 |
|
|
* | Fix SF # 551504, python -v sometimes fails to find init (HPUX) | Neal Norwitz | 2002-11-02 | 1 | -1/+1 |
|
|
* | Patch #512981: Update readline input stream on sys.stdin/out change. | Martin v. Löwis | 2002-10-26 | 1 | -3/+5 |
|
|
* | Made MacOS.Error a class style exception (at last!). | Jack Jansen | 2002-10-19 | 1 | -1/+1 |
|
|
* | If we have a filename and __main__.__file__ hasn't already been set, | Fred Drake | 2002-10-17 | 1 | -1/+11 |
|
|
* | Add os.path.supports_unicode_filenames for all platforms, | Mark Hammond | 2002-10-08 | 1 | -0/+37 |
|
|
* | s/_alloca/alloca/g; Windows doesn't need the former, at least not unless | Tim Peters | 2002-10-05 | 1 | -2/+2 |
|
|
* | Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2. | Martin v. Löwis | 2002-10-04 | 1 | -2/+2 |
|
|
* | Fix [ 616716 ] Bug in PyErr_SetExcFromWindows | Mark Hammond | 2002-10-04 | 1 | -9/+28 |
|
|
* | Fix errors to pep277 checkin identified by Neal Norwitz. | Mark Hammond | 2002-10-04 | 1 | -3/+3 |
|
|
* | One last tweak to the tracing machinery: this actually computes what I intended | Michael W. Hudson | 2002-10-03 | 1 | -1/+3 |
|
|
* | Clamp code objects' tp_compare result to [-1, 1]. | Michael W. Hudson | 2002-10-03 | 1 | -3/+3 |
|
|