1. 7d7f40c Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  2. 9235b25 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  3. 2240ac1 Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open. by Richard Oudkerk · 12 years ago
  4. 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
  5. 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
  6. d57caf3 Remove ISSUES.txt. by Stefan Krah · 12 years ago
  7. d4ea23f - Issue #15194: check in the missing m4/ax_append_flag.m4 file. by doko@ubuntu.com · 12 years ago
  8. 49a7da3 - Issue #15194: check in the missing m4/ax_check_compile_flag.m4 file. by doko@ubuntu.com · 12 years ago
  9. cc5addd - Issue #14330: Don't derive the include and library search dirs by doko@ubuntu.com · 12 years ago
  10. b14168d null merge by doko@ubuntu.com · 12 years ago
  11. 36f9805 - Regenerate the libffi configure file by doko@ubuntu.com · 12 years ago
  12. 5431e30 After 79d2eb29c755 it is no longer necessary to zero the output array: by Stefan Krah · 12 years ago
  13. c35a8e5 Proactive reliability fix for broken FPUs: The base conversion functions by Stefan Krah · 12 years ago
  14. 802d669 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  15. 2d24e94 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  16. 591c1cc Remove dead code by Victor Stinner · 12 years ago
  17. c02be61 - whitespace-normalize libffi file by Matthias Klose · 12 years ago
  18. 2a91876 - Issue #15194: Update libffi to the 3.0.11 release. by doko@ubuntu.com · 12 years ago
  19. 969288e Use ValueError, not RuntimeError for a utime flag combination illegal on some systems. by Georg Brandl · 12 years ago
  20. 0b1b9ce If main() is called and an argument cannot be decoded, make sure to by Brett Cannon · 12 years ago
  21. 0ab5cf9 Issue #15181: importlib bytecode is unsigned and shouldn't have negative numbers. by Antoine Pitrou · 12 years ago
  22. 1edab78 Update test script to Visual Studio 2010. by Stefan Krah · 12 years ago
  23. fdaea06 Issue #15176: Clarified behavior, documentation, and implementation by Larry Hastings · 12 years ago
  24. 48986d6 Minor grammar refinement for hmac.compare_digest(). by Larry Hastings · 12 years ago
  25. db99dd0 Small wording update from Larry. by Georg Brandl · 12 years ago
  26. a1bc35f Improve hmac.compare_digest() docstring and documentation, courtesy of Larry H. by Georg Brandl · 12 years ago
  27. 39e810e Make the benchmark more fair for _decimal/decimal.py by setting context.prec by Stefan Krah · 12 years ago
  28. f787559 Whitespace cleanup. by Georg Brandl · 12 years ago
  29. 9dcbfc3 Remove unused variable. by Georg Brandl · 12 years ago
  30. 93b7d7e Fix a refleak in c82451eeb595. by Georg Brandl · 12 years ago
  31. 6cea655 Issue #15061: Re-implemented hmac.compare_digest() in C by Christian Heimes · 12 years ago
  32. 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 12 years ago
  33. 306336b Closes #15161: add support for giving path as a fd for truncate() and pathconf(). by Georg Brandl · 12 years ago
  34. 78f0756 Speed up _decimal by another 10-15% by caching the thread local context by Stefan Krah · 12 years ago
  35. d60cd42 Issue #14815: Bugfix: the PyLong fed into the seed generator must be unsigned. by Larry Hastings · 12 years ago
  36. 49c15d4 Issue #14815: Use Py_ssize_t instead of long for the object hash, to by Larry Hastings · 12 years ago
  37. 990a5fe Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 12 years ago
  38. 5135992 Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 12 years ago
  39. b698d8e Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" by Larry Hastings · 12 years ago
  40. 766a16e Fix test_re failure under Windows. by Antoine Pitrou · 12 years ago
  41. 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
  42. f8f5237 Remove useless test (flowinfo is unsigned). by Charles-François Natali · 12 years ago
  43. 9b0c006 Remove useless test (flowinfo is unsigned). by Charles-François Natali · 12 years ago
  44. dbbc0c8 Issue #14626: Fix buildbot issue on OpenIndiana 3.x machines. (Hopefully.) by Larry Hastings · 12 years ago
  45. 67cbf7b Issue #14626: Fix buildbot issue on x86 Tiger 3.x. by Larry Hastings · 12 years ago
  46. 9cf065c Issue #14626: Large refactoring of functions / parameters in the os module. by Larry Hastings · 12 years ago
  47. 3077ab8 Whitespace. by Stefan Krah · 12 years ago
  48. 93c9cd0 Issue #9527: tm_gmtoff has 'correct' sign. by Alexander Belopolsky · 12 years ago
  49. 5f6213b Merge by Antoine Pitrou · 12 years ago
  50. f7338f6 Add forgotten files for #14837. by Antoine Pitrou · 12 years ago
  51. 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
  52. 69cf913 Issue #15124: Optimize _thread.LockType deletion and acquisition when by Kristjan Valur Jonsson · 12 years ago
  53. 878054e Fixed compiler warnings in datetime_astimezone() by Alexander Belopolsky · 12 years ago
  54. 31227ca Issue #9527: Fixes for platforms without tm_zone by Alexander Belopolsky · 12 years ago
  55. 9436361 Closes #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  56. fdc860f Issue #9527: datetime.astimezone() method will now supply a class by Alexander Belopolsky · 12 years ago
  57. 8f904da Issue #14769: test_capi now has SkipitemTest, which cleverly checks by Larry Hastings · 12 years ago
  58. 7f59fd7 Simplify code in fileio_init by Hynek Schlawack · 12 years ago
  59. 2180c97 Document the rest of zlib.compressobj()'s arguments. by Nadeem Vawda · 12 years ago
  60. cf5e1d8 Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support). by Nadeem Vawda · 12 years ago
  61. a425c3d Make lzma.{encode,decode}_filter_properties private. by Nadeem Vawda · 12 years ago
  62. 6916835 #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 12 years ago
  63. 9ed8b4e #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 12 years ago
  64. c2b4673 md5_{init,process,done}: make static by doko@ubuntu.com · 12 years ago
  65. 1e5be8c sha1_{init,process,done}: make static by doko@ubuntu.com · 12 years ago
  66. 1e3398a ... and fix the name of the sha1 file name. by doko@ubuntu.com · 12 years ago
  67. dca7303 Fix name of the sha1 extension. by doko@ubuntu.com · 12 years ago
  68. 0684a9d Remove references to removed md5.h and md5.c files. by doko@ubuntu.com · 12 years ago
  69. fd8a838 Issue #14684: Add support for predefined compression dictionaries to the zlib module. by Nadeem Vawda · 12 years ago
  70. 50b0a36 Fix comment. by Stefan Krah · 12 years ago
  71. 2238501 Many cleanups of redundant code in mpd_qrem_near(): by Stefan Krah · 12 years ago
  72. e67f48c Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h. by Antoine Pitrou · 12 years ago
  73. 9c1feb8 Add comments to the power functions, in particular to _mpd_qpow_real(). by Stefan Krah · 12 years ago
  74. bce1666 Issue #14055: Add __sizeof__ support to _elementtree. by Martin v. Löwis · 12 years ago
  75. c62bd13 1) State the relative errors of the power functions for integer exponents. by Stefan Krah · 12 years ago
  76. 0831382 Issue #15006: Allow equality comparison between naive and aware time by Alexander Belopolsky · 12 years ago
  77. 113da64 Fix windows compilation problems caused by previous commit. by Eli Bendersky · 12 years ago
  78. 64d11e6 Replace the iter/itertext methods of Element in _elementtree with true C implementations, instead of the bootstrapped Python code. In addition to being cleaner (removing the last remains of the bootstrapping code in _elementtree), this gives a 10x performance boost for iter() on large documents. by Eli Bendersky · 12 years ago
  79. bc07cb8 Issue #14936: curses_panel was converted to PEP 3121 and PEP 384 API. by Martin v. Löwis · 12 years ago
  80. c838ec1 Issue #14936: curses_panel was converted to PEP 3121 API. by Martin v. Löwis · 12 years ago
  81. c142bba Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields by Alexander Belopolsky · 12 years ago
  82. 2b89fdf PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result by Victor Stinner · 12 years ago
  83. bda4b88 time.get_clock_info() uses a namespace instead of structseq by Victor Stinner · 12 years ago
  84. d973824 Fixed a typo in time_localtime() by Alexander Belopolsky · 12 years ago
  85. b783293 1) Fix signature of _mpd_qpow_uint(): contrary to the comment base is constant. by Stefan Krah · 12 years ago
  86. 197651b Issue #10133: Make multiprocessing deallocate buffer if socket read fails. by Richard Oudkerk · 12 years ago
  87. 88e1977 1) Replace long-winded abort() construct by assert(). by Stefan Krah · 12 years ago
  88. 9253862 1) State restrictions for the transform length. by Stefan Krah · 12 years ago
  89. afc0c77 Add one extra comparison to the _mpd_shortmul() case to avoid repetitive code. by Stefan Krah · 12 years ago
  90. 5248a2d Enumerate all cases in the overflow detection strategy in mpd_qlog10(). by Stefan Krah · 12 years ago
  91. 0bf506c Merge. by Stefan Krah · 12 years ago
  92. 1cf6dfc 1) List relative error for _mpd_qln10(). by Stefan Krah · 12 years ago
  93. a441514 Issue #2736: Added datetime.timestamp() method. by Alexander Belopolsky · 12 years ago
  94. 7bda265 1) The overflow detection in mpd_qln() has a surprising number of case splits. by Stefan Krah · 12 years ago
  95. a3394bc 1) Add error analysis comments to mpd_qln10() and _mpd_qln(). by Stefan Krah · 12 years ago
  96. 902274e Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call. by Gregory P. Smith · 12 years ago
  97. 58f07a9 Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call. by Gregory P. Smith · 12 years ago
  98. f86a5e8 Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore by Victor Stinner · 12 years ago
  99. 034d0aa Issue #14711: os.stat_float_times() has been deprecated. by Victor Stinner · 12 years ago
  100. c68e136 Fix unterminated keyword array passed to PyArg_ParseTupleAndKeywords by Eli Bendersky · 12 years ago