- b1ba750 Remove the advertising clause from the BSD license in timing.h. by Guido van Rossum · 17 years ago
- 91e0cda Backport #1442: report exception when startup file cannot be run. by Georg Brandl · 17 years ago
- 94eba71 Repair compilation for Visual Studio 2005. by Amaury Forgeot d'Arc · 17 years ago
- 2a11c05 Update sqlite3 module to match current version of pysqlite. by Gerhard Häring · 17 years ago
- b980342 Accept patch issue2426 by Paul Kippes (kippesp). by Gregory P. Smith · 17 years ago
- 5802bb2 Fix compiler warnings by Neal Norwitz · 17 years ago
- 018a362 Fix and simplify error handling, silencing a compiler warning. by Georg Brandl · 17 years ago
- 1a6387e Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from by Christian Heimes · 17 years ago
- a8c3f2b Minor docstring typos by Andrew M. Kuchling · 17 years ago
- fffd939 Make _ctypes.c PY_SSIZE_T_CLEAN. by Thomas Heller · 17 years ago
- 1e7c375 #2359: add Py3k warning for array.read/array.write. by Georg Brandl · 17 years ago
- aef3e52 On platforms without zlib, make this do the right thing and return the python by Gregory P. Smith · 17 years ago
- 1fa588e Use a 32-bit unsigned int here, a long is not needed. by Gregory P. Smith · 17 years ago
- b74d084 Conditionalize sys/time.h inclusion. by Martin v. Löwis · 17 years ago
- aef18b1 Patch #2240: Implement signal.setitimer and signal.getitimer. by Martin v. Löwis · 17 years ago
- 440ca77 Have the binascii module use zlib's optimized crc32() function when available by Gregory P. Smith · 17 years ago
- be446b4 replace calls to get the initial values with the raw constants. by Gregory P. Smith · 17 years ago
- 73f57b0 Revert r61779 - It undid correct code and caused test_zlib to fail on all by Gregory P. Smith · 17 years ago
- acbd642 Fix test_tarfile failures on Alpha (Tru64). The problem was caused in r61449 by Neal Norwitz · 17 years ago
- 0e9ab5f Applied patch #1657 epoll and kqueue wrappers for the select module by Christian Heimes · 17 years ago
- a5cfcad Prevent ioctl op codes from being sign extended from int to unsigned long by Gregory P. Smith · 17 years ago
- 0ccfe5f Remove itertools warnings I had added before the 2-to-3 handled the migration. by Raymond Hettinger · 17 years ago
- 10dca6e The filter() function does support a None argument in Py3.0. by Raymond Hettinger · 17 years ago
- 2724ab9 Added zip, map, filter to future_bultins (#2171) by David Wolever · 17 years ago
- c856fa8 Add a test to make sure zlib.crc32 and binascii.crc32 return the same thing. by Gregory P. Smith · 17 years ago
- f48da8f Fix chown on 64-bit linux. It needed to take a long (64-bit on 64bit linux) as by Gregory P. Smith · 17 years ago
- c81d3dc Cast the arguments to PyString_AsStringAndSize() to silence compiler warnings by Brett Cannon · 17 years ago
- 10ed0f5 Remove all traces of HAVE_STRERROR. by Brett Cannon · 17 years ago
- 50a24d8 Include <alloca.h> on Solaris, see issue #1506. by Thomas Heller · 17 years ago
- f13572d Use a buffer large enough to ensure we don't overrun, even if the value by Neal Norwitz · 17 years ago
- f48f9d3 Force zlib.crc32 and zlib.adler32 to return a signed integer on all platforms by Gregory P. Smith · 17 years ago
- fc070d2 add %f format to datetime - issue 1158 by Skip Montanaro · 17 years ago
- 41e22ff Remove unneeded initializer. by Thomas Heller · 17 years ago
- 10d7603 Leave heapreplace() unchanged. by Raymond Hettinger · 17 years ago
- 53bdf09 Issue 2274: Add heapq.heappushpop(). by Raymond Hettinger · 17 years ago
- 431f029 Consistent tense. by Raymond Hettinger · 17 years ago
- 10f40a6 Add 2-to-3 support for the itertools moved to builtins or renamed. by Raymond Hettinger · 17 years ago
- a1ca94a Issue 2246: itertools grouper object did not participate in GC (should be backported). by Raymond Hettinger · 17 years ago
- 6e3e415 Small code cleanup. by Raymond Hettinger · 17 years ago
- 66f91ea C implementation of itertools.permutations(). by Raymond Hettinger · 17 years ago
- f3c0559 Issue 1872: Changed the struct module typecode from 't' to '?', for by Thomas Heller · 17 years ago
- f1cca2b Fix refleak in chain(). by Raymond Hettinger · 17 years ago
- a23aede Try to fix the build for PY_LINUX. by Thomas Heller · 17 years ago
- 8bdf81d Merged changes from libffi3-branch. by Thomas Heller · 17 years ago
- d553d85 Beef-up docs and tests for itertools. Fix-up end-case for product(). by Raymond Hettinger · 17 years ago
- ca752f3 Only DECREF if ret != NULL by Neal Norwitz · 17 years ago
- e3fabd1 Handle 0-tuples which can be singletons. by Raymond Hettinger · 17 years ago
- 61024b9 Simplify code for itertools.product(). by Raymond Hettinger · 17 years ago
- 1cc60ed Updated to pysqlite 2.4.1. Documentation additions will come later. by Gerhard Häring · 17 years ago
- 08ff682 Handle the repeat keyword argument for itertools.product(). by Raymond Hettinger · 17 years ago
- b4cbc98 Add alternate constructor for itertools.chain(). by Raymond Hettinger · 17 years ago
- 05bf633 Have itertools.chain() consume its inputs lazily instead of building a tuple of iterators at the outset. by Raymond Hettinger · 17 years ago
- cdddf18 The empty tuple is usually a singleton with a much higher refcnt than 1 by Christian Heimes · 17 years ago
- 3bd7712 One too many decrefs. by Raymond Hettinger · 17 years ago
- 93e804d Add itertools.combinations(). by Raymond Hettinger · 17 years ago
- ea83793 Patch #1691070 from Roger Upole: Speed up PyArg_ParseTupleAndKeywords() and improve error msg by Christian Heimes · 17 years ago
- aa0ef52 The contains function raised a gcc warning. The new code is copied straight from py3k. by Christian Heimes · 17 years ago
- b628913 Whitespace normalization by Neal Norwitz · 17 years ago
- b1d70e2 Coerced PyBool_Type to be able to compare it. by Facundo Batista · 17 years ago
- 9d63837 Make sure the itertools filter functions give the same performance for func=bool as func=None. by Raymond Hettinger · 17 years ago
- df41989 Issue 2168. gdbm and dbm needs to be iterable; this fixes a by Facundo Batista · 17 years ago
- 114dd94 Fix typo of hexidecimal by Neal Norwitz · 17 years ago
- ed0a593 Get ctypes working on the Alpha (Tru64). The problem was that there by Neal Norwitz · 17 years ago
- ebcfd11 #1506171: added operator.methodcaller(). by Georg Brandl · 17 years ago
- e2065c6 #1826: allow dotted attribute paths in operator.attrgetter. by Georg Brandl · 17 years ago
- f0476e8 Patch #1957: syslogmodule: Release GIL when calling syslog(3) by Christian Heimes · 17 years ago
- 7e251e8 Issue 1089358. Adds the siginterrupt() function, that is just a by Facundo Batista · 17 years ago
- 5224d28 Patch #1759: Backport of PEP 3129 class decorators with some help from Georg by Christian Heimes · 17 years ago
- 532316d Add more comments by Raymond Hettinger · 17 years ago
- a73fbe7 Added future_builtins, which contains PEP 3127 compatible versions of hex() and oct(). by Eric Smith · 17 years ago
- 73d7963 Improve the implementation of itertools.product() by Raymond Hettinger · 17 years ago
- 50986cc First draft for itertools.product(). Docs and other updates forthcoming. by Raymond Hettinger · 17 years ago
- 981f318 configure.ac: Remove the configure check for _Bool, it is already done in the by Thomas Heller · 17 years ago
- a9f7d62 Backport of PEP 3101, Advanced String Formatting, from py3k. by Eric Smith · 18 years ago
- e139688 Issue 2112. mmap does not raises EnvironmentError no more, but by Facundo Batista · 18 years ago
- 588ff93 Crashers of the day: Py_CLEAR must be used when there is a chance that the by Amaury Forgeot d'Arc · 18 years ago
- 7adfad8 Bug #2111: mmap segfaults when trying to write a block opened with PROT_READ by Christian Heimes · 18 years ago
- 3b718a7 Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation. by Christian Heimes · 18 years ago
- a06a1a8 Add pickle support to ctypes types. by Thomas Heller · 18 years ago
- 0a40ffb #2063: correct order of utime and stime in os.times() result on Windows. by Georg Brandl · 18 years ago
- a37430a dict.copy() rises from the ashes. Revert r60687. by Raymond Hettinger · 18 years ago
- 17a74c3 Add -3 warnings that set.copy(), dict.copy(), and defaultdict.copy() will go away in Py3.x by Raymond Hettinger · 18 years ago
- 01612e7 Update big5hkscs codec to conform to the HKSCS:2004 revision. by Hye-Shik Chang · 18 years ago
- b01aa43 issue 2045: Infinite recursion when printing a subclass of defaultdict, by Amaury Forgeot d'Arc · 18 years ago
- 8352585 Make sure a switch statement does not have repetitive case statements. by Brett Cannon · 18 years ago
- 55b8c3e Fixed refcounts and error handling. by Thomas Heller · 18 years ago
- e6a8074 Another int -> pid_t case by Christian Heimes · 18 years ago
- eeed5b7 Merge this fix from the pybsddb tree: by Gregory P. Smith · 18 years ago
- 94dcf0d The wrapper function is supposed to be for spawnvpe() so that's by Andrew MacIntyre · 18 years ago
- fe424f7 Neaten-up a bit. by Raymond Hettinger · 18 years ago
- d491d71 More int -> pid_t. by Christian Heimes · 18 years ago
- ca2b69f Move __builtins__.trunc() to math.trunc() per by Jeffrey Yasskin · 18 years ago
- 951cc0f Fixed bug #1983: Return from fork() is pid_t, not int by Christian Heimes · 18 years ago
- 99120c4 Revert rev. 59925, it breaks comtypes (I need to further examine this). by Thomas Heller · 18 years ago
- d7e1b2b static PyObject* variables should use PyString_InternFromString() instead of PyObject_FromString() to store a python string in a function level static var. by Christian Heimes · 18 years ago
- b3c8243 Update to newer version of ffi. Fixes crashes and test failures of longdouble by Neal Norwitz · 18 years ago
- e9057ff Initialize variable to prevent warning on some platform/config. by Neal Norwitz · 18 years ago
- e1027f9 Use int for the sign rather than a char. char can be signed or unsigned. by Neal Norwitz · 18 years ago
- 448654f Mostly reformat. Also set an error and return NULL if neither MS_WINDOWS by Neal Norwitz · 18 years ago
- 739a3c4 Cleanup the code a bit. test_rfind is failing on PPC and PPC64 buildbots, by Neal Norwitz · 18 years ago