1. 404fa92 Issue #16841: Set st_dev on Windows as unsigned long to match its DWORD type. by Serhiy Storchaka · 12 years ago
  2. 9cc4321 Backed out changeset 61bada808b34 by Brian Curtin · 12 years ago
  3. 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
  4. 950fab0 Issue #9586: Merge. by Richard Oudkerk · 12 years ago
  5. 9b45993 Issue #9586: Merge by Richard Oudkerk · 12 years ago
  6. 9866231 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 12 years ago
  7. a9bc1bf Make indentation consistent by Eli Bendersky · 12 years ago
  8. b829dea Make indentation consistent by Eli Bendersky · 12 years ago
  9. 0485314 Make indentation consistent and remove dead commented-out code. by Eli Bendersky · 12 years ago
  10. 03ab4d3 Make indentation consistent and remove dead commented-out code. by Eli Bendersky · 12 years ago
  11. 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
  12. ac10693 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
  13. c1b59d4 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
  14. 490b32a Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. by Brian Curtin · 12 years ago
  15. 6d469eb rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 12 years ago
  16. 41dc9f3 rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 12 years ago
  17. 0b64c14 rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 12 years ago
  18. 3ba3a3e Issue #15422: get rid of PyCFunction_New macro by Andrew Svetlov · 12 years ago
  19. 7737757 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  20. 70dcef4 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  21. 56ad5ed Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  22. 8233596 Merge 3.3. by Stefan Krah · 12 years ago
  23. e3dff55 Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc). by Stefan Krah · 12 years ago
  24. a81ef64 Merge 3.3. by Stefan Krah · 12 years ago
  25. f03eee1 Issue #16745: The gcc visibility pragma is buggy on OpenIndiana and NetBSD. by Stefan Krah · 12 years ago
  26. 5383d2d Merge 3.3. by Stefan Krah · 12 years ago
  27. 66a6f3f Fix Visual Studio build. by Stefan Krah · 12 years ago
  28. 1ea891f Merge 3.3. by Stefan Krah · 12 years ago
  29. fdf1a34 Issue #16745: Hide symbols in _decimal.so. by Stefan Krah · 12 years ago
  30. 8fba536 Merge. by Stefan Krah · 12 years ago
  31. f31b603 Merge 3.3. by Stefan Krah · 12 years ago
  32. fb7f580 Issue #16745: Hide a couple of symbols by making them local. by Stefan Krah · 12 years ago
  33. 4cd6017 Simplify random_seed to use _PyLong_AsByteArray. Closes issue #16496. by Mark Dickinson · 12 years ago
  34. 1724bb1 Merge with 3.3 : Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 12 years ago
  35. c51bafb Merge with 3.2 : Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 12 years ago
  36. 3cbdaa3 Merge with 3.1 : Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 12 years ago
  37. 9946bd6 Don't DECREF the ctypes error_object without the GIL held. by Kristjan Valur Jonsson · 12 years ago
  38. 4c05969 merge 3.3 (#16597) by Benjamin Peterson · 12 years ago
  39. 6862361 call close on the underlying stream even if flush raises (closes #16597) by Benjamin Peterson · 12 years ago
  40. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  41. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  42. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  43. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  44. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  45. 8e47b87 Merge 3.3. by Stefan Krah · 12 years ago
  46. 9a4ff43 Issue #15783: Support None default values in the Context() constructor. by Stefan Krah · 12 years ago
  47. 8031d0d Merge 3.3. by Stefan Krah · 12 years ago
  48. 040e311 Issue #15783: Except for the number methods, the C version of decimal now by Stefan Krah · 12 years ago
  49. 6a020e8 merge 3.3 by Benjamin Peterson · 12 years ago
  50. 18d105b merge 3.2 by Benjamin Peterson · 12 years ago
  51. 7eb8a1a remove dead code by Benjamin Peterson · 12 years ago
  52. 09bb89b Issue #16488: epoll() objects now support the `with` statement. by Antoine Pitrou · 12 years ago
  53. 1a71475 Remove compile warnings for _testimportmodule by Andrew Svetlov · 12 years ago
  54. ef9a43b Rename test module names for #16421 to don't clash with other tests. by Andrew Svetlov · 12 years ago
  55. 752f5dd #16681: merge with 3.3. by Ezio Melotti · 12 years ago
  56. 11def42 #16681: merge with 3.2. by Ezio Melotti · 12 years ago
  57. e3d7e54 #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too. by Ezio Melotti · 12 years ago
  58. 6b2cbeb Issue #16421: allow to load multiple modules from the same shared object. by Andrew Svetlov · 12 years ago
  59. 57b6672 expose TCP_FASTOPEN and MSG_FASTOPEN by Benjamin Peterson · 12 years ago
  60. 370bc2f Code style fixup: No need for double ((parenthesis)) and use {} on an if else. by Gregory P. Smith · 12 years ago
  61. 08d5ca6 Code style fixup: No need for double ((parenthesis)) and use {} on an if else. by Gregory P. Smith · 12 years ago
  62. 9504b13 Code style fixup: No need for double ((parenthesis)) and use {} on an if else. by Gregory P. Smith · 12 years ago
  63. 60112ae 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. by Gregory P. Smith · 12 years ago
  64. c0dd80e 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. by Gregory P. Smith · 12 years ago
  65. 90555d0 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. by Gregory P. Smith · 12 years ago
  66. dfe6ad7 Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  67. 12f33df Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  68. 305e1a7 Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  69. 2660e42 (Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 12 years ago
  70. 27b1ca2 Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 12 years ago
  71. 26e5335 merge 3.3 (#16585) by Benjamin Peterson · 12 years ago
  72. 47a00f3 support encoding error handlers that return bytes (closes #16585) by Benjamin Peterson · 12 years ago
  73. 3d490d4 merge 3.3 by Benjamin Peterson · 12 years ago
  74. aff4723 unicode -> str by Benjamin Peterson · 12 years ago
  75. d8d1a0a Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  76. 9a2b267 Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  77. 43fb54c Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  78. cbb0284 Issue #16590: remove obsolete compatibility code from the _json module. by Antoine Pitrou · 12 years ago
  79. 14b04cd Plug a leak in timemodule. The module dictionary is saved during by Gregory P. Smith · 12 years ago
  80. ab56710 Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. by Antoine Pitrou · 12 years ago
  81. 9982c53 Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. by Antoine Pitrou · 12 years ago
  82. 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 · 12 years ago
  83. 8b9a8f3 #16306: merge with 3.3. by Ezio Melotti · 12 years ago
  84. 8a6d1fe #16306: merge with 3.2. by Ezio Melotti · 12 years ago
  85. a0dd22e #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  86. 39bdad8 Issue #1160: Fix compiling large regular expressions on UCS2 builds. by Antoine Pitrou · 12 years ago
  87. e262377 Issue #16416: OS data are now always encoded/decoded to/from by Victor Stinner · 12 years ago
  88. cba1497 Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  89. 6ff262e Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  90. 19e568d Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  91. 8d07c26 Raise our own SubprocessError rather than a RuntimeError in when dealing with by Gregory P. Smith · 12 years ago
  92. 0b83224 Fixes issue #9535: Fix pending signals that have been received but not by Gregory P. Smith · 12 years ago
  93. 34b1495 Fixes issue #9535: Fix pending signals that have been received but not by Gregory P. Smith · 12 years ago
  94. 9463e3a Fixes issue #9535: Fix pending signals that have been received but not by Gregory P. Smith · 12 years ago
  95. 9c40022 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  96. ec6dfcf Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  97. 7ee9555 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  98. 9ea64e3 Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  99. dd1253a Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  100. ee7889d Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago