1. 19886b8 fix libffi build on AIX (closes #18248) by Benjamin Peterson · 12 years ago
  2. 2f13f54 fixed libffi on PPC without __NO_FPRS__ by Christian Heimes · 12 years ago
  3. d2774c7 Issue #18259: Declare sethostname in socketmodule.c for AIX by Christian Heimes · 12 years ago
  4. f0400ba Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 12 years ago
  5. 43b2639 ctypes: AIX needs an explicit #include <alloca.h> to get alloca() by Victor Stinner · 12 years ago
  6. c7b6c50 Describe 'surrogateescape' in the documentation. by Andrew Kuchling · 12 years ago
  7. 53e5ea7 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 12 years ago
  8. a822d366 Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 12 years ago
  9. a534fc4 Close #18109: os.uname() now decodes fields from the locale encoding, and by Victor Stinner · 12 years ago
  10. 04754b0 Support multiarch build in tests. by Stefan Krah · 12 years ago
  11. 891ca9e Backport bff16086f03b and bcaaaa00425b. by Stefan Krah · 12 years ago
  12. 6edda14 Issue #17768: Support newline fill character in decimal.py and NUL fill by Stefan Krah · 12 years ago
  13. 37a79a1 Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 12 years ago
  14. 3a09286 Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory. by Jason R. Coombs · 12 years ago
  15. 6dc32b3 Issue #13612: handle unknown encodings without a buffer overflow. by Eli Bendersky · 12 years ago
  16. 3b08a29 indicate that read/write work with bytes (closes #18009) by Benjamin Peterson · 12 years ago
  17. 27a4ac5 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 12 years ago
  18. 66d53fa Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 12 years ago
  19. 6a55dc3 Issue #17989: fix typo in error message by Eli Bendersky · 12 years ago
  20. 08231a9 Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 12 years ago
  21. ef9683b Issue #17989: element_setattro returned incorrect error value. by Eli Bendersky · 12 years ago
  22. 18b7191 C89 declaration compliance by Benjamin Peterson · 12 years ago
  23. 9df891c - Fix typos in the multiprocessing module. by doko@ubuntu.com · 12 years ago
  24. dedac52 prevent double free in cleanup code (#17968) by Benjamin Peterson · 12 years ago
  25. 7f98739 Issue #17968: Fix memory leak in os.listxattr(). by Antoine Pitrou · 12 years ago
  26. babc822 #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 12 years ago
  27. a7f7deb 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
  28. 002a77d Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 12 years ago
  29. c8c952c Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 12 years ago
  30. 5dc268e * Fix remaining bits of issue 17192 for 3.3 - these changes by Gregory P. Smith · 12 years ago
  31. e9d0633 * Fix PART of issue 17192 for 3.3 - reapply the issue11729 patch by Gregory P. Smith · 12 years ago
  32. 9330597 * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone by Gregory P. Smith · 12 years ago
  33. d160b12 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 12 years ago
  34. d4cb4b7 Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner by Eli Bendersky · 12 years ago
  35. 637c7c4 Fix reference leak in _pickle. by Alexandre Vassalotti · 12 years ago
  36. cf8a1e5 - Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long. by Antoine Pitrou · 12 years ago
  37. 51ce29c remove pointless code (closes #17738) by Benjamin Peterson · 12 years ago
  38. 3034efd Issue #17710: Fix pickle raising a SystemError on bogus input. by Antoine Pitrou · 12 years ago
  39. 00d83f2 Clean up error messages raised by save_reduce in _pickle. by Alexandre Vassalotti · 12 years ago
  40. 4bb1734 Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 12 years ago
  41. 278d03b Revert a premature patch for issue #14010 (changeset aaaf36026511). by Serhiy Storchaka · 12 years ago
  42. e8f706e Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
  43. bd2d30c Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c) by Victor Stinner · 12 years ago
  44. d6e9f32 Merge by Kristján Valur Jónsson · 12 years ago
  45. ece1222 Merge by Kristján Valur Jónsson · 12 years ago
  46. a251b37 #10296: Merge to 3.3 by Kristján Valur Jónsson · 12 years ago
  47. 5aed330 Issue #10296 : Don't handle BreakPoint exceptions using by Kristján Valur Jónsson · 12 years ago
  48. cca8507 merge heads in 3.3 by Gregory P. Smith · 12 years ago
  49. dd35162 merge heads in 3.2 by Gregory P. Smith · 12 years ago
  50. 0408bf9 Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 12 years ago
  51. 779dab9 Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal. by R David Murray · 12 years ago
  52. f5d7cc2 #8862: Fix curses cleanup with getchar is interrupted by a signal. by R David Murray · 12 years ago
  53. 029273f Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 12 years ago
  54. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 12 years ago
  55. 09b7503 Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4 by Terry Jan Reedy · 12 years ago
  56. 0158af3 Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, by Terry Jan Reedy · 12 years ago
  57. 31584e3 Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 12 years ago
  58. 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
  59. 255bf5b Issue #16962: Use getdents64 instead of the obsolete getdents syscall in by Gregory P. Smith · 12 years ago
  60. 29ec595 Issue #17223: array module: Fix a crasher when converting an array containing by Victor Stinner · 12 years ago
  61. 9f10f56 Merge #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  62. 67bfe80 #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  63. df4aa64 Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 12 years ago
  64. 59f5dee Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 12 years ago
  65. b0c75a7 Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 12 years ago
  66. fa46816 Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 12 years ago
  67. f8def28 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 12 years ago
  68. a0eb809 Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 12 years ago
  69. 70ca021 Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 12 years ago
  70. 6d40134 Merge by Richard Oudkerk · 12 years ago
  71. 0d09ba8 Issue #16743: Fix mmap overflow check on 32 bit Windows by Richard Oudkerk · 12 years ago
  72. e4ad8aa Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 12 years ago
  73. 55e2238 Raise KeyError instead of OverflowError when getpwuid's argument is out of by Serhiy Storchaka · 12 years ago
  74. b462189 Reject float as uid or gid. by Serhiy Storchaka · 12 years ago
  75. 7cf5599 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 12 years ago
  76. 986bbfc Backport deque.rotate() improvements. by Raymond Hettinger · 12 years ago
  77. c73c561 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
  78. 4de7457 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
  79. 8135de8 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 12 years ago
  80. 01ad622 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 12 years ago
  81. 2efdc90 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 12 years ago
  82. 3cf96ac Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 12 years ago
  83. 36b365c Issue #17089: Expat parser now correctly works with string input not only when by Serhiy Storchaka · 12 years ago
  84. 43536e9 Issue #17089: Expat parser now correctly works with string input not only when by Serhiy Storchaka · 12 years ago
  85. b7be42b merge #17091: update docstring for _thread.Lock.acquire. by R David Murray · 12 years ago
  86. 95b7110 #17091: update docstring for _thread.Lock.acquire. by R David Murray · 12 years ago
  87. 1d0bb9c Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 12 years ago
  88. 19c4e0d Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 12 years ago
  89. d03ce4a Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 12 years ago
  90. 94dc673 Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 12 years ago
  91. c27bcbf Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  92. 6375257 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  93. 90fa950 In the _hashlib module, only initialize the static data for OpenSSL's by Gregory P. Smith · 12 years ago
  94. aded2e5 In the _hashlib module, only initialize the static data for OpenSSL's by Gregory P. Smith · 12 years ago
  95. 99ec7f6 Additional fix for issue #12268: The io module file object write methods no by Gregory P. Smith · 12 years ago
  96. 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 · 12 years ago
  97. 0ecd30b Issue #17098: Make sure every module has __loader__ defined. by Brett Cannon · 12 years ago
  98. 60cc323 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  99. 6f02ea0 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  100. 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 12 years ago