643 Commits (b8f4163da30e16c7cd58fe04f4b17e38d53cd57e)

Author SHA1 Message Date
Brett Cannon cb4996afe4 Issue #15471: Don't use mutable object as default values for the 14 years ago
Brett Cannon 722d3aec2e Issue #15508: Fix the docstring for __import__ to not mention negative 14 years ago
R David Murray 59488d233b Closes #9254: backport __import__ docstring/doc mentions of importlib. 14 years ago
Antoine Pitrou edc601855d Remove outdated statement 14 years ago
Benjamin Peterson 8e8fbeae27 don't leak if the __class__ closure is set 14 years ago
Martin v. Löwis ed11a5d018 Issue #8767: Restore building with --disable-unicode. 14 years ago
Brett Cannon fd0741555b Issue #2377: Make importlib the implementation of __import__(). 14 years ago
Kristján Valur Jónsson 31668b8f7a Issue #14288: Serialization support for builtin iterators. 14 years ago
Benjamin Peterson 0010256de4 fold into one if statement 14 years ago
Benjamin Peterson a12d5c62f7 fix formatting 14 years ago
Georg Brandl bc3b682923 Closes #13761: add a "flush" keyword argument to print(). 14 years ago
Victor Stinner 63ab875cfe Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide 14 years ago
Philip Jenvey 50add04836 quote the type name for improved readability 14 years ago
Benjamin Peterson a5ae1f0c25 remove py3k warning for callable 14 years ago
Antoine Pitrou 0d776b1ce8 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode 14 years ago
Florent Xicluna 4d46c2a722 Remove unused variable. 14 years ago
Nick Coghlan de31b191e5 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. 14 years ago
Martin v. Löwis bd928fef42 Rename _Py_identifier to _Py_IDENTIFIER. 14 years ago
Martin v. Löwis 1ee1b6fe0d Use identifier API for PyObject_GetAttrString. 14 years ago
Martin v. Löwis afe55bba33 Add API for static strings, primarily good for identifiers. 14 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 14 years ago
Benjamin Peterson ea281a54f3 include header with PyAST_Validate 15 years ago
Benjamin Peterson 832bfe2ebd add a AST validator (closes #12575) 15 years ago
Benjamin Peterson 405f32c14c plug refleak 15 years ago
Benjamin Peterson 4f921c2e06 bytes -> bytearray 15 years ago
Benjamin Peterson ce071ca4e7 bytes should be verboten in sum() (fixes #12654) 15 years ago
Victor Stinner 99b9538636 Issue #9642: Uniformize the tests on the availability of the mbcs codec 15 years ago
Victor Stinner d64e8a75e5 Issue #9642: Fix filesystem encoding initialization: use the ANSI code page on 15 years ago
Raymond Hettinger 39540a0226 Improve docstring for divmod() 15 years ago
Victor Stinner ba8b3a2ca7 Close #12501: Adjust callable() warning: callable() is only not supported in 15 years ago
Alexander Belopolsky 12338ab10b Removed 'or long integer' from bin, oct, and hex docstrings. 15 years ago
Victor Stinner fe93faf98c Issue #3080: Add PyImport_ImportModuleLevelObject() function 15 years ago
Victor Stinner f3fd733f92 Remove useless argument of _PyUnicode_AsDefaultEncodedString() 15 years ago
Victor Stinner 02bfdb3f79 Merged revisions 88530 via svnmerge from 15 years ago
Victor Stinner c0f1a1afae Issue #11272: Fix input() and sys.stdin for Windows newline 15 years ago
Brett Cannon b94767ff44 Issue #8914: fix various warnings from the Clang static analyzer v254. 15 years ago
Georg Brandl 8334fd9285 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. 15 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 15 years ago
Georg Brandl e5b99f0fb3 Remove redundant includes of headers that are already included by Python.h. 15 years ago
Antoine Pitrou e71362d3de Issue #10518: Bring back the callable() builtin. 15 years ago
Victor Stinner 15244f7b12 Recorded merge of revisions 85569-85570 via svnmerge from 15 years ago
Benjamin Peterson 8f67d0893f make hashes always the size of pointers; introduce Py_hash_t #9778 15 years ago
Victor Stinner 4c7c8c3023 Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects 15 years ago
Brett Cannon 5305a998d5 Since __import__ is not designed for general use, have its docstring point 16 years ago
Victor Stinner 5b519e0201 Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING 16 years ago
Benjamin Peterson 17689991e6 only catch AttributeError in hasattr() #9666 16 years ago
Victor Stinner 306f0100f3 Issue #6697: Fix a crash if sys.stdin or sys.stdout encoding contain a surrogate 16 years ago
Victor Stinner b744ba1d14 Issue #8610: Load file system codec at startup, and display a fatal error on 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago