1. 6394188 Use the new Py_ARRAY_LENGTH macro by Victor Stinner · 13 years ago
  2. 7c8c1ea Fix whitespace. by Ezio Melotti · 13 years ago
  3. 2aa2b3b Clean up a few tabs that went in with PEP393. by Ezio Melotti · 13 years ago
  4. 4cb0de2 Rename new macros to conform to naming rules (function macros have "Py" prefix, not "PY"). by Georg Brandl · 13 years ago
  5. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  6. 48d4949 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 13 years ago
  7. b86ecf4 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 13 years ago
  8. c7d93b7 Issue #1621: Fix undefined behaviour from signed overflow in datetime module hashes, array and list iterations, and get_integer (stringlib/string_format.h) by Mark Dickinson · 13 years ago
  9. 50203a6 Return +-Py_HUGE_VAL for tgamma(+-0) instead of risking FP exceptions by computing 1.0 / 0.0. by Mark Dickinson · 13 years ago
  10. dc863dd Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python. by Charles-François Natali · 13 years ago
  11. a61b053 Merge #12973 itertools fix. by Mark Dickinson · 13 years ago
  12. b2f6bc7 Issue #12973: Fix itertools bug caused by signed integer overflow. Thanks Stefan Krah. by Mark Dickinson · 13 years ago
  13. 3454d52 merge 3.2 by Benjamin Peterson · 13 years ago
  14. adde86d fix compiler compliant about \0 not being an opcode by Benjamin Peterson · 13 years ago
  15. 41c98a3 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  16. 4507e64 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  17. 1c9f0c9 Issue #1172711: Add 'long long' support to the array module. by Meador Inge · 13 years ago
  18. 6fa6777 os.statvfs() encodes the filename to the filesystem encoding by Victor Stinner · 13 years ago
  19. b1e5d59 Issue #12517: Silence warning on windows buildbots (from 7fd80c61ddaa). by Ross Lagerwall · 13 years ago
  20. 9428d53 only compile xattrs on glibc (closes #12720) by Benjamin Peterson · 13 years ago
  21. b77fe17 Use xattr functions from sys/xattr.h instead of attr/xattr.h (closes #12720) by Benjamin Peterson · 13 years ago
  22. 65604b5 Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 13 years ago
  23. bbe46d6 Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 13 years ago
  24. 64d25dd Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module. by Nadeem Vawda · 13 years ago
  25. ab7060e Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 13 years ago
  26. bbd8bec Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 13 years ago
  27. 54b0149 Typo by Jesus Cea · 13 years ago
  28. 9c82227 Yet another fix for #12763: test_posix failure on OpenIndiana by Jesus Cea · 13 years ago
  29. f2cb4e8 Close issue 12952: Solaris/Illumos (OpenIndiana) Scheduling policies by Jesus Cea · 13 years ago
  30. 9e3e70b Issue #12904: os.utime, os.futimes, os.lutimes, and os.futimesat now write by Larry Hastings · 13 years ago
  31. 3d5881e Issue #12909: Make PyLong_As* functions consistent in their use of exceptions. by Nadeem Vawda · 13 years ago
  32. 425fcd3 Issue #12929: faulthandler now uses char* for arithmetic on pointers by Victor Stinner · 13 years ago
  33. ea0d5fc Issue #12871: sched_get_priority_(min|max) might not be defined even though by Charles-François Natali · 13 years ago
  34. 388c0e2 merge heads by Benjamin Peterson · 13 years ago
  35. 6d8f744 merge 3.2 (#1616) by Benjamin Peterson · 13 years ago
  36. f22913b cast to getter by Benjamin Peterson · 13 years ago
  37. 71e44cb Issue #12567: Add curses.unget_wch() function by Victor Stinner · 13 years ago
  38. 9fd5374 merge 3.2 (#12878) by Benjamin Peterson · 13 years ago
  39. f6f3a35 add a __dict__ descr for IOBase (closes #12878) by Benjamin Peterson · 13 years ago
  40. 842d921 ctypes: Slightly better error message when a struct field name is not a string. by Amaury Forgeot d'Arc · 13 years ago
  41. 9b20e27 Merge from 3.2: Issue #12764: Fix a crash in ctypes when the name of a by Amaury Forgeot d'Arc · 13 years ago
  42. 02dd539 Issue #12764: Fix a crash in ctypes when the name of a Structure field is not by Amaury Forgeot d'Arc · 13 years ago
  43. 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 13 years ago
  44. dd2f8b0 Merge from 3.2: by Amaury Forgeot d'Arc · 13 years ago
  45. faecc38 Issue #11241: subclasses of ctypes.Array can now be subclassed. by Amaury Forgeot d'Arc · 13 years ago
  46. 326e189 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 13 years ago
  47. a514eb9 Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  48. 55549ec Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  49. ee763e2 Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  50. 82be19f Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  51. 466517d Issue #12837: POSIX.1-2008 allows socklen_t to be a signed integer: re-enable by Charles-François Natali · 13 years ago
  52. ac7e9e0 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  53. aa26b27 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  54. 44c6ef5 Merge: #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  55. 524148a Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  56. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 13 years ago
  57. e9e95ae sock_sendmsg/sock_recvmsg: Use {0} to 0-initialize aggregate types with by Charles-François Natali · 13 years ago
  58. b09f25e Issue12810: Remove check for negative unsigned value in socketmodule.c. Patch by Charles-François Natali · 13 years ago
  59. 162fee1 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  60. bcb39d4 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  61. 710d27e Close #12826: fix socketmodule.c for OpenBSD, include sys/uio.h by Victor Stinner · 13 years ago
  62. 4ecf6cf Attempt to address Windows buildbot failures by Nick Coghlan · 13 years ago
  63. 96fe56a Add support for the send/recvmsg API to the socket module. Patch by David Watson and Heiko Wundram. (Closes #6560) by Nick Coghlan · 13 years ago
  64. e8bb1a0 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  65. e05565e Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  66. 18bb330 Fix compilation under Windows by Antoine Pitrou · 13 years ago
  67. df7fc9d Issue #12778: Reduce memory consumption when JSON-encoding a large container of many small objects. by Antoine Pitrou · 13 years ago
  68. 7ec7fc4 #12725: merge with 3.2. by Ezio Melotti · 13 years ago
  69. 388c945 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  70. e58bffb Followup to 8e824e09924a: fix regression on 32-bit builds by Antoine Pitrou · 13 years ago
  71. 3c7e928 Issue #12744: Fix inefficient representation of integers by Antoine Pitrou · 13 years ago
  72. 3bf71c5 Fix incorrect comment in zlib.Decompress.flush(). by Nadeem Vawda · 13 years ago
  73. 1c38546 Issue #12646: Add an 'eof' attribute to zlib.Decompress. by Nadeem Vawda · 13 years ago
  74. fdf4a27 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  75. f6c7a85 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  76. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  77. a17a5d6 typo by Benjamin Peterson · 13 years ago
  78. 087a2a9 merge 3.2 by Benjamin Peterson · 13 years ago
  79. fc9bbd1 dosmodule is, thankfully, no more by Benjamin Peterson · 13 years ago
  80. 7ac9214 fix arg strings by Benjamin Peterson · 13 years ago
  81. 4e36d5a need NULL sentinel by Benjamin Peterson · 13 years ago
  82. bad9c2f avoid warning when SchedParamType is not used by Benjamin Peterson · 13 years ago
  83. e3298dd only add sched_param if it is initialized by Benjamin Peterson · 13 years ago
  84. 8f7bdd3 I have been spoiled by chained comparisons in python by Benjamin Peterson · 13 years ago
  85. 9b374bf comparing on number of cpus makes more sense by Benjamin Peterson · 13 years ago
  86. 0163c9a fix sched defines by Benjamin Peterson · 13 years ago
  87. c5fce4d check individually for some for sched_ functions by Benjamin Peterson · 13 years ago
  88. e870fe6 make_new_cpu_set takes the number of cpus by Benjamin Peterson · 13 years ago
  89. 2740af8 sched.h can exist without sched affinity support by Benjamin Peterson · 13 years ago
  90. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
  91. 9e2e990 Fix build error in _curses module when not using libncursesw. by Nadeem Vawda · 13 years ago
  92. 906b88f Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. by Eli Bendersky · 13 years ago
  93. 114f0e4 Issue #12607: Merge with 3.2. by Ross Lagerwall · 13 years ago
  94. d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 13 years ago
  95. d42c1d0 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 13 years ago
  96. e96ec68 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 13 years ago
  97. d649480 Issue #12551: Provide a get_channel_binding() method on SSL sockets so as by Antoine Pitrou · 13 years ago
  98. 2ebada4 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper by Barry Warsaw · 13 years ago
  99. d460a76 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper by Barry Warsaw · 13 years ago
  100. 874d65a Issue #11321: Fix a crash with multiple imports of the _pickle module when by Antoine Pitrou · 13 years ago