summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* IDLE support for PEP 263.Martin v. Löwis2002-08-051-0/+5
* Moved bgenlocations to the Mac/Lib directory. Not perfect, but better thanJack Jansen2002-08-052-13/+61
* Patch #590913: PEP 263 support.Martin v. Löwis2002-08-052-1/+188
* Use ascii_letters to avoid UnicodeErrors.Martin v. Löwis2002-08-051-1/+4
* Add a small description of PEP 263.Guido van Rossum2002-08-051-1/+3
* Added a cast to shut up a compiler warning.Jack Jansen2002-08-051-1/+1
* Renamed Py_Main to PyMac_Main as it has a different signature than the "norma...Jack Jansen2002-08-051-4/+4
* Added _IBCarbon module.Jack Jansen2002-08-054-0/+5
* SF 582071 clarified the .split() method's docstring to note that sep=NoneRaymond Hettinger2002-08-051-2/+2
* Note that True and False are pickable objectsRaymond Hettinger2002-08-051-1/+1
* GvR provided solution to the socket rebinding timeout problem.Kurt B. Kaiser2002-08-053-7/+6
* Add 1 to lineno in deprecation warning. Fixes #590888.Martin v. Löwis2002-08-051-1/+3
* Test whether a Cyrillic text correctly appears in a Unicode literal.Martin v. Löwis2002-08-051-0/+2
* We don't really need the name of the test in the "test skipped" msg, andTim Peters2002-08-041-1/+1
* Oops! Forgot the closing paren.Tim Peters2002-08-041-1/+1
* Finally got around to figuring out and documenting why this test failsTim Peters2002-08-041-2/+10
* Build the _IBCarbon module.Jack Jansen2002-08-041-0/+2
* The definitions for IBCarbonRuntime.hJack Jansen2002-08-041-0/+5
* Updated to something that works on my system, and regenerated module.Jack Jansen2002-08-042-12/+7
* Specify pathnames in a way that works on both OS9 and OSX.Jack Jansen2002-08-041-3/+3
* Use universal newline input when scanning header files.Jack Jansen2002-08-041-3/+3
* Donovan Preston's interface to IBCarbon, allowing you to use InterfaceJack Jansen2002-08-043-0/+342
* Changes to the OSX section:Jack Jansen2002-08-041-6/+13
* Use the -n option of ln in stead of -h, as it also works with other ln'sJack Jansen2002-08-041-9/+9
* small speedup for constant and name accessSkip Montanaro2002-08-041-3/+6
* Make pgen compile with pydebug. Duplicate normalized names, as it mayMartin v. Löwis2002-08-042-2/+8
* Group statements properly.Martin v. Löwis2002-08-041-6/+12
* Repaired a fatal compiler error in the debug build: it's not clear whatTim Peters2002-08-041-1/+1
* Squash compiler wng about signed-vs-unsigned mismatch.Tim Peters2002-08-041-1/+1
* Sped the usual case for sorting by calling PyObject_RichCompareBoolTim Peters2002-08-041-10/+18
* Patch #534304: Implement phase 1 of PEP 263.Martin v. Löwis2002-08-0413-31/+656
* Add encoding declaration.Martin v. Löwis2002-08-042-1/+2
* Add encoding declaration.Martin v. Löwis2002-08-042-0/+2
* Remove a syntax error in the example, spotted by Walter Hofman.Steve Holden2002-08-041-1/+1
* Always link libpython.so with LIBS. Fixes #589422.Martin v. Löwis2002-08-042-9/+13
* Add trace_frame. Fixes #534864. Backported to 2.2.Martin v. Löwis2002-08-041-0/+38
* Add recursion counter for pickling. Fixes #576084.Martin v. Löwis2002-08-041-0/+9
* OS/2 EMX now supportedAndrew MacIntyre2002-08-041-0/+2
* I don't know what's going on with this test, but the last change fromTim Peters2002-08-041-1/+1
* SF patch #578297:Andrew MacIntyre2002-08-044-19/+20
* - comment improvementAndrew MacIntyre2002-08-041-1/+25
* add parameter missing following Jeremy's compiler class refactoringAndrew MacIntyre2002-08-041-1/+1
* Add two remindersAndrew M. Kuchling2002-08-041-0/+4
* Document that --enable-shared puts PIC objects into the static libpython.Martin v. Löwis2002-08-031-1/+7
* Mkdirs() failed when provided with unix pathnames. Fixed.Jack Jansen2002-08-031-1/+1
* _siftup(): __le__ is now the only comparison operator used on arrayTim Peters2002-08-031-1/+1
* Document new heapreplace() function.Tim Peters2002-08-031-0/+9
* Document new heapify() function.Tim Peters2002-08-031-5/+12
* Revert last checkin. Man, that was stupid.Michael W. Hudson2002-08-031-1/+1
* Another fix for:Michael W. Hudson2002-08-031-1/+1