summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* revert to version 1.2Piers Lauder2002-08-031-5/+6
* Added new heapreplace(heap, item) function, to pop (and return) theTim Peters2002-08-032-3/+20
* Large code rearrangement to use better algorithms, in the sense of needingTim Peters2002-08-031-39/+79
* SF bug 590366: Small typo in listsort:ParseTupleTim Peters2002-08-031-1/+1
* Remove cut 'n paste silliness.Tim Peters2002-08-031-2/+0
* Minor fiddling, including a simple class to implement a heap iteratorTim Peters2002-08-032-10/+23
* Added an icon for .pyw files.Jack Jansen2002-08-022-0/+15
* An icon for .pyw files. Yes, it's lousy, I know....Jack Jansen2002-08-021-0/+0
* Augment credits.Guido van Rossum2002-08-021-1/+1
* Hmm! I thought I checked this in before! Oh well.Tim Peters2002-08-022-10/+48
* Build the IDE last, as it may fail because of waste missing.Jack Jansen2002-08-021-1/+1
* Added a lot more information on framework builds, the various .app's,Jack Jansen2002-08-021-2/+87
* Updated for the new path to Python.app.Jack Jansen2002-08-021-1/+1
* When building the IDE check that waste is available, to forestallJack Jansen2002-08-021-0/+5
* Add a PEP-263-style encoding turd^H^H^H^Hdeclaration, because there'sGuido van Rossum2002-08-021-0/+2
* Fix ref(), proxy() docstrings, based on comments from David Abrahams.Fred Drake2002-08-021-3/+4
* heappop(): Added comments; simplified and sped the code.Tim Peters2002-08-021-21/+19
* Minor markup changes.Fred Drake2002-08-021-3/+4
* heappop(): Use "while True" instead of "while 1".Tim Peters2002-08-021-1/+1
* check_invariant(): Use the same child->parent "formula" used by heapq.py.Tim Peters2002-08-021-2/+2
* Don't use true division where int division was intended. For that matter,Tim Peters2002-08-022-2/+2
* Add a comment showing how one of the macros should be used.Fred Drake2002-08-021-0/+1
* Adding the heap queue algorithm, per discussion in python-dev lastGuido van Rossum2002-08-021-0/+48
* Add heapq module docs to the dependency information.Fred Drake2002-08-021-0/+1