- eaea5e9 Issue #12866: The audioop module now supports 24-bit samples. by Serhiy Storchaka · 12 years ago
- c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 12 years ago
- 351f539 Issue #18582: HMAC_CTX_copy() is not available on OpenSSL < 1.0 by Christian Heimes · 12 years ago
- e723622 Issue #18582: provide a faster C implementation of pbkdf2_hmac that works with OpenSSL < 1.0 by Christian Heimes · 12 years ago
- a412f76 Fix compilation of the curses module (broken by issue #16612). by Serhiy Storchaka · 12 years ago
- 3182680 Issue #16612: Add "Argument Clinic", a compile-time preprocessor by Larry Hastings · 12 years ago
- baced56 Fix a refleak in _sre by Brett Cannon · 12 years ago
- 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 12 years ago
- 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 12 years ago
- 2532497 Issue #18468: The re.split, re.findall, and re.sub functions and the group() by Serhiy Storchaka · 12 years ago
- 6083a4b Re #18521: remove assignments of variables that are immediately reassigned. by Georg Brandl · 12 years ago
- 782952b Re #18521: fix not-quite-C syntax that works only because the PyXXX_Check are macros defined with () around them. by Georg Brandl · 12 years ago
- daa1fa9 Back out accidentally pushed changeset b51218966201. by Georg Brandl · 12 years ago
- 4300019 Add re.fullmatch() function and regex.fullmatch() method, which anchor the by Georg Brandl · 12 years ago
- 9809ca9 Issue #18458: merge comments from 3.3 by Ned Deily · 12 years ago
- e92ef13 Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. by Christian Heimes · 12 years ago
- 5d4121a Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 12 years ago
- 2582762 Issue #19209: Remove import of copyreg from the os module to speed up by Christian Heimes · 12 years ago
- fd4722c Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io module instead of the full locale module. by Antoine Pitrou · 12 years ago
- a76795b merge 3.3 by Benjamin Peterson · 12 years ago
- 8aa7b89 replace hardcoded version by Benjamin Peterson · 12 years ago
- f0a1b87 merge 3.3 by Benjamin Peterson · 12 years ago
- 577dd61 make sure the docstring is never out of date wrt unicode data version by Benjamin Peterson · 12 years ago
- d3c43a9 merge 3.3 (#19220) by Benjamin Peterson · 12 years ago
- a4cf1c8 remove url from docstring (closes #19220) by Benjamin Peterson · 12 years ago
- 94d08d9 upgrade unicode db to 6.3.0 (closes #19221) by Benjamin Peterson · 12 years ago
- 2fe9bac Close #16742: Fix misuse of memory allocations in PyOS_Readline() by Victor Stinner · 12 years ago
- 07573d7 merge by Raymond Hettinger · 12 years ago
- cb1d96f Issue #18594: Make the C code more closely match the pure python code. by Raymond Hettinger · 12 years ago
- f55697c Issue #19147: merge from 3.3 by Ned Deily · 12 years ago
- 2a8b3f2 Issue #19147: Fix docstring for fcntl.flock to refer to correct man section. by Ned Deily · 12 years ago
- 75f65e3 merge by Raymond Hettinger · 12 years ago
- 224c87d Issue #18594: Fix the fallback path in collections.Counter(). by Raymond Hettinger · 12 years ago
- c13516b merge by Raymond Hettinger · 12 years ago
- 2ff2190 Issue #18594: Fix the fast path for collections.Counter(). by Raymond Hettinger · 12 years ago
- b2201e1 Properly initialize all fields of a SSL object after allocation. by Antoine Pitrou · 12 years ago
- 860aee7 Properly initialize all fields of a SSL object after allocation. by Antoine Pitrou · 12 years ago
- 20b8555 Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL handshake hasn't been done. by Antoine Pitrou · 12 years ago
- 369606d Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments. by Serhiy Storchaka · 12 years ago
- 463bd4b Issue #19034: repr() for tkinter.Tcl_Obj now exposes string reperesentation. by Serhiy Storchaka · 12 years ago
- 1eb8762 Merge heads by Serhiy Storchaka · 12 years ago
- dac8b8b Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call by Serhiy Storchaka · 12 years ago
- 31f477c Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call by Serhiy Storchaka · 12 years ago
- b4a46cb Add a comment making it explicit that itertools.tee() is already 64bit-safe (issue #19049) by Antoine Pitrou · 12 years ago
- 9937155 - followup for issue #18997, make _clear_joined_ptr static. by doko@ubuntu.com · 12 years ago
- 0648bf7 - followup for issue #18997, make _clear_joined_ptr static. by doko@ubuntu.com · 12 years ago
- 0cc8685 Issue #16201: socket: Use inet_pton()/inet_addr() instead of ad-hoc parsing for by Charles-François Natali · 12 years ago
- 12f1828 Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 12 years ago
- dd3661e Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 12 years ago
- fb92f39 Issue 18752: Make chain.from_iterable() more visible in the documentation. by Raymond Hettinger · 12 years ago
- 8df58f7 Issue 18752: Make chain.from_iterable() more visible in the documentation. by Raymond Hettinger · 12 years ago
- 8898350 Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the by Victor Stinner · 12 years ago
- 7b47699 Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning. by Antoine Pitrou · 12 years ago
- b988ee0 Fix conversion from Py_ssize_t to int. by Richard Oudkerk · 12 years ago
- f70f4a6 Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 12 years ago
- a83a022 Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 12 years ago
- 134f0de Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 12 years ago
- 2d7aba3 Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case by Christian Heimes · 12 years ago
- 60bf2fc Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case by Christian Heimes · 12 years ago
- 555e57d (Merge 3.3) Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, by Victor Stinner · 12 years ago
- e1040e2 Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast by Victor Stinner · 12 years ago
- e619427 Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 12 years ago
- e93b63b Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 12 years ago
- c6171e4 Merge 3.3 into default. by Tim Peters · 12 years ago
- 9edb168 cwr_next(): move invariants out of loops. by Tim Peters · 12 years ago
- 207fe01 Issue #18912: Fix indentation in docstring by Eli Bendersky · 12 years ago
- c554f72 Issue #18912: Fix indentation in docstring by Eli Bendersky · 12 years ago
- 24aa041 Use INADDR_BROADCAST instead of hard-coded value (it's part of POSIX and by Charles-François Natali · 12 years ago
- d72fe89 select.epoll.fromfd(fd) must be not change the inheritable flag of the file by Victor Stinner · 12 years ago
- 1fa174a Get rid of signed/unsigned comparaison in _sre.c by Victor Stinner · 12 years ago
- 36a5a06 _datetimemodule.c: fix the compilation warning "conversion from 'double' to by Victor Stinner · 12 years ago
- b9981ba fix a compilation warning in posix_openpty() on "PPC64 AIX 3.x" buildbot by Victor Stinner · 12 years ago
- 340f712 (Merge 3.3) Fix compilation of the _sqlite module if threads are disabled by Victor Stinner · 12 years ago
- b84fc0f Fix compilation of the _sqlite module if threads are disabled by Victor Stinner · 12 years ago
- daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 12 years ago
- 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 12 years ago
- 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 12 years ago
- 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 12 years ago
- d640fe2 #18803: merge with 3.3. by Ezio Melotti · 12 years ago
- 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 12 years ago
- a439b32 Merge. by Charles-François Natali · 12 years ago
- c20a7b9 Merge. by Charles-François Natali · 12 years ago
- 249cdc3 Issue #18763: subprocess: The file descriptors are now closed after calling the by Charles-François Natali · 12 years ago
- 9dd279a Issue #11973: Fix a problem in kevent. The flags and fflags fields are now by Christian Heimes · 12 years ago
- f1fe159 Issue #11973: Fix a problem in kevent. The flags and fflags fields are now by Christian Heimes · 12 years ago
- cfa4796 Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 12 years ago
- 61636e7 Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 12 years ago
- cabbde9 Fix compiler warning on Windows. by Richard Oudkerk · 12 years ago
- 6eb50b1 Use consistent style for else if / else by Eli Bendersky · 12 years ago
- 3a7dffa remove support for compiling on systems without getcwd() by Benjamin Peterson · 12 years ago
- 254954a Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 12 years ago
- 203eb31 Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 12 years ago
- a93bf7b Fix devpoll_dealloc(). by Richard Oudkerk · 12 years ago
- 168d59b Move definition of devpoll_internal_close() before devpoll_close(). by Richard Oudkerk · 12 years ago
- 069d65c Fix compilation of select module on Solaris. by Richard Oudkerk · 12 years ago
- f54c246 Issue #18747: Use a parent atfork handler instead of a child atfork handler. by Christian Heimes · 12 years ago
- 80c5de9 Issue #18747: Use a parent atfork handler instead of a child atfork handler. by Christian Heimes · 12 years ago
- 13423c3 Close #18794: Add a fileno() method and a closed attribute to select.devpoll by Victor Stinner · 12 years ago
- 4e4088d Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 12 years ago
- 9e6b975 Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 12 years ago