Final head of the former 3.2 branch
  1. 21bf3f9 Issue #22517: When a io.BufferedRWPair object is deallocated, clear its by Georg Brandl · 11 years ago
  2. ec3c103 Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Georg Brandl · 11 years ago
  3. 49991de fix poor spelling by Benjamin Peterson · 11 years ago
  4. 6ef2b36 disallow a negative idx parameter by Benjamin Peterson · 11 years ago
  5. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
  6. fbf648e complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 12 years ago
  7. a9217a4 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 12 years ago
  8. 910bfb7 This local change was lost during the fixing of issue17192 to update by Gregory P. Smith · 12 years ago
  9. 9330597 * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone by Gregory P. Smith · 12 years ago
  10. ece1222 Merge by Kristján Valur Jónsson · 12 years ago
  11. 5aed330 Issue #10296 : Don't handle BreakPoint exceptions using by Kristján Valur Jónsson · 12 years ago
  12. dd35162 merge heads in 3.2 by Gregory P. Smith · 12 years ago
  13. f5d7cc2 #8862: Fix curses cleanup with getchar is interrupted by a signal. by R David Murray · 12 years ago
  14. 029273f Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 12 years ago
  15. 0158af3 Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, by Terry Jan Reedy · 12 years ago
  16. 44d5214 Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 12 years ago
  17. 67bfe80 #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  18. 59f5dee Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 13 years ago
  19. fa46816 Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 13 years ago
  20. 70ca021 Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 13 years ago
  21. 0d09ba8 Issue #16743: Fix mmap overflow check on 32 bit Windows by Richard Oudkerk · 13 years ago
  22. e4ad8aa Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 13 years ago
  23. 4de7457 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 13 years ago
  24. 01ad622 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 13 years ago
  25. 3cf96ac Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 13 years ago
  26. 43536e9 Issue #17089: Expat parser now correctly works with string input not only when by Serhiy Storchaka · 13 years ago
  27. 95b7110 #17091: update docstring for _thread.Lock.acquire. by R David Murray · 13 years ago
  28. 19c4e0d Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 13 years ago
  29. 64359d2 Update the embedded copy of the expat XML parser to 2.1.0. It brings by Gregory P. Smith · 13 years ago
  30. 94dc673 Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 13 years ago
  31. 6375257 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 13 years ago
  32. aded2e5 In the _hashlib module, only initialize the static data for OpenSSL's by Gregory P. Smith · 13 years ago
  33. b9817b0 Additional fix for Issue #12268: The io module file object writelines() methods no longer abort early when one of its write system calls is interrupted (EINTR). by Gregory P. Smith · 13 years ago
  34. 6f02ea0 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 13 years ago
  35. 697e56d Issue #1602133: 'environ' is not really available with shared libraries on OSX by Ronald Oussoren · 13 years ago
  36. e7e9c32 Clean trailing whitespace in itertoolsmodule.c. by Serhiy Storchaka · 13 years ago
  37. a3e9128 Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 13 years ago
  38. 986a56c Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 13 years ago
  39. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 13 years ago
  40. ad1d5f9 Issue #10527: Use poll() instead of select() for multiprocessing pipes by Richard Oudkerk · 13 years ago
  41. b09b167 Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. by Eli Bendersky · 13 years ago
  42. c44057d Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB by Victor Stinner · 13 years ago
  43. 638fb9b Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 13 years ago
  44. e4110dc Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding by Victor Stinner · 13 years ago
  45. 9866231 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 13 years ago
  46. 0b64c14 rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 13 years ago
  47. 56ad5ed Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 13 years ago
  48. 3cbdaa3 Merge with 3.1 : Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 13 years ago
  49. 9946bd6 Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 13 years ago
  50. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
  51. 7eb8a1a remove dead code by Benjamin Peterson · 13 years ago
  52. e3d7e54 #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too. by Ezio Melotti · 13 years ago
  53. 9504b13 Code style fixup: No need for double ((parenthesis)) and use {} on an if else. by Gregory P. Smith · 13 years ago
  54. 90555d0 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. by Gregory P. Smith · 13 years ago
  55. 305e1a7 Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 13 years ago
  56. 27b1ca2 Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 13 years ago
  57. 43fb54c Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 13 years ago
  58. 14b04cd Plug a leak in timemodule. The module dictionary is saved during by Gregory P. Smith · 13 years ago
  59. bf6ecf9 Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. by Antoine Pitrou · 13 years ago
  60. a0dd22e #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  61. 39bdad8 Issue #1160: Fix compiling large regular expressions on UCS2 builds. by Antoine Pitrou · 13 years ago
  62. 19e568d Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 13 years ago
  63. 9463e3a Fixes issue #9535: Fix pending signals that have been received but not by Gregory P. Smith · 13 years ago
  64. 7ee9555 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 13 years ago
  65. ee7889d Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 13 years ago
  66. 3907994 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 13 years ago
  67. e4ad37e Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 13 years ago
  68. 9f69e79 Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. by Antoine Pitrou · 13 years ago
  69. 6a5c7c3 Fix docstring for deque ctor to mark iterable parameter optional by Andrew Svetlov · 13 years ago
  70. c431128 initialize more global type objects (closes #16369) by Benjamin Peterson · 13 years ago
  71. 92c28ca #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 13 years ago
  72. 7646449 Fix math.factorial KeyboardInterrupt segfault. Thanks Amaury for report and diagnosis. by Mark Dickinson · 13 years ago
  73. 5f8f0d6 Issue #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 13 years ago
  74. 5591b02 Fixes Issue #16114: The subprocess module no longer provides a by Gregory P. Smith · 13 years ago
  75. cf45325 Closes #15897: zipimport.c doesn't check return value of fseek(). Typo by Jesus Cea · 13 years ago
  76. 09bf7a7 Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 13 years ago
  77. 67b7b98 Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. by Senthil Kumaran · 13 years ago
  78. e26d3af Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() by Christian Heimes · 13 years ago
  79. 57caede Issue #15973: fixed 3.2 backport. by Alexander Belopolsky · 13 years ago
  80. 3ec1536 Issue #15973: Fixed segmentation fault on timezone comparison to other types. by Alexander Belopolsky · 13 years ago
  81. 16d2b47 #15796: Fix \n in readline docstring. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  82. c8754a1 Closes #15793: Stack corruption in ssl.RAND_egd() by Jesus Cea · 13 years ago
  83. e8db356 #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete (fix 2) by Jesus Cea · 13 years ago
  84. 1f2799b #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete by Jesus Cea · 13 years ago
  85. 941bfcc Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 13 years ago
  86. 96efdd4 Issue #15868: Fix refleak in bytesio.c (Coverity #715365). by Stefan Krah · 13 years ago
  87. 1d85745 Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 13 years ago
  88. 2543756 Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler by Ronald Oussoren · 13 years ago
  89. f2b34b8 Issue 15777: Fix a refleak in _posixsubprocess. by Ross Lagerwall · 13 years ago
  90. eb61f8b Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X. by Ronald Oussoren · 13 years ago
  91. db579d7 Issue #15738: Fix a missing NULL check in subprocess_fork_exec(). by Stefan Krah · 13 years ago
  92. 05d79e9 Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken. by Mark Dickinson · 13 years ago
  93. 6f430e4 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 13 years ago
  94. d182a6c Modules/socketmodule.c: netdb_lock: define static. by Matthias Klose · 13 years ago
  95. 03b4d50 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 13 years ago
  96. 401e17d open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't by Victor Stinner · 13 years ago
  97. 0c1c0d4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 13 years ago
  98. 16e2fca Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 13 years ago
  99. e9c5318 Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 13 years ago
  100. a9a53c7 Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. by Antoine Pitrou · 13 years ago