2002-08-04 |
Martin v. Löwis | Add recursion counter for pickling. Fixes #576084. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Andrew MacIntyre | OS/2 EMX now supported |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Tim Peters | I don't know what's going on with this test, but the... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Andrew MacIntyre | SF patch #578297: |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Andrew MacIntyre | - comment improvement |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Andrew MacIntyre | add parameter missing following Jeremy's compiler class... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Andrew M. Kuchling | Add two reminders |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Martin v. Löwis | Document that --enable-shared puts PIC objects into... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Jack Jansen | Mkdirs() failed when provided with unix pathnames.... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Tim Peters | _siftup(): __le__ is now the only comparison operator... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Tim Peters | Document new heapreplace() function. |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Tim Peters | Document new heapify() function. |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Michael W.... | Revert last checkin. Man, that was stupid. |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Michael W.... | Another fix for: |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Piers Lauder | revert to version 1.2 |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Tim Peters | Added new heapreplace(heap, item) function, to pop... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Tim Peters | Large code rearrangement to use better algorithms,... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Tim Peters | SF bug 590366: Small typo in listsort:ParseTuple |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Tim Peters | Remove cut 'n paste silliness. |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Tim Peters | Minor fiddling, including a simple class to implement... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | Added an icon for .pyw files. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | An icon for .pyw files. Yes, it's lousy, I know.... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Guido van Rossum | Augment credits. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Tim Peters | Hmm! I thought I checked this in before! Oh well. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | Build the IDE last, as it may fail because of waste... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | Added a lot more information on framework builds, the... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | Updated for the new path to Python.app. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | When building the IDE check that waste is available... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Guido van Rossum | Add a PEP-263-style encoding turd^H^H^H^Hdeclaration... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Fred Drake | Fix ref(), proxy() docstrings, based on comments from... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Tim Peters | heappop(): Added comments; simplified and sped the... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Fred Drake | Minor markup changes. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Tim Peters | heappop(): Use "while True" instead of "while 1". |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Tim Peters | check_invariant(): Use the same child->parent "formula... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Tim Peters | Don't use true division where int division was intended... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Fred Drake | Add a comment showing how one of the macros should... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Guido van Rossum | Adding the heap queue algorithm, per discussion in... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Fred Drake | Add heapq module docs to the dependency information. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Guido van Rossum | Adding the heap queue algorithm, per discussion in... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Guido van Rossum | Add docs for heapq.py. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Skip Montanaro | indicate that 'b' is added to the mode flag if not... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Skip Montanaro | add #include branch for compilation with Berkeley DB |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Skip Montanaro | catch the situation where Berkeley DB is used to emulat... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Skip Montanaro | regression test for the whichdb module |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Guido van Rossum | Add Kevin O'Connor, author of the heapq code. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Guido van Rossum | Adding the heap queue algorithm, per discussion in... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Skip Montanaro | testGetServByName shouldn't check for getservbyname... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | Also create BuildApplet. It's useful enough as a standa... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | Hmm, in some cases we don't seem to get our scriptname... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | Final step in making applets first-class citizens:... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | Oops, the -psn stuff is in argv[1], of course. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | Added one call to Py_Main(), for OSX framework builds... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | Got rid of a couple of OS9-isms. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | - Slightly better error message in case of syntax error... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Michael W.... | Fix for |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | - Remove -psn-xxxx argument added by the Finder. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | Replaced python.app target with osxapps (it builds... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | Construct a sys.argv from the initial AppleEvent sent... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | Slightly better error message in case of missing resources. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Tim Peters | New test %sort. This takes a sorted list, picks 1... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Mark Hammond | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Skip Montanaro | modify testGetServByName so it tries a few different... |
commit | commitdiff | tree | snapshot |
2002-08-01 |
Jack Jansen | - Get _environ through the NSEnviron call in a MacOSX... |
commit | commitdiff | tree | snapshot |
2002-08-01 |
Jack Jansen | Python.app is now a hidden application, deep in the... |
commit | commitdiff | tree | snapshot |
2002-08-01 |
Jack Jansen | Python.app no longer advertises that it can handle... |
commit | commitdiff | tree | snapshot |
2002-08-01 |
Guido van Rossum | Fix for SF bug 570678 (can't flush read-only file on... |
commit | commitdiff | tree | snapshot |
2002-08-01 |
Guido van Rossum | Tim found that once test_longexp has run, test_sort... |
commit | commitdiff | tree | snapshot |
2002-08-01 |
Jack Jansen | Only show the UI for selecting options if the ALT key... |
commit | commitdiff | tree | snapshot |
2002-08-01 |
Guido van Rossum | SF patch 588728 (Nathan Srebro). |
commit | commitdiff | tree | snapshot |
2002-08-01 |
Tim Peters | Added new footnote about list.sort() stability. Repair... |
commit | commitdiff | tree | snapshot |
2002-08-01 |
Tim Peters | A blurb about the sort implementation. |
commit | commitdiff | tree | snapshot |
2002-08-01 |
Tim Peters | New test for sorting sanity. Note that this will fail... |
commit | commitdiff | tree | snapshot |
2002-08-01 |
Tim Peters | Replaced samplesort with a stable, adaptive mergesort. |
commit | commitdiff | tree | snapshot |
2002-08-01 |
Tim Peters | Checking in the doc file for "timsort". There's way... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Tim Peters | Restore a full arglist to the socket wrapper, so it... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Tim Peters | For platforms (like Windows) that wrap _socket.socket: |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Tim Peters | Reverting this to rev 1.3. It's apparently broken... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Guido van Rossum | Enable test_socket again, if only to prevent mistakes... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Jeremy Hylton | Repair testNtoH for large long arguments. |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Jack Jansen | - Install into /Applications/Python in stead of into... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Jack Jansen | Install into /Applications/Python in stead of into... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Jack Jansen | Implemented starting Python in a terminal window. The... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Michael W.... | Patch: |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Michael W.... | Cray fixup as seen in bug #558153. |
commit | commitdiff | tree | snapshot |
2002-07-31 |
Mark Hammond | Replace DL_EXPORT with PyMODINIT_FUNC |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Barry Warsaw | Complete the absolute import patch for the test suite... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Martin v. Löwis | Shared libraries also work on GNU/Hurd. Suggested by... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Guido van Rossum | Get rid of the DEFS variable. The only thing this... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Fred Drake | SF patch #581414: info reader bug |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Michael W.... | Repair fill-paragraph damage. |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Neal Norwitz | Revert changes to use PyArg_Parse(), so any sequence... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Thomas Heller | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Thomas Heller | Fix SF 588452: debug build crashes on marshal.dumps... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Michael W.... | add description of LLTRACE. |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Neal Norwitz | Use PyArg_ParseTuple() instead of PyArg_Parse() which... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Neal Norwitz | Fix docstring to be consistent with parameter name... |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Neal Norwitz | SF patch #584245, get python to link on OSF1 (Dec Unix) |
commit | commitdiff | tree | snapshot |
2002-07-30 |
Neal Norwitz | SF patch #587889, fix memory leak of tp_doc |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Jack Jansen | First stab at the launcher application. This will be... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Jason Tishler | Patch #553702: Cygwin make install patch |
commit | commitdiff | tree | snapshot |
next |