1. 9287acf ctypes NULL function pointers have a boolean False value now. by Thomas Heller · 16 years ago
  2. a52b244 Fix compiler warning. by Thomas Heller · 16 years ago
  3. 2a9179a Fix two typos. by Raymond Hettinger · 16 years ago
  4. 572226c Define macros so that this still compiles on Python prior to r63675. by Gregory P. Smith · 16 years ago
  5. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  6. 8c255e4 Patch #1722225: Support QNX 6. by Martin v. Löwis · 16 years ago
  7. 778d5cc Tweak the comments and formatting. by Raymond Hettinger · 16 years ago
  8. 99dfe92 Issue #2819: Add math.sum, a function that sums a sequence of floats by Mark Dickinson · 16 years ago
  9. ca3939c bsddb module updated to version 4.7.0 by Jesus Cea · 16 years ago
  10. 03b75dd On HPUX, -fPIC must be used for linking. _ctypes now builds on HP-UX by Thomas Heller · 16 years ago
  11. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 16 years ago
  12. 664782e issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get by Gregory P. Smith · 16 years ago
  13. 3c4971c Added Python 3.0 warning to cPickle. by Alexandre Vassalotti · 16 years ago
  14. 5049a85 #2890: support os.O_ASYNC and fcntl.FASYNC. by Georg Brandl · 16 years ago
  15. ca21c65 Following Amaury's advice by Christian Heimes · 16 years ago
  16. 0bd23c0 Fixed #2870: cmathmodule.c compile error by Christian Heimes · 16 years ago
  17. 2224817 Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. by Brett Cannon · 16 years ago
  18. 4652537 Deprecate imgfile for removal in 3.0. by Brett Cannon · 16 years ago
  19. 75ba465 Deprecated 'fm' for removal in 3.0. by Brett Cannon · 16 years ago
  20. 178582e FL, flp, and fl from IRIX have been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  21. 044616a Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0. by Brett Cannon · 16 years ago
  22. 650f516 Deprecate CL, CL_old, and cl for 3.0. by Brett Cannon · 16 years ago
  23. ddf949f The CD and cd modules for IRIX are deprecated for 3.0. by Brett Cannon · 16 years ago
  24. 34721d5 Deprecate al/AL for removal in 3.0. by Brett Cannon · 16 years ago
  25. ef9764f bsddb module updated to version 4.6.4 by Jesus Cea · 16 years ago
  26. bb141bb Deprecate the timing module for removal in Python 3.0. by Brett Cannon · 16 years ago
  27. ac861b5 Deprecate the sv module as per PEP 4. by Brett Cannon · 16 years ago
  28. 42bfa90 Depreate imageop for removal in 3.0. by Brett Cannon · 16 years ago
  29. b61d801 Put Lib/lib-old back on to sys.path for module renames. by Brett Cannon · 16 years ago
  30. 6a57c08 #1326: document and test zipimporter.archive and zipimporter.prefix. by Georg Brandl · 16 years ago
  31. 9510e4a Added module stub for copy_reg renaming in 3.0. by Alexandre Vassalotti · 16 years ago
  32. 7595c1a Flesh out the 3.0 deprecation to suggest using the ctypes module. by Brett Cannon · 16 years ago
  33. df0a717 The linuxaudidev module has been deprecated for removal in Python 3.0. by Brett Cannon · 16 years ago
  34. 7f874fc Deprecate the dl module for removal in 3.0. by Brett Cannon · 16 years ago
  35. 768d44f Deprecate the bsddb185 module for removal in 3.0. by Brett Cannon · 16 years ago
  36. 9ac3974 Deprecate the pure module for 3.0. by Brett Cannon · 16 years ago
  37. 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 16 years ago
  38. f8476c1 Issue #2487. math.ldexp(x, n) raised OverflowError when n was large and by Mark Dickinson · 16 years ago
  39. af748c3 Implemented PEP 370 by Christian Heimes · 16 years ago
  40. c8a0d2f Intern static string by Christian Heimes · 16 years ago
  41. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 16 years ago
  42. e11c9b3 Implemented feature request 2157: Converter names are cut off at '(' by Gerhard Häring · 16 years ago
  43. 5a366c3 Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The by Gerhard Häring · 16 years ago
  44. ffa3357 SQLite requires 64-bit integers in order to build. So the whole HAVE_LONG_LONG by Gerhard Häring · 16 years ago
  45. 8dc4303 Rename the test_traceback_print() function to traceback_print() to prevent by Brett Cannon · 16 years ago
  46. 141534e Fix a bug introduced by the warnings rewrite where tracebacks were being by Brett Cannon · 16 years ago
  47. f19a7b9 A little reformating of Py3k warnings by Benjamin Peterson · 16 years ago
  48. 9f4f481 Use PyErr_WarnPy3k throughout by Benjamin Peterson · 16 years ago
  49. a6b79f3 Add missing return type to dealloc. by Georg Brandl · 16 years ago
  50. 6ad5fbb Add from_buffer and from_buffer_copy class methods to ctypes types. by Thomas Heller · 16 years ago
  51. bf027c4 Remove cyclic reference in CFuncPtr instances; see issue #2682. by Thomas Heller · 16 years ago
  52. 83c9201 Fix typo. by Martin v. Löwis · 16 years ago
  53. 0da94c8 Silence 'r may be used uninitialized' compiler warning. by Mark Dickinson · 16 years ago
  54. 92483cd math.atan2 is misbehaving on Windows; this patch by Mark Dickinson · 16 years ago
  55. c632301 Even more fixes for alpha Tru64, this time for the phase and polar methods. by Mark Dickinson · 16 years ago
  56. 98c317a Issue 2662: Initialize special value tables dynamically (i.e. when by Mark Dickinson · 16 years ago
  57. cec3f13 Yet more explicit special case handling to make by Mark Dickinson · 16 years ago
  58. b2f7090 FreeBSD doesn't follow C99 for modf(inf); so add explicit by Mark Dickinson · 16 years ago
  59. a1293eb Additional special-case handling for math.pow. by Mark Dickinson · 16 years ago
  60. e941d97 Additional tests for math.pow, and extra special-case by Mark Dickinson · 16 years ago
  61. 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
  62. 046e6a4 Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C for by Thomas Heller · 16 years ago
  63. 41a0a37 Improve -X error message. by Georg Brandl · 16 years ago
  64. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 16 years ago
  65. 73bee44 fix compiler warnings by Gregory P. Smith · 16 years ago
  66. 7a98d27 Applied patch #2617 from Frank Wierzbicki wit some extras from me by Christian Heimes · 16 years ago
  67. d3ed492 Performance improvements. by Thomas Heller · 16 years ago
  68. 12c4e64 Move backwards compatibility macro to the correct place; by Thomas Heller · 16 years ago
  69. 79e42a0 Fix zlib crash from zlib.decompressobj().flush(val) when val was not positive. by Gregory P. Smith · 16 years ago
  70. 7adc776 Issue 2408: remove the _types module by Amaury Forgeot d'Arc · 16 years ago
  71. c20adf8 Use the new PyFile_IncUseCount & PyFile_DecUseCount calls appropriatly by Gregory P. Smith · 16 years ago
  72. 28112d0 type by Skip Montanaro · 16 years ago
  73. 9e0fa7a Declare inittimezone static. by Skip Montanaro · 16 years ago
  74. c4ef476 More files from libffi 3.0.5. by Thomas Heller · 16 years ago
  75. e1929d5 Sync with files from the just released libffi 3.0.5 version. by Thomas Heller · 16 years ago
  76. 8e8ba15 Issue #2543: Make ctypes compatible (again) with Python 2.3, 2.4, and 2.5. by Thomas Heller · 16 years ago
  77. b1ba750 Remove the advertising clause from the BSD license in timing.h. by Guido van Rossum · 16 years ago
  78. 91e0cda Backport #1442: report exception when startup file cannot be run. by Georg Brandl · 16 years ago
  79. 94eba71 Repair compilation for Visual Studio 2005. by Amaury Forgeot d'Arc · 16 years ago
  80. 2a11c05 Update sqlite3 module to match current version of pysqlite. by Gerhard Häring · 16 years ago
  81. b980342 Accept patch issue2426 by Paul Kippes (kippesp). by Gregory P. Smith · 16 years ago
  82. 5802bb2 Fix compiler warnings by Neal Norwitz · 16 years ago
  83. 018a362 Fix and simplify error handling, silencing a compiler warning. by Georg Brandl · 16 years ago
  84. 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
  85. a8c3f2b Minor docstring typos by Andrew M. Kuchling · 16 years ago
  86. fffd939 Make _ctypes.c PY_SSIZE_T_CLEAN. by Thomas Heller · 16 years ago
  87. 1e7c375 #2359: add Py3k warning for array.read/array.write. by Georg Brandl · 16 years ago
  88. aef3e52 On platforms without zlib, make this do the right thing and return the python by Gregory P. Smith · 16 years ago
  89. 1fa588e Use a 32-bit unsigned int here, a long is not needed. by Gregory P. Smith · 16 years ago
  90. b74d084 Conditionalize sys/time.h inclusion. by Martin v. Löwis · 16 years ago
  91. aef18b1 Patch #2240: Implement signal.setitimer and signal.getitimer. by Martin v. Löwis · 16 years ago
  92. 440ca77 Have the binascii module use zlib's optimized crc32() function when available by Gregory P. Smith · 16 years ago
  93. be446b4 replace calls to get the initial values with the raw constants. by Gregory P. Smith · 16 years ago
  94. 73f57b0 Revert r61779 - It undid correct code and caused test_zlib to fail on all by Gregory P. Smith · 16 years ago
  95. acbd642 Fix test_tarfile failures on Alpha (Tru64). The problem was caused in r61449 by Neal Norwitz · 16 years ago
  96. 0e9ab5f Applied patch #1657 epoll and kqueue wrappers for the select module by Christian Heimes · 16 years ago
  97. a5cfcad Prevent ioctl op codes from being sign extended from int to unsigned long by Gregory P. Smith · 16 years ago
  98. 0ccfe5f Remove itertools warnings I had added before the 2-to-3 handled the migration. by Raymond Hettinger · 16 years ago
  99. 10dca6e The filter() function does support a None argument in Py3.0. by Raymond Hettinger · 16 years ago
  100. 2724ab9 Added zip, map, filter to future_bultins (#2171) by David Wolever · 16 years ago