summaryrefslogtreecommitdiff
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Squashed compiler warnings by adding casts, making sure prototypes are inJack Jansen2002-12-232-2/+2
* Oops. Roll back that last change. It wasn't ready for release. :-(Guido van Rossum2002-12-231-96/+30
* Add warning for assignment to None, True and False. This is patchGuido van Rossum2002-12-231-30/+96
* SF # 654960, remove unnecessary static variableNeal Norwitz2002-12-181-9/+3
* Fixing bugGustavo Niemeyer2002-12-161-2/+2
* Got rid of old (non-carbon-ppc and even cfm68k) file extensions forJack Jansen2002-12-161-8/+0
* Fixed potential crash: v can be NULL here, so use Py_XDECREF rather than Py_D...Just van Rossum2002-12-151-1/+1
* Added missing casts.Jack Jansen2002-12-132-4/+4
* Enhance issubclass() and PyObject_IsSubclass() so that a tuple isWalter Dörwald2002-12-121-1/+3
* Constify filenames and scripts. Fixes #651362.Martin v. Löwis2002-12-114-61/+63
* Patch #650415: Avoid redefinition of macros.Martin v. Löwis2002-12-111-0/+12
* Patch #614055: Support OpenVMS.Martin v. Löwis2002-12-062-2/+18
* reformat for PEP-7 style conformanceAndrew MacIntyre2002-12-041-121/+132
* typo fix: declaration required for VACPP not EMX+gccAndrew MacIntyre2002-12-041-1/+1
* Add compile-time errors for unsupported systems.Martin v. Löwis2002-12-021-0/+5
* Slightly improved version of patch #642578: "Expose PyImport_FrozenModulesJust van Rossum2002-11-291-0/+147
* Patch #632973: Implement _getdefaultlocale for OS X.Martin v. Löwis2002-11-261-5/+16
* Properly compute array size even for --disable-unicode.Martin v. Löwis2002-11-211-1/+1
* Wrap uargs declaration in a #ifdef Py_USING_UNICODE, so thatWalter Dörwald2002-11-211-0/+2
* Move three variables that are only used inside an if block into the block,Walter Dörwald2002-11-211-3/+3
* Fix PEP 293 related problems with --disable-unicode buildsWalter Dörwald2002-11-212-0/+12
* Remove _Py_ResetReferences. Fixes bug #529750 "Circular reference makesNeil Schemenauer2002-11-171-4/+0
* Make private functions static so we don't pollute the namespaceNeal Norwitz2002-11-101-1/+1
* Restore to ANSI C.Michael W. Hudson2002-11-091-2/+2
* This is Richie Hindle's patch:Michael W. Hudson2002-11-081-7/+16
* Assorted patches from Armin Rigo:Michael W. Hudson2002-11-082-42/+59
* Got rid of the python.rsrc resource file. The error message strings andJack Jansen2002-11-071-0/+34
* Handle really big steps in extended slices.Michael W. Hudson2002-11-061-1/+1
* Fix SF # 551504, python -v sometimes fails to find init (HPUX)Neal Norwitz2002-11-021-1/+1
* Patch #512981: Update readline input stream on sys.stdin/out change.Martin v. Löwis2002-10-261-3/+5
* Made MacOS.Error a class style exception (at last!).Jack Jansen2002-10-191-1/+1
* If we have a filename and __main__.__file__ hasn't already been set,Fred Drake2002-10-171-1/+11
* Add os.path.supports_unicode_filenames for all platforms,Mark Hammond2002-10-081-0/+37
* s/_alloca/alloca/g; Windows doesn't need the former, at least not unlessTim Peters2002-10-051-2/+2
* Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2.Martin v. Löwis2002-10-041-2/+2
* Fix [ 616716 ] Bug in PyErr_SetExcFromWindowsMark Hammond2002-10-041-9/+28
* Fix errors to pep277 checkin identified by Neal Norwitz.Mark Hammond2002-10-041-3/+3
* One last tweak to the tracing machinery: this actually computes what I intendedMichael W. Hudson2002-10-031-1/+3
* Clamp code objects' tp_compare result to [-1, 1].Michael W. Hudson2002-10-031-3/+3
* Patch 594001: PEP 277 - Unicode file name support for Windows NT.Mark Hammond2002-10-031-10/+82
* Fix for the recursion_level bug Armin Rigo reported in sfMichael W. Hudson2002-10-021-0/+4
* Add encoding name in LookupError. Fixes #615013. Will backport to 2.2.Martin v. Löwis2002-09-261-2/+2
* Two more cases of switch(PySequence_Size()) without checking for case -1.Neal Norwitz2002-09-181-0/+7
* Fix SF bug 610610 (reported by Martijn Pieters, diagnosed by Neal Norwitz).Guido van Rossum2002-09-181-0/+3
* A slight change to SET_LINENO-less tracing.Michael W. Hudson2002-09-111-5/+18
* missed this one on the previous multi-file checkin - seeSkip Montanaro2002-09-031-2/+0
* Add a custom __str__ method to KeyError that applies repr() to theGuido van Rossum2002-09-031-2/+40
* Bump default check interval to 100 instructions. Computers are much fasterSkip Montanaro2002-09-031-2/+2
* replace thread state objects' ticker and checkinterval fields with twoSkip Montanaro2002-09-032-4/+9
* expose PYTHON_API_VERSION macro as sys.api_version. Closes patch # 601456.Skip Montanaro2002-09-031-0/+3