1. ef0a44c Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  2. 60cc323 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  3. 6f02ea0 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  4. 3a62e45 Merge typo fixes from 3.3. by Ezio Melotti · 12 years ago
  5. 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 12 years ago
  6. 20190e2 Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.3) by Ronald Oussoren · 12 years ago
  7. 1c90eed Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.2) by Ronald Oussoren · 12 years ago
  8. 697e56d Issue #1602133: 'environ' is not really available with shared libraries on OSX by Ronald Oussoren · 12 years ago
  9. c8c6563 Replace WaitForMultipleObjects with WaitForMultipleObjectEx, by Martin v. Löwis · 12 years ago
  10. b26a9b1 Replace WaitForSingleObject with WaitForSingleObjectEx, by Martin v. Löwis · 12 years ago
  11. 35f284b Clean trailing whitespace in itertoolsmodule.c. by Serhiy Storchaka · 12 years ago
  12. d269b5e Clean trailing whitespace in itertoolsmodule.c. by Serhiy Storchaka · 12 years ago
  13. e7e9c32 Clean trailing whitespace in itertoolsmodule.c. by Serhiy Storchaka · 12 years ago
  14. c5dadcf Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 12 years ago
  15. 339e91d Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 12 years ago
  16. a3e9128 Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 12 years ago
  17. fa88b5d merge heads by Eli Bendersky · 12 years ago
  18. eb8c451 Since the return type of format() is not a Decimal, raise ValueError instead of by Stefan Krah · 12 years ago
  19. c07fcbb Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 12 years ago
  20. 95195b3 Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 12 years ago
  21. 986a56c Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 12 years ago
  22. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  23. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  24. 8a7d744 merge by Raymond Hettinger · 12 years ago
  25. bd8f290 Show the function signature in the docstring by Raymond Hettinger · 12 years ago
  26. 9f30abd merge 3.3 by Benjamin Peterson · 12 years ago
  27. c68a4a0 check windows fd validity (closes #16992) by Benjamin Peterson · 12 years ago
  28. 20d6080 Issue #16982: Fix --without-threads build failure. by Stefan Krah · 12 years ago
  29. 31efb38 Merge 3.3. by Stefan Krah · 12 years ago
  30. 897c3e9 Issue #11729: Backport commit bff052d9 from libffi upstream in order to fix by Stefan Krah · 12 years ago
  31. e2515e4 Merge 3.3. by Stefan Krah · 12 years ago
  32. 752bfb7 Remove trailing whitespace. by Stefan Krah · 12 years ago
  33. 6d554b0 Merge 3.3. by Stefan Krah · 12 years ago
  34. 59a4a93 Issue #16422: Use strings for rounding mode constants for better readability by Stefan Krah · 12 years ago
  35. ad1d5f9 Issue #10527: Use poll() instead of select() for multiprocessing pipes by Richard Oudkerk · 12 years ago
  36. 7898043 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  37. a50ff18 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
  38. 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
  39. 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
  40. 3ed8442 Clean trailing whitespace in _elementtree.c by Eli Bendersky · 12 years ago
  41. 4583990 Clean trailing whitespace in _elementtree.c by Eli Bendersky · 12 years ago
  42. fa3965a merge 3.3 by Benjamin Peterson · 12 years ago
  43. 0e5c48a make deque_clear void, since it's infallible by Benjamin Peterson · 12 years ago
  44. 1e37e9e SSLContext.load_dh_params() now properly closes the input file. by Antoine Pitrou · 12 years ago
  45. 457a229 SSLContext.load_dh_params() now properly closes the input file. by Antoine Pitrou · 12 years ago
  46. 60a0c71 Issue #16076: check for return value of PyTuple_New for args (following by Eli Bendersky · 12 years ago
  47. 799e3ed Issue #16076: check for return value of PyTuple_New for args (following by Eli Bendersky · 12 years ago
  48. 0f3735b Close #16076: fix refleak in pickling of Element. by Eli Bendersky · 12 years ago
  49. b8f6dc8 Issue #16076: fix refleak in pickling of Element. by Eli Bendersky · 12 years ago
  50. a6ebb2d Issue #16876: Revert be8e6b81284e, which wasn't thread-safe: wait until a by Charles-François Natali · 12 years ago
  51. 464d89b Issue #16398: Optimize deque.rotate() by Raymond Hettinger · 12 years ago
  52. bb48151 Issue #16913: Fix Element.itertext()'s handling of text with XML entities. by Eli Bendersky · 12 years ago
  53. e6174ca Issue #16913: Fix Element.itertext()'s handling of text with XML entities. by Eli Bendersky · 12 years ago
  54. 065eeb1 Issue #16076: make _elementtree.Element pickle-able in a way that is compatible by Eli Bendersky · 12 years ago
  55. 698bdb2 Issue #16076: make _elementtree.Element pickle-able in a way that is compatible by Eli Bendersky · 12 years ago
  56. f424f38 Issue #16876: Optimize epoll.poll() by keeping a per-instance epoll events by Charles-François Natali · 12 years ago
  57. 2716d53 fcntl: add F_DUPFD_CLOEXEC constant, available on Linux 2.6.24+. by Victor Stinner · 12 years ago
  58. c99b512 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 12 years ago
  59. a2ad5c3 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 12 years ago
  60. 5dd12a5 Fix returning uninitialized variable (issue #8109). by Antoine Pitrou · 12 years ago
  61. 58ddc9d Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method. by Antoine Pitrou · 12 years ago
  62. 3c9850a The get() and iter() are now able to accept keyword arguments. by Eli Bendersky · 12 years ago
  63. a873690 The get() and iter() are now able to accept keyword arguments. by Eli Bendersky · 12 years ago
  64. d8a0bac Issue #16674: random.getrandbits() is now 20-40% faster for small integers. by Serhiy Storchaka · 12 years ago
  65. 75e923f Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in by Christian Heimes · 12 years ago
  66. f402e92 Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in by Christian Heimes · 12 years ago
  67. 37623ab #16009: JSON error messages now provide more information. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  68. fd53a5a (Merge 3.3) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB. by Victor Stinner · 12 years ago
  69. 6f84659 (Merge 3.2) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB. by Victor Stinner · 12 years ago
  70. c44057d Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB by Victor Stinner · 12 years ago
  71. ef408ae Issue #16828: Fix error incorrectly raised by bz2.compress(b'') and bz2.BZ2Compressor.compress(b''). by Nadeem Vawda · 12 years ago
  72. 57cb81d Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  73. 638fb9b Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  74. 404fa92 Issue #16841: Set st_dev on Windows as unsigned long to match its DWORD type. by Serhiy Storchaka · 12 years ago
  75. e4110dc Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding by Victor Stinner · 12 years ago
  76. 9cc4321 Backed out changeset 61bada808b34 by Brian Curtin · 12 years ago
  77. e3d0b65 Set st_dev on Windows as unsigned long to match its DWORD type, related to the change to fix #11939. by Brian Curtin · 12 years ago
  78. 950fab0 Issue #9586: Merge. by Richard Oudkerk · 12 years ago
  79. 9b45993 Issue #9586: Merge by Richard Oudkerk · 12 years ago
  80. 9866231 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 12 years ago
  81. a9bc1bf Make indentation consistent by Eli Bendersky · 12 years ago
  82. b829dea Make indentation consistent by Eli Bendersky · 12 years ago
  83. 0485314 Make indentation consistent and remove dead commented-out code. by Eli Bendersky · 12 years ago
  84. 03ab4d3 Make indentation consistent and remove dead commented-out code. by Eli Bendersky · 12 years ago
  85. 87e63a2 st_dev/st_rdev should be unsigned long as dwVolumeSerialNumber, which it is set to, is a DWORD. This was fixed in #11939 and the overflow was mentioned in #10657 and seen by me on some machines. by Brian Curtin · 12 years ago
  86. ac10693 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
  87. c1b59d4 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
  88. 490b32a Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. by Brian Curtin · 12 years ago
  89. 6d469eb rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 12 years ago
  90. 41dc9f3 rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 12 years ago
  91. 0b64c14 rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 12 years ago
  92. 3ba3a3e Issue #15422: get rid of PyCFunction_New macro by Andrew Svetlov · 12 years ago
  93. 7737757 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  94. 70dcef4 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  95. 56ad5ed Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  96. 8233596 Merge 3.3. by Stefan Krah · 12 years ago
  97. e3dff55 Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc). by Stefan Krah · 12 years ago
  98. a81ef64 Merge 3.3. by Stefan Krah · 12 years ago
  99. f03eee1 Issue #16745: The gcc visibility pragma is buggy on OpenIndiana and NetBSD. by Stefan Krah · 12 years ago
  100. 5383d2d Merge 3.3. by Stefan Krah · 12 years ago