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