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 |
2002-07-29 |
Michael W.... | Fix for |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Thomas Heller | New functions for extension writers on Windows: |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Martin v. Löwis | Revert #571603 since it is ok to import codecs that... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Mark Hammond | Excise DL_IMPORT/EXPORT from object.h, and related... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
Thomas Heller | Recompiled the exe and updated bdist_wininst.py. |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Andrew M. Kuchling | Add posix.lchown() |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Guido van Rossum | Add 'engine' back. IDLE used this, others might have... |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Patch #586999: Fix multiline string in sendmail example. |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Neal Norwitz | Fix the problem of not raising a TypeError exception... |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Patch #574867: Correct list.extend docstring. |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Patch #573770: Implement lchown. |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Pass length of result structure into setipaddr. Fixes... |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Neal Norwitz | SF patch #577031, remove PyArg_NoArgs() since it's... |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Neal Norwitz | SF patch #577031, remove PyArg_Parse() since it's depre... |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Neal Norwitz | SF patch #577031, remove PyArg_Parse() since it's depre... |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Neal Norwitz | Fix SF bug 587012, doc mentions inexistent builtin... |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Neal Norwitz | Fix last checkin, can't use " inside a string |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Patch #571603: Refer to encodings package explicitly. |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Patch #543498: Use License: field instead of Copyright:. |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Patch #552812: Better description in "python -h" for -u. |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Patch #554716: Use __va_copy where available. |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Patch #575827: allow threads inside SSL creation. |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Martin v. Löwis | Patch #581705: Catch OSError, termios.error in spawn... |
commit | commitdiff | tree | snapshot |
2002-07-28 |
Kurt B. Kaiser | Reset the Python execution server environment to its... |
commit | commitdiff | tree | snapshot |
2002-07-27 |
Piers Lauder | remove redundant import |
commit | commitdiff | tree | snapshot |
next |