| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Python implementation to the machine details. | Marc-André Lemburg | 2007-01-13 | 1 | -27/+43 |
|
|
* | Fix for bug #1634343: allow specifying empty arguments on Windows | Peter Astrand | 2007-01-13 | 2 | -1/+3 |
|
|
* | Add parameter sys_version to _sys_version(). | Marc-André Lemburg | 2007-01-13 | 1 | -16/+47 |
|
|
* | Fix grammar in docstrings | Neal Norwitz | 2007-01-13 | 1 | -2/+2 |
|
|
* | Bump version number and change copyright year. | Marc-André Lemburg | 2007-01-13 | 1 | -63/+259 |
|
|
* | Fix typo. | Georg Brandl | 2007-01-13 | 1 | -1/+1 |
|
|
* | Deprecate the sets module. | Brett Cannon | 2007-01-13 | 5 | -0/+15 |
|
|
* | patch #1610795: BSD version of ctypes.util.find_library, by Martin | Thomas Heller | 2007-01-12 | 1 | -0/+2 |
|
|
* | patch #1610795: BSD version of ctypes.util.find_library, by Martin | Thomas Heller | 2007-01-12 | 1 | -28/+50 |
|
|
* | Avoid warnings in the test suite because ctypes.wintypes cannot be | Thomas Heller | 2007-01-12 | 1 | -1/+2 |
|
|
* | add parsetok.h as a dependency - previously, changing this file doesn't | Anthony Baxter | 2007-01-12 | 1 | -0/+3 |
|
|
* | Fix error where the end of a funcdesc environment was accidentally moved too | Brett Cannon | 2007-01-12 | 1 | -1/+1 |
|
|
* | Correct the comments: the code is right. | Thomas Heller | 2007-01-11 | 1 | -2/+2 |
|
|
* | Fixes for 64-bit Windows: In ctypes.wintypes, correct the definitions | Thomas Heller | 2007-01-11 | 4 | -6/+36 |
|
|
* | SF #1486663 -- Allow keyword args in subclasses of set() and frozenset(). | Raymond Hettinger | 2007-01-11 | 2 | -2/+13 |
|
|
* | - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). | Matthias Klose | 2007-01-11 | 2 | -1/+3 |
|
|
* | - Make the documentation match the code and the docstring | Matthias Klose | 2007-01-11 | 1 | -1/+1 |
|
|
* | Fix the signature of log_error(). (A subclass that did the right thing | Guido van Rossum | 2007-01-10 | 1 | -2/+2 |
|
|
* | Must change the version number in the _ctypes extension as well. | Thomas Heller | 2007-01-10 | 1 | -1/+1 |
|
|
* | Change the ctypes version number to "1.1.0". | Thomas Heller | 2007-01-10 | 2 | -1/+3 |
|
|
* | Minor change in int() docstring for proper spacing. | Gustavo Niemeyer | 2007-01-10 | 1 | -1/+1 |
|
|
* | Mention in the int() docstring that a base zero has meaning, as | Gustavo Niemeyer | 2007-01-10 | 1 | -2/+3 |
|
|
* | Verify the sizes of the basic ctypes data types against the struct | Thomas Heller | 2007-01-09 | 1 | -0/+28 |
|
|
* | Added a docstring | Vinay Sajip | 2007-01-09 | 1 | -0/+4 |
|
|
* | Added entry about addition of _open() method to logging.FileHandler. | Vinay Sajip | 2007-01-09 | 1 | -0/+4 |
|
|
* | Bug #1627575: Added _open() method to FileHandler which can be used to reopen... | Vinay Sajip | 2007-01-09 | 1 | -9/+14 |
|
|
* | Added entries about removal of some bare except clauses from logging. | Vinay Sajip | 2007-01-08 | 1 | -0/+9 |
|
|
* | Bare except clause removed from LogRecord.__init__. Now, only ValueError, Typ... | Vinay Sajip | 2007-01-08 | 1 | -3/+3 |
|
|
* | Bare except clause removed from SMTPHandler.emit(). Now, only ImportError is ... | Vinay Sajip | 2007-01-08 | 1 | -2/+2 |
|
|
* | Fix zero-length corner case for iterating over a mutating deque. | Raymond Hettinger | 2007-01-08 | 2 | -3/+8 |
|
|
* | Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181. | Peter Astrand | 2007-01-07 | 1 | -3/+4 |
|
|
* | Re-implemented fix for #1531862 once again, in a way that works with Python 2... | Peter Astrand | 2007-01-07 | 1 | -2/+6 |
|
|
* | Add Josiah to SF for maintaining asyncore/asynchat | Neal Norwitz | 2007-01-06 | 1 | -0/+3 |
|
|
* | update to (c) years to include 2007 | Anthony Baxter | 2007-01-06 | 7 | -11/+12 |
|
|
* | SF# 1409443: Expand comment to cover the interaction between f->f_lasti and ... | Raymond Hettinger | 2007-01-06 | 1 | -1/+10 |
|
|
* | Silence a warning from gcc 4.0.1 by specifying a function's parameter list is | Brett Cannon | 2007-01-05 | 1 | -1/+1 |
|
|
* | [Patch #1520904] Fix bsddb tests to write to the temp directory instead of th... | Andrew M. Kuchling | 2007-01-05 | 11 | -14/+17 |
|
|
* | [Bug #1622533] Make docstrings raw strings because they contain control chara... | Andrew M. Kuchling | 2007-01-05 | 2 | -2/+2 |
|
|
* | Add Collin Winter for access to update PEP 3107 | Neal Norwitz | 2007-01-05 | 1 | -0/+3 |
|
|
* | typo fix | Gregory P. Smith | 2007-01-05 | 1 | -1/+1 |
|
|
* | Prevent crash on shutdown which can occur if we are finalizing | Neal Norwitz | 2007-01-05 | 2 | -1/+5 |
|
|
* | bump module version to match supported berkeleydb version | Gregory P. Smith | 2007-01-05 | 1 | -1/+1 |
|
|
* | Support linking of the bsddb module against BerkeleyDB 4.5.x | Gregory P. Smith | 2007-01-05 | 6 | -7/+18 |
|
|
* | Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, | Martin v. Löwis | 2007-01-04 | 3 | -5/+37 |
|
|
* | Fix stability of heapq's nlargest() and nsmallest(). | Raymond Hettinger | 2007-01-04 | 2 | -18/+14 |
|
|
* | SF #1627373, fix typo in CarbonEvt. | Neal Norwitz | 2007-01-04 | 1 | -1/+1 |
|
|
* | Add EnvironmentVarGuard to test.test_support. Provides a context manager to | Brett Cannon | 2007-01-04 | 3 | -1/+55 |
|
|
* | For sets with cyclical reprs, emit an ellipsis instead of infinitely recursing. | Raymond Hettinger | 2006-12-30 | 2 | -4/+50 |
|
|
* | SF bug #1623890, fix argument name in docstring | Neal Norwitz | 2006-12-29 | 1 | -1/+1 |
|
|
* | Remove a stray (old) macro name left around (I guess) | Neal Norwitz | 2006-12-28 | 1 | -2/+0 |
|
|