1. e9e95ae sock_sendmsg/sock_recvmsg: Use {0} to 0-initialize aggregate types with by Charles-François Natali · 13 years ago
  2. b09f25e Issue12810: Remove check for negative unsigned value in socketmodule.c. Patch by Charles-François Natali · 13 years ago
  3. 162fee1 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  4. bcb39d4 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  5. 710d27e Close #12826: fix socketmodule.c for OpenBSD, include sys/uio.h by Victor Stinner · 13 years ago
  6. 4ecf6cf Attempt to address Windows buildbot failures by Nick Coghlan · 13 years ago
  7. 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
  8. e8bb1a0 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  9. e05565e Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  10. 18bb330 Fix compilation under Windows by Antoine Pitrou · 13 years ago
  11. df7fc9d Issue #12778: Reduce memory consumption when JSON-encoding a large container of many small objects. by Antoine Pitrou · 13 years ago
  12. 7ec7fc4 #12725: merge with 3.2. by Ezio Melotti · 13 years ago
  13. 388c945 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  14. e58bffb Followup to 8e824e09924a: fix regression on 32-bit builds by Antoine Pitrou · 13 years ago
  15. 3c7e928 Issue #12744: Fix inefficient representation of integers by Antoine Pitrou · 13 years ago
  16. 3bf71c5 Fix incorrect comment in zlib.Decompress.flush(). by Nadeem Vawda · 13 years ago
  17. 1c38546 Issue #12646: Add an 'eof' attribute to zlib.Decompress. by Nadeem Vawda · 13 years ago
  18. fdf4a27 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  19. f6c7a85 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  20. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  21. a17a5d6 typo by Benjamin Peterson · 13 years ago
  22. 087a2a9 merge 3.2 by Benjamin Peterson · 13 years ago
  23. fc9bbd1 dosmodule is, thankfully, no more by Benjamin Peterson · 13 years ago
  24. 7ac9214 fix arg strings by Benjamin Peterson · 13 years ago
  25. 4e36d5a need NULL sentinel by Benjamin Peterson · 13 years ago
  26. bad9c2f avoid warning when SchedParamType is not used by Benjamin Peterson · 13 years ago
  27. e3298dd only add sched_param if it is initialized by Benjamin Peterson · 13 years ago
  28. 8f7bdd3 I have been spoiled by chained comparisons in python by Benjamin Peterson · 13 years ago
  29. 9b374bf comparing on number of cpus makes more sense by Benjamin Peterson · 13 years ago
  30. 0163c9a fix sched defines by Benjamin Peterson · 13 years ago
  31. c5fce4d check individually for some for sched_ functions by Benjamin Peterson · 13 years ago
  32. e870fe6 make_new_cpu_set takes the number of cpus by Benjamin Peterson · 13 years ago
  33. 2740af8 sched.h can exist without sched affinity support by Benjamin Peterson · 13 years ago
  34. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
  35. 9e2e990 Fix build error in _curses module when not using libncursesw. by Nadeem Vawda · 13 years ago
  36. 906b88f Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. by Eli Bendersky · 13 years ago
  37. 114f0e4 Issue #12607: Merge with 3.2. by Ross Lagerwall · 13 years ago
  38. d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 13 years ago
  39. d42c1d0 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 13 years ago
  40. e96ec68 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 13 years ago
  41. d649480 Issue #12551: Provide a get_channel_binding() method on SSL sockets so as by Antoine Pitrou · 13 years ago
  42. 2ebada4 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper by Barry Warsaw · 13 years ago
  43. d460a76 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper by Barry Warsaw · 13 years ago
  44. 874d65a Issue #11321: Fix a crash with multiple imports of the _pickle module when by Antoine Pitrou · 13 years ago
  45. 8391cf4 Issue #11321: Fix a crash with multiple imports of the _pickle module when by Antoine Pitrou · 13 years ago
  46. a7878b7 Close #6755: Add get_wch() method to curses.window class by Victor Stinner · 13 years ago
  47. a9a9dab Issue #12550: Add chain optional argument to faulthandler.register() by Victor Stinner · 13 years ago
  48. 90ce72d Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError. by Antoine Pitrou · 13 years ago
  49. cb4ae81 Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError. by Antoine Pitrou · 13 years ago
  50. 7128f95 Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 13 years ago
  51. b9ac25d Issue #12440: When testing whether some bits in SSLContext.options can be by Antoine Pitrou · 13 years ago
  52. c655a72 Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows. by Victor Stinner · 13 years ago
  53. 2cded9c Issue #12016: Multibyte CJK decoders now resynchronize faster by Victor Stinner · 13 years ago
  54. 081fe46 Issue #9566: cast unsigned int to Py_ssize_t in md5 and sha1 modules by Victor Stinner · 13 years ago
  55. 7f53a50 Issue #12459: time.sleep() now raises a ValueError if the sleep length is by Victor Stinner · 13 years ago
  56. d9fc85d (merge 3.2) Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows. by Victor Stinner · 13 years ago
  57. 99b9538 Issue #9642: Uniformize the tests on the availability of the mbcs codec by Victor Stinner · 13 years ago
  58. 9122fdd Issue #9642: Fix the definition of time.clock() on Windows by Victor Stinner · 13 years ago
  59. 48b1ce5 Issue #12462: time.sleep() now calls immediatly the (Python) signal handler if by Victor Stinner · 13 years ago
  60. 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
  61. 0aafa4f faulthandler: add missing include, pthread.h, for FreeBSD 6 by Victor Stinner · 13 years ago
  62. dd6098b merge 3.2 by Benjamin Peterson · 13 years ago
  63. 7d80bd1 Fix closes issue 11568 - update select.epoll.register docstring with mention of correct behavior. by Senthil Kumaran · 13 years ago
  64. bc80822 Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. by Ross Lagerwall · 13 years ago
  65. 1db37f3 Merge with 3.2 (Issue #12404). by Ross Lagerwall · 13 years ago
  66. dbfb9b8 Issue 12404: Remove C89 incompatible code from mmap module. by Ross Lagerwall · 13 years ago
  67. 7edb5df Issue #6697: _lsprof: normalizeUserObj() doesn't encode/decode (UTF-8) the by Victor Stinner · 13 years ago
  68. 99563b1 calculate_path() decodes the PYTHONPATH environment variable from the locale by Victor Stinner · 13 years ago
  69. 6ee7a57 (Merge 3.2) posixmodule.c: fix function name in argument parsing by Victor Stinner · 13 years ago
  70. 26de69d posixmodule.c: fix function name in argument parsing by Victor Stinner · 13 years ago
  71. 4ff1a41 Merge 3.2 - update to the fix for #12084 by Brian Curtin · 13 years ago
  72. c8be840 Correct completely broken os.stat behavior on Windows XP. by Brian Curtin · 13 years ago
  73. a87d586 branch merge? by Brian Curtin · 13 years ago
  74. c9d6a50 branch merge by Brian Curtin · 13 years ago
  75. 3e86c99 Merge from 3.2 for Issue #12084. by Brian Curtin · 13 years ago
  76. d25aef5 Fix #12084. os.stat on Windows wasn't working properly with relative symlinks. by Brian Curtin · 13 years ago
  77. a529308 Issue #12287: In ossaudiodev, check that the device isn't closed in several by Charles-François Natali · 13 years ago
  78. b0ae53d Issue #9344: Add os.getgrouplist(). by Ross Lagerwall · 13 years ago
  79. 10c30d6 Issue #8407: signal.sigwait() releases the GIL by Victor Stinner · 13 years ago
  80. d9463b2 Merge 3.2 by Brian Curtin · 13 years ago
  81. 95d028f Correction to 88e318166eaf - Issue #11583 by Brian Curtin · 13 years ago
  82. 9a82eaa Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat. by Brian Curtin · 13 years ago
  83. 9c669cc Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat. by Brian Curtin · 13 years ago
  84. 4dd453c Issue #12021: Make mmap's read() method argument optional. Patch by Petri by Charles-François Natali · 13 years ago
  85. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 13 years ago
  86. 4a5e5de Revert a reversed comparison order introduced in r70695. by Brett Cannon · 13 years ago
  87. eb175c4 Remove a redundant assignment. by Brett Cannon · 13 years ago
  88. 5fac8af Checking if an unsigned long is < 0 is pointless. by Brett Cannon · 13 years ago
  89. a0b1ff5 Remove some extraneous parentheses and swap the comparison order to by Brett Cannon · 13 years ago
  90. 368f34b Issue #12196: Make os.pipe2() flags argument mandatory. by Charles-François Natali · 13 years ago
  91. f0cdbad always clear parser error by Benjamin Peterson · 13 years ago
  92. d64b2ba merge heads. by Gregory P. Smith · 13 years ago
  93. f719957d only clear the parser error if it's set (closes #12264) by Benjamin Peterson · 13 years ago
  94. 2bc6c2e (Merge 3.2) Issue #12016: Reindent decoders of HK and JP codecs by Victor Stinner · 13 years ago
  95. 5dfe3bb Issue #12016: Reindent decoders of HK and JP codecs by Victor Stinner · 13 years ago
  96. 5397c79 Merge 3.2 by Éric Araujo · 13 years ago
  97. affcf29 Branch merge by Éric Araujo · 13 years ago
  98. fdb2d90 merge 3.1 by Benjamin Peterson · 13 years ago
  99. 52e6144 return NULL on error by Benjamin Peterson · 13 years ago
  100. f17101a merge 3.2 by Benjamin Peterson · 13 years ago