1. 13dd1f9 reapply f1dc30a1be72 by Benjamin Peterson · 12 years ago
  2. c1a4426 Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input by Victor Stinner · 12 years ago
  3. 478b08e also backout f1dc30a1be72 for not being a bugfix by Benjamin Peterson · 12 years ago
  4. 4807df4 Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write() by Victor Stinner · 12 years ago
  5. 10c74d2 backout 5accb0ac8bfb; needs more discussion on python-dev by Benjamin Peterson · 12 years ago
  6. aa6c297 #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again by Andrew Kuchling · 12 years ago
  7. 22b4b4c Arrange structure to match the common access patterns. by Raymond Hettinger · 12 years ago
  8. 3aa138f Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 12 years ago
  9. c7b0990 ctypes: AIX needs an explicit #include <alloca.h> to get alloca() by Victor Stinner · 12 years ago
  10. a49dcc5 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 12 years ago
  11. 03512c1 Fix comment blocks. Adjust blocksize to a power-of-two for better divmod computations. by Raymond Hettinger · 12 years ago
  12. 0e6283e Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 12 years ago
  13. 16c52a3 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 12 years ago
  14. cb1a028 Issue #17979: Fixed the re module in build with --disable-unicode. by Serhiy Storchaka · 12 years ago
  15. 9855249 - Fix typos in the multiprocessing module. by doko@ubuntu.com · 12 years ago
  16. 5f4ba6b #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 12 years ago
  17. 1e18102 Issue #17928: Fix test_structmembers on 64-bit big-endian machines. by Antoine Pitrou · 12 years ago
  18. 38f1afe Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines. by Antoine Pitrou · 12 years ago
  19. 31bc8be Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable. by Antoine Pitrou · 12 years ago
  20. 880359c Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 12 years ago
  21. d8931c3 Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 12 years ago
  22. 06544ea This local change was lost during the fixing of issue17192 to update by Gregory P. Smith · 12 years ago
  23. 8493a04 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 12 years ago
  24. be92971 Issue #17710: Fix cPickle raising a SystemError on bogus input. by Antoine Pitrou · 12 years ago
  25. 616f2fe Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 12 years ago
  26. 5ef41ab - Issue #17682: Add the _io module to Modules/Setup.dist (commented out). by doko@ubuntu.com · 12 years ago
  27. 6cb4343 - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h by doko@ubuntu.com · 12 years ago
  28. 7e360b3 Issue #17662: fix socketmodule compilation with Setup.dist. by Kristjan Valur Jonsson · 12 years ago
  29. 6c467a4 Revert a premature patch for issue #14010 (changeset d17d10c84d27). by Serhiy Storchaka · 12 years ago
  30. bb84565 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
  31. d6138c4 always allow -1 as a uid by Benjamin Peterson · 12 years ago
  32. 4d7fc3c undo PyInt -> PyLong change; that was wrong by Benjamin Peterson · 12 years ago
  33. 3128923 return int instead long when possible (#17531) by Benjamin Peterson · 12 years ago
  34. 9795ca4 Issue #10212: Support new buffer interface for struct.unpack and cStringIO by Kristján Valur Jónsson · 12 years ago
  35. 11f9893 Issue #10296 : Don't handle BreakPoint exceptions using by Kristján Valur Jónsson · 12 years ago
  36. 4950a3b - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting by doko@ubuntu.com · 12 years ago
  37. 868f0aa issue #9090 : Take the same approach for socketmodule as daytimemodule by Kristján Valur Jónsson · 12 years ago
  38. a39c47a #8862: Fix curses cleanup with getchar is interrupted by a signal. by R David Murray · 12 years ago
  39. 620e364 issue #9090 : Limit the fix to windows since getting a portable simple by Kristján Valur Jónsson · 12 years ago
  40. 6ebc8f3 Issue #9090 : Error code 10035 calling socket.recv() on a socket with a timeout by Kristján Valur Jónsson · 12 years ago
  41. 46ce27a Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 12 years ago
  42. ce9cc49 Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, by Terry Jan Reedy · 12 years ago
  43. 49e4dfe Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 12 years ago
  44. d36d4e0 Issue #13555: Fix an integer overflow check. by Serhiy Storchaka · 12 years ago
  45. 5b2cf5e #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  46. 4676448 Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 12 years ago
  47. 6a8e2b4 Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 12 years ago
  48. e18e05c Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 12 years ago
  49. 36b9d41 Issue #16743: Fix mmap overflow check on 32 bit Windows by Richard Oudkerk · 12 years ago
  50. cdc7a91 Issue #13555: cPickle now supports files larger than 2 GiB. by Serhiy Storchaka · 13 years ago
  51. da5c2a0 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 13 years ago
  52. 083c0aa Clean trailing whitespaces in Makefile.pre.in and grpmodule.c. by Serhiy Storchaka · 13 years ago
  53. 6688bdb Minor cleanups. by Raymond Hettinger · 13 years ago
  54. 276f1d5 Issue #7358: cStringIO.StringIO now supports writing to and reading from by Serhiy Storchaka · 13 years ago
  55. 62e709c Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 13 years ago
  56. 35c52b6 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 13 years ago
  57. 381372d #17091: update docstring for _thread.Lock.acquire. by R David Murray · 13 years ago
  58. a07a8b4 Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 13 years ago
  59. 354d50e Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 13 years ago
  60. 1efd982 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 13 years ago
  61. 4264532 Issue 16398: Use memcpy() in deque.rotate(). by Raymond Hettinger · 13 years ago
  62. a5df290 Update the embedded copy of the expat XML parser to 2.1.0. It brings by Gregory P. Smith · 13 years ago
  63. a8a3468 In the _hashlib module, only initialize the static data for OpenSSL's by Gregory P. Smith · 13 years ago
  64. a998ad0 Additional fix for Issue #12268: The io module file object writelines() methods by Gregory P. Smith · 13 years ago
  65. 46f5b35 Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by Robert Xiao. by Serhiy Storchaka · 13 years ago
  66. 6d3a860 Issue #11729: Backport commit bff052d9 from libffi upstream in order to fix by Stefan Krah · 13 years ago
  67. 221508c Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 13 years ago
  68. 1c60c7a Issue #1602133: 'environ' is not really available with shared libraries on OSX by Ronald Oussoren · 13 years ago
  69. b09ec9b Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 13 years ago
  70. a41cf29 Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 13 years ago
  71. 74f49ab Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 13 years ago
  72. bca2209 Show the function signature in the docstring by Raymond Hettinger · 13 years ago
  73. 08e153a check windows fd validity (closes #16992) by Benjamin Peterson · 13 years ago
  74. 90b5d92 Issue #10527: Use poll() instead of select() for multiprocessing pipes by Richard Oudkerk · 13 years ago
  75. 40056de make deque_clear void, since it's infallible by Benjamin Peterson · 13 years ago
  76. 2cdb643 Issue #16398: Optimize deque.rotate() by Raymond Hettinger · 13 years ago
  77. 9dccb01 use PyInt_FromSsize_t instead of PyLong_FromSsize_t (#10182) by Benjamin Peterson · 13 years ago
  78. 23a32ba Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB by Victor Stinner · 13 years ago
  79. 895cc22 Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 13 years ago
  80. 5ca88d2 get the core to compile --disable-unicode by Benjamin Peterson · 13 years ago
  81. 7450a81 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 13 years ago
  82. c08ded9 rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 13 years ago
  83. 1c6c90f Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 13 years ago
  84. ed512a4 ctypes: DECREF error_object _after_ re-acquiring GIL by Kristjan Valur Jonsson · 13 years ago
  85. ab7dd18 #8853: Allow port to be of type long for socket.getaddrinfo() by Petri Lehtinen · 13 years ago
  86. a2d6d71 call close on the underlying stream even if flush raises (#16597) by Benjamin Peterson · 13 years ago
  87. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
  88. b41524d remove dead code by Benjamin Peterson · 13 years ago
  89. 67c563e #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too. by Ezio Melotti · 13 years ago
  90. 64ab35e 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. by Gregory P. Smith · 13 years ago
  91. 8eeda72 Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 13 years ago
  92. b83575b Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 13 years ago
  93. 0d68ab3 Plug a leak in timemodule. The module dictionary is saved during by Gregory P. Smith · 13 years ago
  94. ec6486d #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  95. b83ea14 Issue #1160: Fix compiling large regular expressions on UCS2 builds. by Antoine Pitrou · 13 years ago
  96. 99f9b8d Issue #15677: Also fix docstrings in zlib module. by Nadeem Vawda · 13 years ago
  97. c1ce93a Fixes issue #9535: Fix pending signals that have been received but not yet by Gregory P. Smith · 13 years ago
  98. acfdfda Fix typo in backporting fix of issue #16411 to 2.7. by Nadeem Vawda · 13 years ago
  99. 3c30970 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 13 years ago
  100. 252f4dc Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 13 years ago