1. b462189 Reject float as uid or gid. by Serhiy Storchaka · 12 years ago
  2. 7cf5599 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 12 years ago
  3. 986bbfc Backport deque.rotate() improvements. by Raymond Hettinger · 12 years ago
  4. c73c561 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
  5. 4de7457 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
  6. 8135de8 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 12 years ago
  7. 01ad622 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 12 years ago
  8. 2efdc90 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 12 years ago
  9. 3cf96ac Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 12 years ago
  10. 36b365c Issue #17089: Expat parser now correctly works with string input not only when by Serhiy Storchaka · 12 years ago
  11. 43536e9 Issue #17089: Expat parser now correctly works with string input not only when by Serhiy Storchaka · 12 years ago
  12. b7be42b merge #17091: update docstring for _thread.Lock.acquire. by R David Murray · 12 years ago
  13. 95b7110 #17091: update docstring for _thread.Lock.acquire. by R David Murray · 12 years ago
  14. 1d0bb9c Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 12 years ago
  15. 19c4e0d Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 12 years ago
  16. d03ce4a Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 12 years ago
  17. 94dc673 Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 12 years ago
  18. c27bcbf Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  19. 6375257 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  20. 90fa950 In the _hashlib module, only initialize the static data for OpenSSL's by Gregory P. Smith · 12 years ago
  21. aded2e5 In the _hashlib module, only initialize the static data for OpenSSL's by Gregory P. Smith · 12 years ago
  22. 99ec7f6 Additional fix for issue #12268: The io module file object write methods no by Gregory P. Smith · 12 years ago
  23. 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
  24. 0ecd30b Issue #17098: Make sure every module has __loader__ defined. by Brett Cannon · 12 years ago
  25. 60cc323 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  26. 6f02ea0 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  27. 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 12 years ago
  28. 1c90eed Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.2) by Ronald Oussoren · 12 years ago
  29. 697e56d Issue #1602133: 'environ' is not really available with shared libraries on OSX by Ronald Oussoren · 12 years ago
  30. d269b5e Clean trailing whitespace in itertoolsmodule.c. by Serhiy Storchaka · 12 years ago
  31. e7e9c32 Clean trailing whitespace in itertoolsmodule.c. by Serhiy Storchaka · 12 years ago
  32. 339e91d Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 12 years ago
  33. a3e9128 Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 12 years ago
  34. eb8c451 Since the return type of format() is not a Decimal, raise ValueError instead of by Stefan Krah · 12 years ago
  35. 986a56c Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 12 years ago
  36. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  37. 95195b3 Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 12 years ago
  38. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  39. bd8f290 Show the function signature in the docstring by Raymond Hettinger · 12 years ago
  40. c68a4a0 check windows fd validity (closes #16992) by Benjamin Peterson · 12 years ago
  41. 897c3e9 Issue #11729: Backport commit bff052d9 from libffi upstream in order to fix by Stefan Krah · 12 years ago
  42. 752bfb7 Remove trailing whitespace. by Stefan Krah · 12 years ago
  43. 59a4a93 Issue #16422: Use strings for rounding mode constants for better readability by Stefan Krah · 12 years ago
  44. ad1d5f9 Issue #10527: Use poll() instead of select() for multiprocessing pipes by Richard Oudkerk · 12 years ago
  45. 25771b3 Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. by Eli Bendersky · 12 years ago
  46. b09b167 Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. by Eli Bendersky · 12 years ago
  47. 4583990 Clean trailing whitespace in _elementtree.c by Eli Bendersky · 12 years ago
  48. 0e5c48a make deque_clear void, since it's infallible by Benjamin Peterson · 12 years ago
  49. 457a229 SSLContext.load_dh_params() now properly closes the input file. by Antoine Pitrou · 12 years ago
  50. 799e3ed Issue #16076: check for return value of PyTuple_New for args (following by Eli Bendersky · 12 years ago
  51. b8f6dc8 Issue #16076: fix refleak in pickling of Element. by Eli Bendersky · 12 years ago
  52. e6174ca Issue #16913: Fix Element.itertext()'s handling of text with XML entities. by Eli Bendersky · 12 years ago
  53. 698bdb2 Issue #16076: make _elementtree.Element pickle-able in a way that is compatible by Eli Bendersky · 12 years ago
  54. a2ad5c3 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 12 years ago
  55. a873690 The get() and iter() are now able to accept keyword arguments. by Eli Bendersky · 12 years ago
  56. f402e92 Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in by Christian Heimes · 12 years ago
  57. 6f84659 (Merge 3.2) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB. by Victor Stinner · 12 years ago
  58. c44057d Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB by Victor Stinner · 12 years ago
  59. 57cb81d Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  60. 638fb9b Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  61. e4110dc Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding by Victor Stinner · 12 years ago
  62. 9b45993 Issue #9586: Merge by Richard Oudkerk · 12 years ago
  63. 9866231 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 12 years ago
  64. b829dea Make indentation consistent by Eli Bendersky · 12 years ago
  65. 03ab4d3 Make indentation consistent and remove dead commented-out code. by Eli Bendersky · 12 years ago
  66. c1b59d4 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
  67. 41dc9f3 rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 12 years ago
  68. 0b64c14 rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 12 years ago
  69. 70dcef4 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  70. 56ad5ed Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  71. e3dff55 Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc). by Stefan Krah · 12 years ago
  72. f03eee1 Issue #16745: The gcc visibility pragma is buggy on OpenIndiana and NetBSD. by Stefan Krah · 12 years ago
  73. 66a6f3f Fix Visual Studio build. by Stefan Krah · 12 years ago
  74. fdf1a34 Issue #16745: Hide symbols in _decimal.so. by Stefan Krah · 12 years ago
  75. fb7f580 Issue #16745: Hide a couple of symbols by making them local. by Stefan Krah · 12 years ago
  76. c51bafb Merge with 3.2 : Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 12 years ago
  77. 3cbdaa3 Merge with 3.1 : Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 12 years ago
  78. 9946bd6 Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 12 years ago
  79. 6862361 call close on the underlying stream even if flush raises (closes #16597) by Benjamin Peterson · 12 years ago
  80. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  81. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  82. 9a4ff43 Issue #15783: Support None default values in the Context() constructor. by Stefan Krah · 12 years ago
  83. 040e311 Issue #15783: Except for the number methods, the C version of decimal now by Stefan Krah · 12 years ago
  84. 18d105b merge 3.2 by Benjamin Peterson · 12 years ago
  85. 7eb8a1a remove dead code by Benjamin Peterson · 12 years ago
  86. 11def42 #16681: merge with 3.2. by Ezio Melotti · 12 years ago
  87. e3d7e54 #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too. by Ezio Melotti · 12 years ago
  88. 08d5ca6 Code style fixup: No need for double ((parenthesis)) and use {} on an if else. by Gregory P. Smith · 12 years ago
  89. 9504b13 Code style fixup: No need for double ((parenthesis)) and use {} on an if else. by Gregory P. Smith · 12 years ago
  90. c0dd80e 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. by Gregory P. Smith · 12 years ago
  91. 90555d0 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. by Gregory P. Smith · 12 years ago
  92. 12f33df Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  93. 305e1a7 Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  94. 2660e42 (Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 12 years ago
  95. 27b1ca2 Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 12 years ago
  96. 47a00f3 support encoding error handlers that return bytes (closes #16585) by Benjamin Peterson · 12 years ago
  97. aff4723 unicode -> str by Benjamin Peterson · 12 years ago
  98. 9a2b267 Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  99. 43fb54c Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  100. 14b04cd Plug a leak in timemodule. The module dictionary is saved during by Gregory P. Smith · 12 years ago