| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make sure the itertools filter functions give the same performance for func=b... | Raymond Hettinger | 2008-02-25 | 1 | -2/+2 |
|
|
* | Issue 2168. gdbm and dbm needs to be iterable; this fixes a | Facundo Batista | 2008-02-25 | 2 | -3/+68 |
|
|
* | Fix typo of hexidecimal | Neal Norwitz | 2008-02-24 | 1 | -1/+1 |
|
|
* | Get ctypes working on the Alpha (Tru64). The problem was that there | Neal Norwitz | 2008-02-24 | 1 | -1/+1 |
|
|
* | #1506171: added operator.methodcaller(). | Georg Brandl | 2008-02-23 | 1 | -0/+138 |
|
|
* | #1826: allow dotted attribute paths in operator.attrgetter. | Georg Brandl | 2008-02-23 | 1 | -3/+48 |
|
|
* | Patch #1957: syslogmodule: Release GIL when calling syslog(3) | Christian Heimes | 2008-02-23 | 1 | -0/+2 |
|
|
* | Issue 1089358. Adds the siginterrupt() function, that is just a | Facundo Batista | 2008-02-23 | 1 | -0/+33 |
|
|
* | Patch #1759: Backport of PEP 3129 class decorators | Christian Heimes | 2008-02-23 | 1 | -10/+25 |
|
|
* | Add more comments | Raymond Hettinger | 2008-02-23 | 1 | -4/+4 |
|
|
* | Added future_builtins, which contains PEP 3127 compatible versions of hex() a... | Eric Smith | 2008-02-23 | 1 | -0/+69 |
|
|
* | Improve the implementation of itertools.product() | Raymond Hettinger | 2008-02-23 | 1 | -12/+43 |
|
|
* | First draft for itertools.product(). Docs and other updates forthcoming. | Raymond Hettinger | 2008-02-22 | 1 | -1/+212 |
|
|
* | configure.ac: Remove the configure check for _Bool, it is already done in the | Thomas Heller | 2008-02-21 | 3 | -3162/+3023 |
|
|
* | Backport of PEP 3101, Advanced String Formatting, from py3k. | Eric Smith | 2008-02-17 | 1 | -0/+32 |
|
|
* | Issue 2112. mmap does not raises EnvironmentError no more, but | Facundo Batista | 2008-02-17 | 1 | -1/+4 |
|
|
* | Crashers of the day: Py_CLEAR must be used when there is a chance that the | Amaury Forgeot d'Arc | 2008-02-16 | 2 | -3/+2 |
|
|
* | Bug #2111: mmap segfaults when trying to write a block opened with PROT_READ | Christian Heimes | 2008-02-15 | 1 | -0/+4 |
|
|
* | Implemented Martin's suggestion to clear the free lists during the garbage co... | Christian Heimes | 2008-02-14 | 1 | -0/+22 |
|
|
* | Add pickle support to ctypes types. | Thomas Heller | 2008-02-13 | 4 | -1/+91 |
|
|
* | #2063: correct order of utime and stime in os.times() | Georg Brandl | 2008-02-13 | 1 | -2/+2 |
|
|
* | dict.copy() rises from the ashes. Revert r60687. | Raymond Hettinger | 2008-02-12 | 1 | -12/+2 |
|
|
* | Add -3 warnings that set.copy(), dict.copy(), and defaultdict.copy() will go ... | Raymond Hettinger | 2008-02-09 | 1 | -2/+12 |
|
|
* | Update big5hkscs codec to conform to the HKSCS:2004 revision. | Hye-Shik Chang | 2008-02-08 | 2 | -1797/+1875 |
|
|
* | issue 2045: Infinite recursion when printing a subclass of defaultdict, | Amaury Forgeot d'Arc | 2008-02-08 | 1 | -1/+11 |
|
|
* | Make sure a switch statement does not have repetitive case statements. | Brett Cannon | 2008-02-07 | 1 | -0/+2 |
|
|
* | Fixed refcounts and error handling. | Thomas Heller | 2008-02-06 | 1 | -8/+12 |
|
|
* | Another int -> pid_t case | Christian Heimes | 2008-02-03 | 1 | -1/+2 |
|
|
* | Merge this fix from the pybsddb tree: | Gregory P. Smith | 2008-02-03 | 1 | -2/+6 |
|
|
* | The wrapper function is supposed to be for spawnvpe() so that's | Andrew MacIntyre | 2008-02-03 | 1 | -2/+2 |
|
|
* | Neaten-up a bit. | Raymond Hettinger | 2008-02-02 | 1 | -5/+1 |
|
|
* | More int -> pid_t. | Christian Heimes | 2008-02-01 | 1 | -11/+18 |
|
|
* | Move __builtins__.trunc() to math.trunc() per | Jeffrey Yasskin | 2008-02-01 | 1 | -0/+16 |
|
|
* | Fixed bug #1983: Return from fork() is pid_t, not int | Christian Heimes | 2008-01-31 | 1 | -6/+7 |
|
|
* | Revert rev. 59925, it breaks comtypes (I need to further examine this). | Thomas Heller | 2008-01-28 | 1 | -5/+0 |
|
|
* | static PyObject* variables should use PyString_InternFromString() instead of ... | Christian Heimes | 2008-01-28 | 2 | -5/+5 |
|
|
* | Update to newer version of ffi. Fixes crashes and test failures of longdouble | Neal Norwitz | 2008-01-27 | 2 | -16/+48 |
|
|
* | Initialize variable to prevent warning on some platform/config. | Neal Norwitz | 2008-01-27 | 1 | -2/+2 |
|
|
* | Use int for the sign rather than a char. char can be signed or unsigned. | Neal Norwitz | 2008-01-27 | 1 | -1/+1 |
|
|
* | Mostly reformat. Also set an error and return NULL if neither MS_WINDOWS | Neal Norwitz | 2008-01-27 | 1 | -15/+13 |
|
|
* | Cleanup the code a bit. test_rfind is failing on PPC and PPC64 buildbots, | Neal Norwitz | 2008-01-26 | 1 | -7/+7 |
|
|
* | #1940: make it possible to use curses.filter() before curses.initscr() | Georg Brandl | 2008-01-26 | 1 | -1/+10 |
|
|
* | setup.py doesn't pick up changes to a header file | Christian Heimes | 2008-01-25 | 1 | -4/+4 |
|
|
* | Backport of several functions from Python 3.0 to 2.6 including PyUnicode_From... | Christian Heimes | 2008-01-25 | 1 | -0/+927 |
|
|
* | Add prototypes to get the mathmodule.c to compile on OSF1 5.1 (Tru64) | Neal Norwitz | 2008-01-25 | 1 | -0/+5 |
|
|
* | Invert the checks in get_[u]long and get_[u]longlong. The intent was | Thomas Heller | 2008-01-24 | 1 | -19/+15 |
|
|
* | Replace Py_BuildValue with PyTuple_Pack because it is faster. | Thomas Heller | 2008-01-24 | 1 | -7/+10 |
|
|
* | Use a PyDictObject again for the array type cache; retrieving items | Thomas Heller | 2008-01-24 | 1 | -16/+137 |
|
|
* | Fix misleading comment reported in issue #1917. | Guido van Rossum | 2008-01-23 | 1 | -1/+1 |
|
|
* | patch 1754489 by vlahan: | Armin Rigo | 2008-01-23 | 1 | -2/+2 |
|
|