1. 9f16e44 Close #14223: Fix window.addch(curses.ACS_HLINE) by Victor Stinner · 12 years ago
  2. 1d39cde Issue #15785: Modify window.get_wch() API of the curses module: return a by Victor Stinner · 12 years ago
  3. cb460b9 Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is by Ronald Oussoren · 12 years ago
  4. 2543756 Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler by Ronald Oussoren · 12 years ago
  5. fc33d4c Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 12 years ago
  6. a4b0701 Merge with 3.2 by Ross Lagerwall · 12 years ago
  7. f2b34b8 Issue 15777: Fix a refleak in _posixsubprocess. by Ross Lagerwall · 12 years ago
  8. 66e6317 Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner. by Stefan Krah · 12 years ago
  9. f21587e mpd_qpowmod(): calculate result with zero-exponent for compatibility with by Stefan Krah · 12 years ago
  10. 17183a2 Use zero bottom margin. by Stefan Krah · 12 years ago
  11. ad5b439 In the 32-bit build, dec_hash() raised InvalidOperation if the operand by Stefan Krah · 12 years ago
  12. 2fd502f 1) Use _mpd_basedivmod() regardless of the length of the dividend. This is by Stefan Krah · 12 years ago
  13. 9bd9cd3 Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X. by Ronald Oussoren · 12 years ago
  14. eb61f8b Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X. by Ronald Oussoren · 12 years ago
  15. 6733927 Fix typo in error handling for WaitForMultipleObjects() by Richard Oudkerk · 12 years ago
  16. c0c03be Merge 3.2. by Stefan Krah · 12 years ago
  17. db579d7 Issue #15738: Fix a missing NULL check in subprocess_fork_exec(). by Stefan Krah · 12 years ago
  18. 000fde9 Closes #15737: Fix potential NULL dereference in zipimport.c. by Stefan Krah · 12 years ago
  19. 35fa864 Issue #15477: Merge fix from 3.2 by Mark Dickinson · 12 years ago
  20. 05d79e9 Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken. by Mark Dickinson · 12 years ago
  21. 721738f Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  22. 6f430e4 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  23. c53eb9d Merge 3.2 to default by Andrew Svetlov · 12 years ago
  24. d182a6c Modules/socketmodule.c: netdb_lock: define static. by Matthias Klose · 12 years ago
  25. 80dd1af Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  26. 03b4d50 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  27. 3cc635d faulthandler: fix the handler of user signals by Victor Stinner · 12 years ago
  28. 22701e8 Issue #15589: Ensure double-alignment for brute-force capi argument parser test by Larry Hastings · 12 years ago
  29. 62bb394 Close #13072: Restore code before the PEP 393 for the array module by Victor Stinner · 12 years ago
  30. 8486987 Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and by Antoine Pitrou · 12 years ago
  31. d1f9352 (Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n' by Victor Stinner · 12 years ago
  32. 401e17d open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't by Victor Stinner · 12 years ago
  33. 3c25dfb Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  34. 0c1c0d4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  35. 1659b75 MERGE: Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 12 years ago
  36. 16e2fca Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 12 years ago
  37. 88ca04e MERGE: Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  38. e9c5318 Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  39. 5323173 Closes #15514: Correct __sizeof__ support for cpu_set by Jesus Cea · 12 years ago
  40. 77821b6 Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. by Antoine Pitrou · 12 years ago
  41. a9a53c7 Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. by Antoine Pitrou · 12 years ago
  42. 98a387b Fix the user signal handler of faulthandler by Victor Stinner · 12 years ago
  43. 57911f6 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  44. 8f328d0 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  45. a264384 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  46. 10f0c50 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  47. bb9b1c1 Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 12 years ago
  48. 90bc2dbc Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 12 years ago
  49. ee365ac Issue #15431: Declare PyImport_FrozenModules conditionally on Unix only. by Martin v. Löwis · 12 years ago
  50. 96d97ec Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Windows. by Martin v. Löwis · 12 years ago
  51. b9e36b9 Add unused parameter to a couple of METH_NOARGS functions. The previous by Stefan Krah · 12 years ago
  52. 7d12d9d Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. by Stefan Krah · 12 years ago
  53. f3923e9 Issue #15413: os.times() had disappeared under Windows. by Antoine Pitrou · 12 years ago
  54. 9f65899 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 12 years ago
  55. b14d8c9 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 12 years ago
  56. 80823d7 #15094: fix incorrectly placed #endif in _tkinter.c. by Andrew Svetlov · 12 years ago
  57. 7b31b1a Raise ImportError if pyexpat's version is incompatible by Eli Bendersky · 12 years ago
  58. ef391ac Raise ImportError if pyexpat's version is incompatible by Eli Bendersky · 12 years ago
  59. 26a1c7a Fix Visual Studio warning. by Stefan Krah · 12 years ago
  60. 024abca MERGE: Closes #15395: memory leaks in selectmodule.c by Jesus Cea · 12 years ago
  61. 62a5c32 Closes #15395: memory leaks in selectmodule.c by Jesus Cea · 12 years ago
  62. 3cd346a MERGE: Closes #15396: memory leak in tkinter by Jesus Cea · 12 years ago
  63. ef86d12 Closes #15396: memory leak in tkinter by Jesus Cea · 12 years ago
  64. 7506dab Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  65. 60c2266 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  66. 90db661 Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren. by Vinay Sajip · 12 years ago
  67. b48ff7f Merge for #14988 by Eli Bendersky · 12 years ago
  68. 66099b0 ISsue #14988: restore Python 2's behavior of raising ImportError when unable to load pyexpat, instead of a SystemError/RuntimeError by Eli Bendersky · 12 years ago
  69. 7c6309c Update the embedded copy of the expat XML parser to 2.1.0. It brings by Gregory P. Smith · 12 years ago
  70. e574402 Issue #7652: Clean up _mpd_qinvroot() and mark it LIBMPDEC_ONLY. Use the by Stefan Krah · 12 years ago
  71. 109d573 Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWriter and BufferedRWPair. by Florent Xicluna · 12 years ago
  72. 7d7f40c Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  73. 9235b25 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  74. 2240ac1 Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open. by Richard Oudkerk · 12 years ago
  75. f28fbab Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp by Senthil Kumaran · 12 years ago
  76. f01a337 Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp by Senthil Kumaran · 12 years ago
  77. d57caf3 Remove ISSUES.txt. by Stefan Krah · 12 years ago
  78. d4ea23f - Issue #15194: check in the missing m4/ax_append_flag.m4 file. by doko@ubuntu.com · 12 years ago
  79. 49a7da3 - Issue #15194: check in the missing m4/ax_check_compile_flag.m4 file. by doko@ubuntu.com · 12 years ago
  80. cc5addd - Issue #14330: Don't derive the include and library search dirs by doko@ubuntu.com · 12 years ago
  81. b14168d null merge by doko@ubuntu.com · 12 years ago
  82. 36f9805 - Regenerate the libffi configure file by doko@ubuntu.com · 12 years ago
  83. 5431e30 After 79d2eb29c755 it is no longer necessary to zero the output array: by Stefan Krah · 12 years ago
  84. c35a8e5 Proactive reliability fix for broken FPUs: The base conversion functions by Stefan Krah · 12 years ago
  85. 802d669 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  86. 2d24e94 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  87. 591c1cc Remove dead code by Victor Stinner · 12 years ago
  88. c02be61 - whitespace-normalize libffi file by Matthias Klose · 12 years ago
  89. 2a91876 - Issue #15194: Update libffi to the 3.0.11 release. by doko@ubuntu.com · 12 years ago
  90. 969288e Use ValueError, not RuntimeError for a utime flag combination illegal on some systems. by Georg Brandl · 12 years ago
  91. 0b1b9ce If main() is called and an argument cannot be decoded, make sure to by Brett Cannon · 12 years ago
  92. 0ab5cf9 Issue #15181: importlib bytecode is unsigned and shouldn't have negative numbers. by Antoine Pitrou · 12 years ago
  93. 1edab78 Update test script to Visual Studio 2010. by Stefan Krah · 12 years ago
  94. fdaea06 Issue #15176: Clarified behavior, documentation, and implementation by Larry Hastings · 12 years ago
  95. 48986d6 Minor grammar refinement for hmac.compare_digest(). by Larry Hastings · 12 years ago
  96. db99dd0 Small wording update from Larry. by Georg Brandl · 12 years ago
  97. a1bc35f Improve hmac.compare_digest() docstring and documentation, courtesy of Larry H. by Georg Brandl · 12 years ago
  98. 39e810e Make the benchmark more fair for _decimal/decimal.py by setting context.prec by Stefan Krah · 12 years ago
  99. f787559 Whitespace cleanup. by Georg Brandl · 12 years ago
  100. 9dcbfc3 Remove unused variable. by Georg Brandl · 12 years ago