| Commit message (Expand) | Author | Age | Files | Lines |
* | heappop(): Added comments; simplified and sped the code. | Tim Peters | 2002-08-02 | 1 | -21/+19 |
|
|
* | Minor markup changes. | Fred Drake | 2002-08-02 | 1 | -3/+4 |
|
|
* | heappop(): Use "while True" instead of "while 1". | Tim Peters | 2002-08-02 | 1 | -1/+1 |
|
|
* | check_invariant(): Use the same child->parent "formula" used by heapq.py. | Tim Peters | 2002-08-02 | 1 | -2/+2 |
|
|
* | Don't use true division where int division was intended. For that matter, | Tim Peters | 2002-08-02 | 2 | -2/+2 |
|
|
* | Add a comment showing how one of the macros should be used. | Fred Drake | 2002-08-02 | 1 | -0/+1 |
|
|
* | Adding the heap queue algorithm, per discussion in python-dev last | Guido van Rossum | 2002-08-02 | 1 | -0/+48 |
|
|
* | Add heapq module docs to the dependency information. | Fred Drake | 2002-08-02 | 1 | -0/+1 |
|
|
* | Adding the heap queue algorithm, per discussion in python-dev last | Guido van Rossum | 2002-08-02 | 1 | -0/+4 |
|
|
* | Add docs for heapq.py. | Guido van Rossum | 2002-08-02 | 2 | -0/+165 |
|
|
* | indicate that 'b' is added to the mode flag if not given | Skip Montanaro | 2002-08-02 | 1 | -2/+2 |
|
|
* | add #include branch for compilation with Berkeley DB | Skip Montanaro | 2002-08-02 | 1 | -0/+3 |
|
|
* | catch the situation where Berkeley DB is used to emulate dbm(3) library | Skip Montanaro | 2002-08-02 | 1 | -3/+24 |
|
|
* | regression test for the whichdb module | Skip Montanaro | 2002-08-02 | 1 | -0/+63 |
|
|
* | Add Kevin O'Connor, author of the heapq code. | Guido van Rossum | 2002-08-02 | 2 | -0/+3 |
|
|
* | Adding the heap queue algorithm, per discussion in python-dev last | Guido van Rossum | 2002-08-02 | 1 | -0/+176 |
|
|
* | testGetServByName shouldn't check for getservbyname - the socket module | Skip Montanaro | 2002-08-02 | 1 | -18/+17 |
|
|
* | Also create BuildApplet. It's useful enough as a standalone application. | Jack Jansen | 2002-08-02 | 1 | -1/+6 |
|
|
* | Hmm, in some cases we don't seem to get our scriptname in argv[0]. | Jack Jansen | 2002-08-02 | 1 | -2/+13 |
|
|
* | Final step in making applets first-class citizens: if the applet wants | Jack Jansen | 2002-08-02 | 2 | -0/+56 |
|
|
* | Oops, the -psn stuff is in argv[1], of course. | Jack Jansen | 2002-08-02 | 1 | -2/+2 |
|
|
* | Added one call to Py_Main(), for OSX framework builds only, that will get the | Jack Jansen | 2002-08-02 | 5 | -45/+132 |
|
|
* | Got rid of a couple of OS9-isms. | Jack Jansen | 2002-08-02 | 1 | -3/+8 |
|
|
* | - Slightly better error message in case of syntax errors in the script. | Jack Jansen | 2002-08-02 | 1 | -3/+5 |
|
|
* | Fix for | Michael W. Hudson | 2002-08-02 | 1 | -4/+5 |
|
|
* | - Remove -psn-xxxx argument added by the Finder. | Jack Jansen | 2002-08-02 | 1 | -1/+4 |
|
|
* | Replaced python.app target with osxapps (it builds more than | Jack Jansen | 2002-08-02 | 1 | -3/+3 |
|
|
* | Construct a sys.argv from the initial AppleEvent sent by the finder | Jack Jansen | 2002-08-02 | 1 | -0/+111 |
|
|
* | Slightly better error message in case of missing resources. | Jack Jansen | 2002-08-02 | 1 | -5/+5 |
|
|
* | New test %sort. This takes a sorted list, picks 1% of the list positions | Tim Peters | 2002-08-02 | 1 | -1/+7 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 53 | -61/+71 |
|
|
* | modify testGetServByName so it tries a few different protocols. In this day | Skip Montanaro | 2002-08-02 | 1 | -5/+17 |
|
|
* | - Get _environ through the NSEnviron call in a MacOSX framework. This allows | Jack Jansen | 2002-08-01 | 4 | -53/+39 |
|
|
* | Python.app is now a hidden application, deep in the framework. It will | Jack Jansen | 2002-08-01 | 2 | -32/+31 |
|
|
* | Python.app no longer advertises that it can handle .py and .pyc files, | Jack Jansen | 2002-08-01 | 3 | -32/+0 |
|
|
* | Fix for SF bug 570678 (can't flush read-only file on Mac OS X). | Guido van Rossum | 2002-08-01 | 1 | -1/+0 |
|
|
* | Tim found that once test_longexp has run, test_sort takes very much | Guido van Rossum | 2002-08-01 | 1 | -5/+3 |
|
|
* | Only show the UI for selecting options if the ALT key was depressed while | Jack Jansen | 2002-08-01 | 1 | -18/+7 |
|
|
* | SF patch 588728 (Nathan Srebro). | Guido van Rossum | 2002-08-01 | 3 | -4/+30 |
|
|
* | Added new footnote about list.sort() stability. Repaired footnote about | Tim Peters | 2002-08-01 | 1 | -4/+12 |
|
|
* | A blurb about the sort implementation. | Tim Peters | 2002-08-01 | 1 | -4/+16 |
|
|
* | New test for sorting sanity. Note that this will fail in earlier Pythons, | Tim Peters | 2002-08-01 | 1 | -0/+124 |
|
|
* | Replaced samplesort with a stable, adaptive mergesort. | Tim Peters | 2002-08-01 | 1 | -406/+772 |
|
|
* | Checking in the doc file for "timsort". There's way too much here to | Tim Peters | 2002-08-01 | 1 | -0/+618 |
|
|
* | Restore a full arglist to the socket wrapper, so it supports keyword | Tim Peters | 2002-07-31 | 1 | -2/+2 |
|
|
* | For platforms (like Windows) that wrap _socket.socket: | Tim Peters | 2002-07-31 | 1 | -2/+3 |
|
|
* | Reverting this to rev 1.3. It's apparently broken everywhere at rev | Tim Peters | 2002-07-31 | 1 | -5/+5 |
|
|
* | Enable test_socket again, if only to prevent mistakes like Jeremy | Guido van Rossum | 2002-07-31 | 1 | -2/+2 |
|
|
* | Repair testNtoH for large long arguments. | Jeremy Hylton | 2002-07-31 | 1 | -9/+8 |
|
|
* | - Install into /Applications/Python in stead of into /Applications. | Jack Jansen | 2002-07-31 | 1 | -8/+23 |
|
|