1. 6ad5fbb Add from_buffer and from_buffer_copy class methods to ctypes types. by Thomas Heller · 16 years ago
  2. bf027c4 Remove cyclic reference in CFuncPtr instances; see issue #2682. by Thomas Heller · 16 years ago
  3. 83c9201 Fix typo. by Martin v. Löwis · 16 years ago
  4. 0da94c8 Silence 'r may be used uninitialized' compiler warning. by Mark Dickinson · 16 years ago
  5. 92483cd math.atan2 is misbehaving on Windows; this patch by Mark Dickinson · 16 years ago
  6. c632301 Even more fixes for alpha Tru64, this time for the phase and polar methods. by Mark Dickinson · 16 years ago
  7. 98c317a Issue 2662: Initialize special value tables dynamically (i.e. when by Mark Dickinson · 16 years ago
  8. cec3f13 Yet more explicit special case handling to make by Mark Dickinson · 16 years ago
  9. b2f7090 FreeBSD doesn't follow C99 for modf(inf); so add explicit by Mark Dickinson · 16 years ago
  10. a1293eb Additional special-case handling for math.pow. by Mark Dickinson · 16 years ago
  11. e941d97 Additional tests for math.pow, and extra special-case by Mark Dickinson · 16 years ago
  12. 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. by Christian Heimes · 16 years ago
  13. 046e6a4 Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C for by Thomas Heller · 16 years ago
  14. 41a0a37 Improve -X error message. by Georg Brandl · 16 years ago
  15. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 16 years ago
  16. 73bee44 fix compiler warnings by Gregory P. Smith · 16 years ago
  17. 7a98d27 Applied patch #2617 from Frank Wierzbicki wit some extras from me by Christian Heimes · 16 years ago
  18. d3ed492 Performance improvements. by Thomas Heller · 16 years ago
  19. 12c4e64 Move backwards compatibility macro to the correct place; by Thomas Heller · 16 years ago
  20. 79e42a0 Fix zlib crash from zlib.decompressobj().flush(val) when val was not positive. by Gregory P. Smith · 16 years ago
  21. 7adc776 Issue 2408: remove the _types module by Amaury Forgeot d'Arc · 16 years ago
  22. c20adf8 Use the new PyFile_IncUseCount & PyFile_DecUseCount calls appropriatly by Gregory P. Smith · 16 years ago
  23. 28112d0 type by Skip Montanaro · 16 years ago
  24. 9e0fa7a Declare inittimezone static. by Skip Montanaro · 16 years ago
  25. c4ef476 More files from libffi 3.0.5. by Thomas Heller · 16 years ago
  26. e1929d5 Sync with files from the just released libffi 3.0.5 version. by Thomas Heller · 16 years ago
  27. 8e8ba15 Issue #2543: Make ctypes compatible (again) with Python 2.3, 2.4, and 2.5. by Thomas Heller · 16 years ago
  28. b1ba750 Remove the advertising clause from the BSD license in timing.h. by Guido van Rossum · 16 years ago
  29. 91e0cda Backport #1442: report exception when startup file cannot be run. by Georg Brandl · 16 years ago
  30. 94eba71 Repair compilation for Visual Studio 2005. by Amaury Forgeot d'Arc · 16 years ago
  31. 2a11c05 Update sqlite3 module to match current version of pysqlite. by Gerhard Häring · 16 years ago
  32. b980342 Accept patch issue2426 by Paul Kippes (kippesp). by Gregory P. Smith · 16 years ago
  33. 5802bb2 Fix compiler warnings by Neal Norwitz · 16 years ago
  34. 018a362 Fix and simplify error handling, silencing a compiler warning. by Georg Brandl · 16 years ago
  35. 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 · 16 years ago
  36. a8c3f2b Minor docstring typos by Andrew M. Kuchling · 16 years ago
  37. fffd939 Make _ctypes.c PY_SSIZE_T_CLEAN. by Thomas Heller · 16 years ago
  38. 1e7c375 #2359: add Py3k warning for array.read/array.write. by Georg Brandl · 16 years ago
  39. aef3e52 On platforms without zlib, make this do the right thing and return the python by Gregory P. Smith · 16 years ago
  40. 1fa588e Use a 32-bit unsigned int here, a long is not needed. by Gregory P. Smith · 16 years ago
  41. b74d084 Conditionalize sys/time.h inclusion. by Martin v. Löwis · 16 years ago
  42. aef18b1 Patch #2240: Implement signal.setitimer and signal.getitimer. by Martin v. Löwis · 16 years ago
  43. 440ca77 Have the binascii module use zlib's optimized crc32() function when available by Gregory P. Smith · 16 years ago
  44. be446b4 replace calls to get the initial values with the raw constants. by Gregory P. Smith · 16 years ago
  45. 73f57b0 Revert r61779 - It undid correct code and caused test_zlib to fail on all by Gregory P. Smith · 16 years ago
  46. acbd642 Fix test_tarfile failures on Alpha (Tru64). The problem was caused in r61449 by Neal Norwitz · 16 years ago
  47. 0e9ab5f Applied patch #1657 epoll and kqueue wrappers for the select module by Christian Heimes · 17 years ago
  48. a5cfcad Prevent ioctl op codes from being sign extended from int to unsigned long by Gregory P. Smith · 17 years ago
  49. 0ccfe5f Remove itertools warnings I had added before the 2-to-3 handled the migration. by Raymond Hettinger · 17 years ago
  50. 10dca6e The filter() function does support a None argument in Py3.0. by Raymond Hettinger · 17 years ago
  51. 2724ab9 Added zip, map, filter to future_bultins (#2171) by David Wolever · 17 years ago
  52. c856fa8 Add a test to make sure zlib.crc32 and binascii.crc32 return the same thing. by Gregory P. Smith · 17 years ago
  53. 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
  54. c81d3dc Cast the arguments to PyString_AsStringAndSize() to silence compiler warnings by Brett Cannon · 17 years ago
  55. 10ed0f5 Remove all traces of HAVE_STRERROR. by Brett Cannon · 17 years ago
  56. 50a24d8 Include <alloca.h> on Solaris, see issue #1506. by Thomas Heller · 17 years ago
  57. f13572d Use a buffer large enough to ensure we don't overrun, even if the value by Neal Norwitz · 17 years ago
  58. f48f9d3 Force zlib.crc32 and zlib.adler32 to return a signed integer on all platforms by Gregory P. Smith · 17 years ago
  59. fc070d2 add %f format to datetime - issue 1158 by Skip Montanaro · 17 years ago
  60. 41e22ff Remove unneeded initializer. by Thomas Heller · 17 years ago
  61. 10d7603 Leave heapreplace() unchanged. by Raymond Hettinger · 17 years ago
  62. 53bdf09 Issue 2274: Add heapq.heappushpop(). by Raymond Hettinger · 17 years ago
  63. 431f029 Consistent tense. by Raymond Hettinger · 17 years ago
  64. 10f40a6 Add 2-to-3 support for the itertools moved to builtins or renamed. by Raymond Hettinger · 17 years ago
  65. a1ca94a Issue 2246: itertools grouper object did not participate in GC (should be backported). by Raymond Hettinger · 17 years ago
  66. 6e3e415 Small code cleanup. by Raymond Hettinger · 17 years ago
  67. 66f91ea C implementation of itertools.permutations(). by Raymond Hettinger · 17 years ago
  68. f3c0559 Issue 1872: Changed the struct module typecode from 't' to '?', for by Thomas Heller · 17 years ago
  69. f1cca2b Fix refleak in chain(). by Raymond Hettinger · 17 years ago
  70. a23aede Try to fix the build for PY_LINUX. by Thomas Heller · 17 years ago
  71. 8bdf81d Merged changes from libffi3-branch. by Thomas Heller · 17 years ago
  72. d553d85 Beef-up docs and tests for itertools. Fix-up end-case for product(). by Raymond Hettinger · 17 years ago
  73. ca752f3 Only DECREF if ret != NULL by Neal Norwitz · 17 years ago
  74. e3fabd1 Handle 0-tuples which can be singletons. by Raymond Hettinger · 17 years ago
  75. 61024b9 Simplify code for itertools.product(). by Raymond Hettinger · 17 years ago
  76. 1cc60ed Updated to pysqlite 2.4.1. Documentation additions will come later. by Gerhard Häring · 17 years ago
  77. 08ff682 Handle the repeat keyword argument for itertools.product(). by Raymond Hettinger · 17 years ago
  78. b4cbc98 Add alternate constructor for itertools.chain(). by Raymond Hettinger · 17 years ago
  79. 05bf633 Have itertools.chain() consume its inputs lazily instead of building a tuple of iterators at the outset. by Raymond Hettinger · 17 years ago
  80. cdddf18 The empty tuple is usually a singleton with a much higher refcnt than 1 by Christian Heimes · 17 years ago
  81. 3bd7712 One too many decrefs. by Raymond Hettinger · 17 years ago
  82. 93e804d Add itertools.combinations(). by Raymond Hettinger · 17 years ago
  83. ea83793 Patch #1691070 from Roger Upole: Speed up PyArg_ParseTupleAndKeywords() and improve error msg by Christian Heimes · 17 years ago
  84. aa0ef52 The contains function raised a gcc warning. The new code is copied straight from py3k. by Christian Heimes · 17 years ago
  85. b628913 Whitespace normalization by Neal Norwitz · 17 years ago
  86. b1d70e2 Coerced PyBool_Type to be able to compare it. by Facundo Batista · 17 years ago
  87. 9d63837 Make sure the itertools filter functions give the same performance for func=bool as func=None. by Raymond Hettinger · 17 years ago
  88. df41989 Issue 2168. gdbm and dbm needs to be iterable; this fixes a by Facundo Batista · 17 years ago
  89. 114dd94 Fix typo of hexidecimal by Neal Norwitz · 17 years ago
  90. ed0a593 Get ctypes working on the Alpha (Tru64). The problem was that there by Neal Norwitz · 17 years ago
  91. ebcfd11 #1506171: added operator.methodcaller(). by Georg Brandl · 17 years ago
  92. e2065c6 #1826: allow dotted attribute paths in operator.attrgetter. by Georg Brandl · 17 years ago
  93. f0476e8 Patch #1957: syslogmodule: Release GIL when calling syslog(3) by Christian Heimes · 17 years ago
  94. 7e251e8 Issue 1089358. Adds the siginterrupt() function, that is just a by Facundo Batista · 17 years ago
  95. 5224d28 Patch #1759: Backport of PEP 3129 class decorators with some help from Georg by Christian Heimes · 17 years ago
  96. 532316d Add more comments by Raymond Hettinger · 17 years ago
  97. a73fbe7 Added future_builtins, which contains PEP 3127 compatible versions of hex() and oct(). by Eric Smith · 17 years ago
  98. 73d7963 Improve the implementation of itertools.product() by Raymond Hettinger · 17 years ago
  99. 50986cc First draft for itertools.product(). Docs and other updates forthcoming. by Raymond Hettinger · 17 years ago
  100. 981f318 configure.ac: Remove the configure check for _Bool, it is already done in the by Thomas Heller · 17 years ago