- e02f8fc Issue #24402: Merge input() fix from 3.4 into 3.5 by Martin Panter · 9 years ago
- c9a6ab5 Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun by Martin Panter · 9 years ago
- 8b2e8b6 Specify default values of semantic booleans in Argument Clinic generated signatures as booleans. by Serhiy Storchaka · 9 years ago
- 7e810a6 Use converter names instead of format units in Argument Clinic descriptions by Serhiy Storchaka · 9 years ago
- 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 10 years ago
- 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 10 years ago
- 0c39b1b Initialize variables to prevent GCC warnings by Victor Stinner · 10 years ago
- 3dd3e26 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 10 years ago
- 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 10 years ago
- d8a1447 Issue #22215: Now ValueError is raised instead of TypeError when str or bytes by Serhiy Storchaka · 10 years ago
- f9e227e Issue #20184: Add signature introspection for 30 of the builtins by Nick Coghlan · 10 years ago
- 98ea54c Issue #22156: Fix "comparison between signed and unsigned integers" compiler by Victor Stinner · 10 years ago
- 9b33872 Issue #22146: Fix typo in __build_class__ error message by Zachary Ware · 10 years ago
- f2fb73f Issue #19362: Tweek len() doc and docstring to expand the indicated range of by Terry Jan Reedy · 10 years ago
- 2a54582 Issue 20620: Update the min()/max() docs for the new default argument. by Raymond Hettinger · 10 years ago
- 5edbb7b correct len signature in docstring (closes #21294) by Benjamin Peterson · 11 years ago
- 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
- d45a46b merge 3.3 (#19910) by Benjamin Peterson · 11 years ago
- 933142a document that compile() can take bytes (closes #19910) by Benjamin Peterson · 11 years ago
- a4b7a75 Issue #3158: doctest can now find doctests in functions and methods by Zachary Ware · 11 years ago
- bd303c1 Issue #19512, #19515: remove shared identifiers, move identifiers where they by Victor Stinner · 11 years ago
- eaa2883 Issue #19512: builtin print() function uses an identifier instead of literal by Victor Stinner · 11 years ago
- ae9f161 Issue #19512: __build_class() builtin now uses an identifier for the "metaclass" string by Victor Stinner · 11 years ago
- 0905437 Issue #19512: add some common identifiers to only create common strings once, by Victor Stinner · 11 years ago
- b44562b Issue #19512: eval() and exec() now use an identifier for "__builtins__" string by Victor Stinner · 11 years ago
- 41bb43a Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle by Victor Stinner · 11 years ago
- c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 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
- 4ebf6d7 Issue #18560: Fix potential NULL pointer dereference in sum() by Christian Heimes · 11 years ago
- 704e2d3 Issue #18560: Fix potential NULL pointer dereference in sum() by Christian Heimes · 11 years ago
- 1e53bba Issue #18408: handle PySys_GetObject() failure, raise a RuntimeError by Victor Stinner · 11 years ago
- acb362e Merge: #18424: PEP8ify the tense of the sum docstring. by R David Murray · 11 years ago
- 87ead11 #18424: PEP8ify the tense of the sum docstring. by R David Murray · 11 years ago
- 4d6018f Issue 18111: Add a default argument to min() and max() by Raymond Hettinger · 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
- 214a7d2 properly lookup the __round__ special method (closes #17722) by Benjamin Peterson · 12 years ago
- ee57f15 Revert a premature patch for issue #14010 (changeset 846bd418aee5). by Serhiy Storchaka · 12 years ago
- 278d03b Revert a premature patch for issue #14010 (changeset aaaf36026511). by Serhiy Storchaka · 12 years ago
- aac81e2 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
- e8f706e Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
- eea1f5c Merge by Richard Oudkerk · 12 years ago
- 614c578 Issue #17619: Make input() check for Ctrl-C correctly on Windows. by Richard Oudkerk · 12 years ago
- 178e6fe #17178: merge with 3.3. by Ezio Melotti · 12 years ago
- 293ab97 #17178: merge with 3.2. by Ezio Melotti · 12 years ago
- b19ed57 #17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan. by Ezio Melotti · 12 years ago
- f76f0ee compile doesn't accept code objects by Philip Jenvey · 12 years ago
- 42124a7 initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all function by Benjamin Peterson · 12 years ago
- 66d1eb2 Merge 3.2. by Stefan Krah · 12 years ago
- 07795df Issue #15741: Fix potential NULL dereference. Found by Coverity. by Stefan Krah · 12 years ago
- 721738f Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
- 6f430e4 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
- e9175bd Fix issue #15607: Update the print builtin function docstring with the new flush keyword. by Senthil Kumaran · 12 years ago
- cb4996a Issue #15471: Don't use mutable object as default values for the by Brett Cannon · 12 years ago
- 722d3ae Issue #15508: Fix the docstring for __import__ to not mention negative by Brett Cannon · 12 years ago
- 3c76aa6 Remove unused variabile "plain" in builtin_exec. by Ezio Melotti · 12 years ago
- edc6018 Remove outdated statement by Antoine Pitrou · 12 years ago
- 3a37b83 merge 3.2 by Benjamin Peterson · 12 years ago
- 8e8fbea don't leak if the __class__ closure is set by Benjamin Peterson · 12 years ago
- fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 13 years ago
- 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 13 years ago
- 0010256 fold into one if statement by Benjamin Peterson · 13 years ago
- a12d5c6 fix formatting by Benjamin Peterson · 13 years ago
- bc3b682 Closes #13761: add a "flush" keyword argument to print(). by Georg Brandl · 13 years ago
- 0ab2a26 merge 3.2 by Benjamin Peterson · 13 years ago
- 332503d merge 3.2 by Benjamin Peterson · 13 years ago
- 63ab875 Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide by Victor Stinner · 13 years ago
- 50add04 quote the type name for improved readability by Philip Jenvey · 13 years ago
- 5ee9d8a Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
- 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
- 4d46c2a Remove unused variable. by Florent Xicluna · 13 years ago
- de31b19 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. by Nick Coghlan · 13 years ago
- 908ae24 Merge 3.2 (linked to issue #1294232) by Florent Xicluna · 13 years ago
- 9715d26 Merge issue 1294232 patch from 3.2 by Nick Coghlan · 13 years ago
- bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
- 1ee1b6f Use identifier API for PyObject_GetAttrString. by Martin v. Löwis · 13 years ago
- afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
- d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
- ea281a5 include header with PyAST_Validate by Benjamin Peterson · 13 years ago
- 832bfe2 add a AST validator (closes #12575) by Benjamin Peterson · 13 years ago
- 405f32c plug refleak by Benjamin Peterson · 13 years ago
- 4f921c2 bytes -> bytearray by Benjamin Peterson · 13 years ago
- ce071ca bytes should be verboten in sum() (fixes #12654) by Benjamin Peterson · 13 years ago
- 99b9538 Issue #9642: Uniformize the tests on the availability of the mbcs codec by Victor Stinner · 13 years ago
- d64e8a7 Issue #9642: Fix filesystem encoding initialization: use the ANSI code page on by Victor Stinner · 13 years ago
- 0df8092 Removed 'or long integer' from bin, oct, and hex docstrings. by Alexander Belopolsky · 14 years ago
- 12338ab Removed 'or long integer' from bin, oct, and hex docstrings. by Alexander Belopolsky · 14 years ago
- fe93faf Issue #3080: Add PyImport_ImportModuleLevelObject() function by Victor Stinner · 14 years ago
- f3fd733 Remove useless argument of _PyUnicode_AsDefaultEncodedString() by Victor Stinner · 14 years ago
- 02bfdb3 Merged revisions 88530 via svnmerge from by Victor Stinner · 14 years ago
- c0f1a1a Issue #11272: Fix input() and sys.stdin for Windows newline by Victor Stinner · 14 years ago
- b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 14 years ago
- 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 14 years ago
- 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
- e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
- e71362d Issue #10518: Bring back the callable() builtin. by Antoine Pitrou · 14 years ago
- 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
- 4c7c8c3 Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects by Victor Stinner · 14 years ago
- 5305a99 Since __import__ is not designed for general use, have its docstring point by Brett Cannon · 14 years ago