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 |
2002-07-27 |
Piers Lauder | remove redundant code |
commit | commitdiff | tree | snapshot |
2002-07-27 |
Piers Lauder | remove o/s dependancy from test |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Skip Montanaro | tighten up the unicode object's docstring a tad |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Jack Jansen | Use os.environ.get() in stead of os.getenv() (which... |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Jack Jansen | Reorganized so the test is skipped if os.popen() doesn... |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Jack Jansen | Added a __contains__ method. |
commit | commitdiff | tree | snapshot |
2002-07-26 |
Kurt B. Kaiser | Reverse the RPC socket connection: Python execution... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Fred Drake | Small clarifications when referring to the sys.exc_... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Fred Drake | Remove duplicate checks of the Node.allnodes variable. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Fred Drake | Add an XXX comment and a pointer to a full bug report. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Jeremy Hylton | Don't be so hasty. If PyInt_AsLong() raises an error... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Jeremy Hylton | Put checks for error returns in the right place. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Fred Drake | - Make number in comment match the targets in that... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Skip Montanaro | typo |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Skip Montanaro | * runctx - fix a couple typos |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Jeremy Hylton | Complain if __len__() returns < 0, just like classic... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Jeremy Hylton | Extended socket.htonl and ntohl to accept longs. |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Jeremy Hylton | Remove test that was none too picky about whether attri... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
Skip Montanaro | remove spurious SET_LINENO from com_list_for and com_li... |
commit | commitdiff | tree | snapshot |
2002-07-24 |
Guido van Rossum | Get rid of _expand() altogether - the match object... |
commit | commitdiff | tree | snapshot |
next |