- 1805a62 Issue #16129: Py_SetStandardStreamEncoding cleanups by Nick Coghlan · 11 years ago
- a0f074f Issue #16129: Move Py_SetStandardStreamEncoding declaration by Nick Coghlan · 11 years ago
- 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 11 years ago
- d01d396e Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py". by Antoine Pitrou · 11 years ago
- 1164dfc Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10%) smaller. by Antoine Pitrou · 11 years ago
- 8d19767 Close #19199: Remove ``PyThreadState.tick_counter`` field by Victor Stinner · 11 years ago
- fe9e3b8 Closes #13867: remove untrue comment about PyWeakref_Check(). by Georg Brandl · 11 years ago
- 1cfa0ba Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions. by Antoine Pitrou · 11 years ago
- 59c900d Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions. by Antoine Pitrou · 11 years ago
- 9185a5a fix comment by Benjamin Peterson · 11 years ago
- 5df8a8a Issue #19087: Improve bytearray allocation in order to allow cheap popping of data at the front (slice deletion). by Antoine Pitrou · 11 years ago
- c13516b merge by Raymond Hettinger · 11 years ago
- 2ff2190 Issue #18594: Fix the fast path for collections.Counter(). by Raymond Hettinger · 11 years ago
- e9cbd18 Post-version release cleanup. by Larry Hastings · 11 years ago
- 44719a7 Version bump to 3.4.0a3. by Larry Hastings · 11 years ago
- 8568f66 Merge. by Larry Hastings · 11 years ago
- 60560b1 Post-3.4.0a2-release fixups. by Larry Hastings · 11 years ago
- 8f8839e Remove the freelist scheme for setobjects. by Raymond Hettinger · 11 years ago
- 7b47699 Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning. by Antoine Pitrou · 11 years ago
- 3a2d18b Version number bump for Python 3.4.0a2. by Larry Hastings · 11 years ago
- 69492da Factor-out the common code for setting a KeyError. by Raymond Hettinger · 11 years ago
- 4879a96 Issue #18756: os.urandom() now uses a lazily-opened persistent file descriptor, so as to avoid using many file descriptors when run in parallel from multiple threads. by Antoine Pitrou · 11 years ago
- daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
- 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
- 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
- 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
- 9d95254 Issue #18772: fix the gdb plugin after the set implementation changes by Antoine Pitrou · 11 years ago
- 3c0a4f5 Issue18771: Reduce the cost of hash collisions for set objects. by Raymond Hettinger · 11 years ago
- a7e7497 #18466: merge with 3.3. by Ezio Melotti · 11 years ago
- 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
- 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
- 40322e6 Issue #10241: Clear extension module dict copies at interpreter shutdown. by Antoine Pitrou · 11 years ago
- ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
- 236a547 Issue #18665: fix typos. Patch by Vajrasky Kok. by Antoine Pitrou · 11 years ago
- 536f9fd Put the most important and most frequency accessed struct member first. by Raymond Hettinger · 11 years ago
- 58720d6 Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles. by Antoine Pitrou · 11 years ago
- a3c6a1f Cycled Misc/NEWS for alpha 2, touched patchlevel. by Larry Hastings · 11 years ago
- 436151e Merge from v3.4.0a1 head. by Larry Hastings · 11 years ago
- 1f08c77 Bumped version to 3.4.0a1. by Larry Hastings · 11 years ago
- 579ddc2 Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
- f6d0aee Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
- 95db2e7 Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deallocating a Tkapp object. by Antoine Pitrou · 11 years ago
- 84f31a5 Issue #10241: Clear extension module dict copies at interpreter shutdown. by Antoine Pitrou · 11 years ago
- 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
- ee4b59c (Merge 3.3) According to the PEP 7, C code must "use 4-space indents" by Victor Stinner · 11 years ago
- ce72e1c According to the PEP 7, C code must "use 4-space indents" by Victor Stinner · 11 years ago
- 1c8f059 Issue #18520: Add a new PyStructSequence_InitType2() function, same than by Victor Stinner · 11 years ago
- 49fc8ec Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup() by Victor Stinner · 11 years ago
- 0507bf5 Issue #3329: Implement the PEP 445 by Victor Stinner · 11 years ago
- 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
- 82da888 Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError by Brett Cannon · 11 years ago
- 14b9b11 If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified. by Victor Stinner · 11 years ago
- b3cc7eb Fix test for GCC 3.1+ but not strict ANSI C by Christian Heimes · 11 years ago
- e0a2d12 Fix test for GCC 3.1+ but not strict ANSI C by Christian Heimes · 11 years ago
- 99d6135 Define S_IFMT and S_IFLNK in pyport.h so posixmodule.c can use named constants instead by Christian Heimes · 11 years ago
- c6ebd16 Issue #11016: Try to fix compilaton of the new _stat.c module on Windows by Victor Stinner · 11 years ago
- 36f01ad Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
- 4d70562 Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
- 8f5ac51 Issue #15767: Touch up ModuleNotFoundError usage by import. by Brett Cannon · 11 years ago
- b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
- ac0ad88 Issue #17931: Resolve confusion on Windows between pids and process handles. by Richard Oudkerk · 11 years ago
- 7e91e77 Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identified by Victor Stinner · 11 years ago
- 6dc32b3 Issue #13612: handle unknown encodings without a buffer overflow. by Eli Bendersky · 11 years ago
- 66d53fa Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
- 1cfebc7 Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and by Serhiy Storchaka · 11 years ago
- da5eb5a don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (closes #17206) by Benjamin Peterson · 11 years ago
- 7b3022f Issue #13612: handle unknown encodings without a buffer overflow. by Eli Bendersky · 11 years ago
- 447b6e3 Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
- fef34e3 Issue #17937: Try harder to collect cyclic garbage at shutdown. by Antoine Pitrou · 11 years ago
- e8e1459 rather than passing locals to the class body, just execute the class body in the proper environment by Benjamin Peterson · 11 years ago
- 312595c hide the __class__ closure from the class body (#12370) by Benjamin Peterson · 12 years ago
- c032f16 post-release update. by Georg Brandl · 12 years ago
- 9396356 Backout c89febab4648 following private feedback by Guido. by Antoine Pitrou · 12 years ago
- f6b687f remove support GCC PyArg_ParseTuple format patch, last seen in 2006 by Benjamin Peterson · 12 years ago
- 88f4dd6 bump to 3.3.2 by Georg Brandl · 12 years ago
- f28dfdd Issue #17912: Use a doubly linked-list for thread states. by Charles-Francois Natali · 12 years ago
- 04e70d1 Issue #17807: Generators can now be finalized even when they are part of a reference cycle. by Antoine Pitrou · 12 years ago
- 070cb3c Issue #1545463: At shutdown, defer finalization of codec modules so that stderr remains usable. by Antoine Pitrou · 12 years ago
- 5f454a0 Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown. by Antoine Pitrou · 12 years ago
- 8408cea Issue #17094: Clear stale thread states after fork(). by Antoine Pitrou · 12 years ago
- df6931d Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again. by Antoine Pitrou · 12 years ago
- 957a23b Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again. by Antoine Pitrou · 12 years ago
- 865eaa1 Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgs by Alexandre Vassalotti · 12 years ago
- 3b0431d check local class namespace before reaching for cells (closes #17853) by Benjamin Peterson · 12 years ago
- f476405 fix typo in a comment by Victor Stinner · 12 years ago
- 8f674cc Close #17694: Add minimum length to _PyUnicodeWriter by Victor Stinner · 12 years ago
- a0dd021 Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead of by Victor Stinner · 12 years ago
- bf56102 Post-release update for 3.3.1 by Georg Brandl · 12 years ago
- 9aa23c5 Bump to 3.3.1. by Georg Brandl · 12 years ago
- cfc4c13 Add _PyUnicodeWriter_WriteSubstring() function by Victor Stinner · 12 years ago
- d08d0b1 Bump to 3.3.1rc1. by Georg Brandl · 12 years ago
- 684cd0e Issue #17522: Add the PyGILState_Check() API. by Kristján Valur Jónsson · 12 years ago
- d7009c6 Issue #16475: Support object instancing, recursion and interned strings by Kristján Valur Jónsson · 12 years ago
- cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 12 years ago
- 7701e6e make some freezing related stuff const by Benjamin Peterson · 12 years ago
- 8e7586b Issue #17047: remove doubled words added in 3.4, by Terry Jan Reedy · 12 years ago
- 00e9886 Add PyDict_SetDefault. (closes #17327) by Benjamin Peterson · 12 years ago
- d7be03a Issue #1783: Remove declarations of nonexistent private variables. by Serhiy Storchaka · 12 years ago
- 89fa86b Issue #1783: Remove declarations of nonexistent private variables. by Serhiy Storchaka · 12 years ago
- 04d86c7 Issue #1783: Remove declarations of nonexistent private variables. by Serhiy Storchaka · 12 years ago