1. b578f8a Issue #19232: Speed up decimal import. Additionally, since _decimal is by Stefan Krah · 10 years ago
  2. d8a1447 Issue #22215: Now ValueError is raised instead of TypeError when str or bytes by Serhiy Storchaka · 10 years ago
  3. 67c719b Silenced some warnings about comparison between signed and unsigned integer by Serhiy Storchaka · 10 years ago
  4. 47e4042 Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use. by Antoine Pitrou · 10 years ago
  5. 60a64d6 Issue #21951: Fix AsObj() of the _tkinter module: raise MemoryError on memory by Victor Stinner · 10 years ago
  6. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  7. 67ca33d Issue #22043: Oops, fix perf_counter() on UNIX if no monotonic clock is by Victor Stinner · 10 years ago
  8. 5488449 Issue #22043: Simplify time.perf_counter() on Windows by Victor Stinner · 10 years ago
  9. 0011124 Issue #22043: _PyTime_Init() now checks if the system clock works. by Victor Stinner · 10 years ago
  10. 7efb833 Issue #22287: On UNIX, _PyTime_gettimeofday() now uses by Victor Stinner · 10 years ago
  11. 3822760 Issue #22042: signal.set_wakeup_fd(fd) now raises an exception if the file by Victor Stinner · 10 years ago
  12. fc45251 Merge 3.4. by Stefan Krah · 10 years ago
  13. cf26115 Introduce and check for MPD_VERSION_HEX for precise management of builds by Stefan Krah · 10 years ago
  14. 9ea83cf Merge 3.4. by Stefan Krah · 10 years ago
  15. 298131a Issue #22090: Fix '%' formatting for infinities and NaNs. by Stefan Krah · 10 years ago
  16. d0aeda8 Issue #20152: Port pyexpat to Argument Clinic. by Brett Cannon · 10 years ago
  17. 9f49e31 Add a missing Argument Clinic file by Brett Cannon · 10 years ago
  18. 3d25e16 Issue #20152: Port the pwd module to Argument Clinic. by Brett Cannon · 10 years ago
  19. 52d67ef Fix a missing #include. by Brett Cannon · 10 years ago
  20. 20cf6dd Issue #20152: Port the spwd module to Argument Clinic. by Brett Cannon · 10 years ago
  21. 8fb7bb2 Issue #20152: Convert the grp module to Argument Clinic. by Brett Cannon · 10 years ago
  22. f2de1fc Issue #20152: Convert _multibytecodecs to Argument Clinic. by Brett Cannon · 10 years ago
  23. ef1a797 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 10 years ago
  24. 76b4765 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 10 years ago
  25. 049e509 Issue #22207: Fix "comparison between signed and unsigned integers" warning in by Victor Stinner · 10 years ago
  26. 7270b7f _pickle: Optimize raw_unicode_escape(), use directly a bytes object, don't use by Victor Stinner · 10 years ago
  27. cfcde8c Issue #22218: Fix "comparison between signed and unsigned integers" warning in by Victor Stinner · 10 years ago
  28. f13c46c Issue #22218: Fix "comparison between signed and unsigned integers" warnings in by Victor Stinner · 10 years ago
  29. 1a62a68 Issue #22218: Fix "comparison between signed and unsigned integers" warnings in by Victor Stinner · 10 years ago
  30. 52aee85 Issue #22156: simplify _tracemalloc.c, use an int for the MAX_NFRAME constant by Victor Stinner · 10 years ago
  31. 706768c Issue #22156: Fix some "comparison between signed and unsigned integers" by Victor Stinner · 10 years ago
  32. d7728ca Issue #15381: Optimized line reading in io.BytesIO. by Serhiy Storchaka · 10 years ago
  33. 3b48af0 - Issue #22176: Fix build failure on ARM with -Werror=declaration-after-statement by doko@ubuntu.com · 10 years ago
  34. 6a66f15 - Issue #22176: Add src/x86/win32.S for x86 libffi builds. by doko@ubuntu.com · 10 years ago
  35. a61d058 - Merge 3.4 by doko@ubuntu.com · 10 years ago
  36. be1cd50 merge 3.4. by doko@ubuntu.com · 10 years ago
  37. 9e15d7a - Issue #22176: Update the ctypes module's libffi to v3.1. This release by doko@ubuntu.com · 10 years ago
  38. 736a913 - Issue #22176: Update the ctypes module's libffi to v3.1. This release by doko@ubuntu.com · 10 years ago
  39. d5736fa Issue #22161: Conformed arguments type checks in ctype to actually supported by Serhiy Storchaka · 10 years ago
  40. 4f06d60 Issue #22161: Conformed arguments type checks in ctype to actually supported by Serhiy Storchaka · 10 years ago
  41. b349e4c Issue #22116: C functions and methods (of the 'builtin_function_or_method' type) can now be weakref'ed. Patch by Wei Wu. by Antoine Pitrou · 10 years ago
  42. af78ef1 Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular by Serhiy Storchaka · 10 years ago
  43. 3d4b2d4 Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular by Serhiy Storchaka · 10 years ago
  44. 037605b Closes #22136: Fix MSVC compiler warnings introduced by #22085 by Zachary Ware · 10 years ago
  45. 17fd1e1 Issue #22127: fix typo. by Martin v. Löwis · 10 years ago
  46. eb1c28a Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeric IPs). by Martin v. Löwis · 10 years ago
  47. a73cb8a Issue #22120: For functions using an unsigned integer return converter, by Larry Hastings · 10 years ago
  48. b1dc112 More fixes for the unhappy AMD FreeBSD 9 buildbot. Fingers crossed. by Larry Hastings · 10 years ago
  49. 548095c Fix for AMD FreeBSD 9 buildbot (hopefully), broken by my last checkin. by Larry Hastings · 10 years ago
  50. 2f93635 Issue #20170: Convert posixmodule to use Argument Clinic. by Larry Hastings · 10 years ago
  51. f6a271a Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename by Victor Stinner · 10 years ago
  52. a734af3 timemodule.c: Replace PyExc_IOError with PyExc_OSError by Victor Stinner · 10 years ago
  53. 6716d60 Issue #22085: Dropped support of Tk 8.3 in Tkinter. by Serhiy Storchaka · 10 years ago
  54. f44611c Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. by Serhiy Storchaka · 10 years ago
  55. 74596a8 Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. by Serhiy Storchaka · 10 years ago
  56. cc66a73 Issue #22003: When initialized from a bytes object, io.BytesIO() now by Antoine Pitrou · 10 years ago
  57. 1151710 Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. by Victor Stinner · 10 years ago
  58. 1db9e7b Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and by Victor Stinner · 10 years ago
  59. c3fc341 Issue #21704: Merge. by Richard Oudkerk · 10 years ago
  60. e0e6581 Issue #21704: Fix build error for _multiprocessing when semaphores by Richard Oudkerk · 10 years ago
  61. 0f41acb Issue #22076: Minor grammar fix. by Berker Peksag · 10 years ago
  62. 501b13c Issue #20173: Convert sha1, sha256, sha512 and md5 to ArgumentClinic. by Martin v. Löwis · 10 years ago
  63. 011428e (Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail with by Victor Stinner · 10 years ago
  64. e254e53 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 10 years ago
  65. a22d823 merge by Raymond Hettinger · 10 years ago
  66. 5a2146a Issue #22044: Fixed premature DECREF in call_tzinfo_method. by Raymond Hettinger · 10 years ago
  67. 973fe0b Issue #18093: Factor out the programs that embed the runtime by Nick Coghlan · 10 years ago
  68. 1d8948e Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/ by Victor Stinner · 10 years ago
  69. 31f1a36 (Merge 3.4) Issue #19884, readline: calling rl_variable_bind by Victor Stinner · 10 years ago
  70. 92639cc Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off") by Victor Stinner · 10 years ago
  71. d18ccd1 tets by Victor Stinner · 10 years ago
  72. 24ad98b (Merge 3.4) Issue #19884: readline: Disable the meta modifier key if stdout is by Victor Stinner · 10 years ago
  73. a3c80ce Issue #19884: readline: Disable the meta modifier key if stdout is not a by Victor Stinner · 10 years ago
  74. b6dab6b Issue #22042: Avoid dangerous C cast in socket.setblocking() by Victor Stinner · 10 years ago
  75. e6d9805 Issue #4350: Removed a number of out-of-dated and non-working for a long time by Serhiy Storchaka · 10 years ago
  76. 0bffc94 Issue #22018: signal.set_wakeup_fd() now raises an OSError instead of a by Victor Stinner · 10 years ago
  77. 56e8c29 Issue #22018: Add _testcapi.raise_signal() by Victor Stinner · 10 years ago
  78. 56ded52 Call PyErr_NoMemory() when PyMem_Malloc() fails. by Serhiy Storchaka · 10 years ago
  79. b1ebfdd Call PyErr_NoMemory() when PyMem_Malloc() fails. by Serhiy Storchaka · 10 years ago
  80. b28ed92 Issue #21932: os.read() now uses a :c:func:`Py_ssize_t` type instead of by Victor Stinner · 10 years ago
  81. de08cb6 Fix compilation failure (followup to #21803) by Antoine Pitrou · 10 years ago
  82. e03de09 (Merge 3.4) Issue #21781, _ssl: Fix asn1obj2py() on Windows 64-bit, "s#" format by Victor Stinner · 10 years ago
  83. cd75298 Issue #21781, _ssl: Fix asn1obj2py() on Windows 64-bit, "s#" format requires by Victor Stinner · 10 years ago
  84. 3032ed7 upgrade to unicode 7.0.0 by Benjamin Peterson · 10 years ago
  85. e865128 properly decref the return value of close() by Benjamin Peterson · 11 years ago
  86. 4f654fb properly decref the return value of close() by Benjamin Peterson · 11 years ago
  87. 6680e9f (Merge 3.4) Issue #21090: io.FileIO.readall() does not ignore I/O errors by Victor Stinner · 11 years ago
  88. e10920f Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before, by Victor Stinner · 11 years ago
  89. 7f341ca (Merge 3.4) Issue #8677: make the zlib module "ssize_t clean" for parsing by Victor Stinner · 11 years ago
  90. f18f871 Issue #8677: make the zlib module "ssize_t clean" for parsing parameters by Victor Stinner · 11 years ago
  91. da8e6a2 (Merge 3.4) Closes #21780: make the unicodedata module "ssize_t clean" for by Victor Stinner · 11 years ago
  92. 65a3144 Closes #21780: make the unicodedata module "ssize_t clean" for parsing parameters by Victor Stinner · 11 years ago
  93. 7f08406 (Merge 3.4) Issue #21781: Make the ssl module "ssize_t clean" for parsing by Victor Stinner · 11 years ago
  94. 2e57b4e Issue #21781: Make the ssl module "ssize_t clean" for parsing parameters. by Victor Stinner · 11 years ago
  95. 9f43505 (Merge 3.4) Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu by Victor Stinner · 11 years ago
  96. 293f3f5 Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C by Victor Stinner · 11 years ago
  97. d9375f1 Fix typo in socket.getaddrinfo() docstring. by Berker Peksag · 11 years ago
  98. a6ec5ee Fix typo in socket.getaddrinfo() docstring. by Berker Peksag · 11 years ago
  99. de68722 Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohuslav Kabrda. by Antoine Pitrou · 11 years ago
  100. 8477f7a Issue #21863: cProfile now displays the module name of C extension functions, in addition to their own name. by Antoine Pitrou · 11 years ago