1. 98a387b Fix the user signal handler of faulthandler by Victor Stinner · 12 years ago
  2. 57911f6 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  3. 8f328d0 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  4. a264384 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  5. 10f0c50 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  6. bb9b1c1 Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 12 years ago
  7. 90bc2dbc Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 12 years ago
  8. ee365ac Issue #15431: Declare PyImport_FrozenModules conditionally on Unix only. by Martin v. Löwis · 12 years ago
  9. 96d97ec Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Windows. by Martin v. Löwis · 12 years ago
  10. b9e36b9 Add unused parameter to a couple of METH_NOARGS functions. The previous by Stefan Krah · 12 years ago
  11. 7d12d9d Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. by Stefan Krah · 12 years ago
  12. f3923e9 Issue #15413: os.times() had disappeared under Windows. by Antoine Pitrou · 12 years ago
  13. 9f65899 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 12 years ago
  14. b14d8c9 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 12 years ago
  15. 80823d7 #15094: fix incorrectly placed #endif in _tkinter.c. by Andrew Svetlov · 12 years ago
  16. 7b31b1a Raise ImportError if pyexpat's version is incompatible by Eli Bendersky · 12 years ago
  17. ef391ac Raise ImportError if pyexpat's version is incompatible by Eli Bendersky · 12 years ago
  18. 26a1c7a Fix Visual Studio warning. by Stefan Krah · 12 years ago
  19. 024abca MERGE: Closes #15395: memory leaks in selectmodule.c by Jesus Cea · 12 years ago
  20. 62a5c32 Closes #15395: memory leaks in selectmodule.c by Jesus Cea · 12 years ago
  21. 3cd346a MERGE: Closes #15396: memory leak in tkinter by Jesus Cea · 12 years ago
  22. ef86d12 Closes #15396: memory leak in tkinter by Jesus Cea · 12 years ago
  23. 7506dab Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  24. 60c2266 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  25. 90db661 Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren. by Vinay Sajip · 12 years ago
  26. b48ff7f Merge for #14988 by Eli Bendersky · 12 years ago
  27. 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
  28. 7c6309c Update the embedded copy of the expat XML parser to 2.1.0. It brings by Gregory P. Smith · 12 years ago
  29. e574402 Issue #7652: Clean up _mpd_qinvroot() and mark it LIBMPDEC_ONLY. Use the by Stefan Krah · 12 years ago
  30. 109d573 Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWriter and BufferedRWPair. by Florent Xicluna · 12 years ago
  31. 7d7f40c Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  32. 9235b25 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  33. 2240ac1 Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open. by Richard Oudkerk · 12 years ago
  34. 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
  35. 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
  36. d57caf3 Remove ISSUES.txt. by Stefan Krah · 12 years ago
  37. d4ea23f - Issue #15194: check in the missing m4/ax_append_flag.m4 file. by doko@ubuntu.com · 12 years ago
  38. 49a7da3 - Issue #15194: check in the missing m4/ax_check_compile_flag.m4 file. by doko@ubuntu.com · 12 years ago
  39. cc5addd - Issue #14330: Don't derive the include and library search dirs by doko@ubuntu.com · 12 years ago
  40. b14168d null merge by doko@ubuntu.com · 12 years ago
  41. 36f9805 - Regenerate the libffi configure file by doko@ubuntu.com · 12 years ago
  42. 5431e30 After 79d2eb29c755 it is no longer necessary to zero the output array: by Stefan Krah · 12 years ago
  43. c35a8e5 Proactive reliability fix for broken FPUs: The base conversion functions by Stefan Krah · 12 years ago
  44. 802d669 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  45. 2d24e94 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  46. 591c1cc Remove dead code by Victor Stinner · 12 years ago
  47. c02be61 - whitespace-normalize libffi file by Matthias Klose · 12 years ago
  48. 2a91876 - Issue #15194: Update libffi to the 3.0.11 release. by doko@ubuntu.com · 12 years ago
  49. 969288e Use ValueError, not RuntimeError for a utime flag combination illegal on some systems. by Georg Brandl · 12 years ago
  50. 0b1b9ce If main() is called and an argument cannot be decoded, make sure to by Brett Cannon · 12 years ago
  51. 0ab5cf9 Issue #15181: importlib bytecode is unsigned and shouldn't have negative numbers. by Antoine Pitrou · 12 years ago
  52. 1edab78 Update test script to Visual Studio 2010. by Stefan Krah · 12 years ago
  53. fdaea06 Issue #15176: Clarified behavior, documentation, and implementation by Larry Hastings · 12 years ago
  54. 48986d6 Minor grammar refinement for hmac.compare_digest(). by Larry Hastings · 12 years ago
  55. db99dd0 Small wording update from Larry. by Georg Brandl · 12 years ago
  56. a1bc35f Improve hmac.compare_digest() docstring and documentation, courtesy of Larry H. by Georg Brandl · 12 years ago
  57. 39e810e Make the benchmark more fair for _decimal/decimal.py by setting context.prec by Stefan Krah · 12 years ago
  58. f787559 Whitespace cleanup. by Georg Brandl · 12 years ago
  59. 9dcbfc3 Remove unused variable. by Georg Brandl · 12 years ago
  60. 93b7d7e Fix a refleak in c82451eeb595. by Georg Brandl · 12 years ago
  61. 6cea655 Issue #15061: Re-implemented hmac.compare_digest() in C by Christian Heimes · 12 years ago
  62. 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 12 years ago
  63. 306336b Closes #15161: add support for giving path as a fd for truncate() and pathconf(). by Georg Brandl · 12 years ago
  64. 78f0756 Speed up _decimal by another 10-15% by caching the thread local context by Stefan Krah · 12 years ago
  65. d60cd42 Issue #14815: Bugfix: the PyLong fed into the seed generator must be unsigned. by Larry Hastings · 12 years ago
  66. 49c15d4 Issue #14815: Use Py_ssize_t instead of long for the object hash, to by Larry Hastings · 12 years ago
  67. 990a5fe Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 12 years ago
  68. 5135992 Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 12 years ago
  69. b698d8e Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" by Larry Hastings · 12 years ago
  70. 766a16e Fix test_re failure under Windows. by Antoine Pitrou · 12 years ago
  71. 5bb7aa9 Try to fix shutil.which() tests on Windows by fixing a typo introduced in 27f9c26fdd8b in posix_access(). by Georg Brandl · 12 years ago
  72. f8f5237 Remove useless test (flowinfo is unsigned). by Charles-François Natali · 12 years ago
  73. 9b0c006 Remove useless test (flowinfo is unsigned). by Charles-François Natali · 12 years ago
  74. dbbc0c8 Issue #14626: Fix buildbot issue on OpenIndiana 3.x machines. (Hopefully.) by Larry Hastings · 12 years ago
  75. 67cbf7b Issue #14626: Fix buildbot issue on x86 Tiger 3.x. by Larry Hastings · 12 years ago
  76. 9cf065c Issue #14626: Large refactoring of functions / parameters in the os module. by Larry Hastings · 12 years ago
  77. 3077ab8 Whitespace. by Stefan Krah · 12 years ago
  78. 93c9cd0 Issue #9527: tm_gmtoff has 'correct' sign. by Alexander Belopolsky · 12 years ago
  79. 5f6213b Merge by Antoine Pitrou · 12 years ago
  80. f7338f6 Add forgotten files for #14837. by Antoine Pitrou · 12 years ago
  81. 3b36fb1 Issue #14837: SSL errors now have `library` and `reason` attributes describing precisely what happened and in which OpenSSL submodule. by Antoine Pitrou · 12 years ago
  82. 69cf913 Issue #15124: Optimize _thread.LockType deletion and acquisition when by Kristjan Valur Jonsson · 12 years ago
  83. 878054e Fixed compiler warnings in datetime_astimezone() by Alexander Belopolsky · 12 years ago
  84. 31227ca Issue #9527: Fixes for platforms without tm_zone by Alexander Belopolsky · 12 years ago
  85. 9436361 Closes #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  86. fdc860f Issue #9527: datetime.astimezone() method will now supply a class by Alexander Belopolsky · 12 years ago
  87. 8f904da Issue #14769: test_capi now has SkipitemTest, which cleverly checks by Larry Hastings · 12 years ago
  88. 7f59fd7 Simplify code in fileio_init by Hynek Schlawack · 12 years ago
  89. 2180c97 Document the rest of zlib.compressobj()'s arguments. by Nadeem Vawda · 12 years ago
  90. cf5e1d8 Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support). by Nadeem Vawda · 12 years ago
  91. a425c3d Make lzma.{encode,decode}_filter_properties private. by Nadeem Vawda · 12 years ago
  92. 6916835 #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 12 years ago
  93. 9ed8b4e #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 12 years ago
  94. c2b4673 md5_{init,process,done}: make static by doko@ubuntu.com · 12 years ago
  95. 1e5be8c sha1_{init,process,done}: make static by doko@ubuntu.com · 12 years ago
  96. 1e3398a ... and fix the name of the sha1 file name. by doko@ubuntu.com · 12 years ago
  97. dca7303 Fix name of the sha1 extension. by doko@ubuntu.com · 12 years ago
  98. 0684a9d Remove references to removed md5.h and md5.c files. by doko@ubuntu.com · 12 years ago
  99. fd8a838 Issue #14684: Add support for predefined compression dictionaries to the zlib module. by Nadeem Vawda · 12 years ago
  100. 50b0a36 Fix comment. by Stefan Krah · 12 years ago