summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
...
* | | | compile.c: inline compiler_use_new_block()Victor Stinner2016-02-271-26/+9
* | | | remove unused c_encoding struct memberBenjamin Peterson2016-02-261-17/+4
* | | | rewrite parsestr() so it's comprehensible; remove dead codeBenjamin Peterson2016-02-261-24/+12
* | | | c_encoding can never be NULL, which allows some code simplificationBenjamin Peterson2016-02-261-47/+43
* | | | Merge for issue #26367Brett Cannon2016-02-201-393/+398
|\ \ \ \ | |/ / /
| * | | Issue #26367: Have importlib.__init__() raise RuntimeError whenBrett Cannon2016-02-201-370/+371
* | | | Issue #25985: sys.version_info is now used instead of sys.versionSerhiy Storchaka2016-02-111-15/+16
* | | | Issue #26312: SystemError is now raised in all programming bugs with usingSerhiy Storchaka2016-02-111-6/+6
* | | | Issue #25698: Prevent possible replacing imported module with the empty oneSerhiy Storchaka2016-02-101-2/+6
|\ \ \ \ | |/ / /
| * | | Issue #25698: Prevent possible replacing imported module with the empty oneSerhiy Storchaka2016-02-101-2/+6
* | | | compiler: don't emit SyntaxWarning on const stmtVictor Stinner2016-02-081-22/+2
* | | | compiler now ignores constant statementsVictor Stinner2016-02-081-11/+30
* | | | Issue #26198: ValueError is now raised instead of TypeError on bufferSerhiy Storchaka2016-02-071-2/+7
* | | | Issue #26198: Fixed error messages for some argument parsing errors.Serhiy Storchaka2016-02-071-12/+20
|\ \ \ \ | |/ / /
| * | | Issue #26198: Fixed error messages for some argument parsing errors.Serhiy Storchaka2016-02-071-12/+20
* | | | Switch to more idiomatic C code.Eric V. Smith2016-02-051-3/+4
* | | | Fix issue 26287: While handling FORMAT_VALUE opcode, the top of stack was bei...Eric V. Smith2016-02-051-2/+2
* | | | Issue #4806: Merge * unpacking fix from 3.5Martin Panter2016-01-311-8/+10
|\ \ \ \ | |/ / /
| * | | Issue #4806: Avoid masking original TypeError in call with * unpackingMartin Panter2016-01-311-8/+10
| * | | code_richcompare() now uses the constants typesVictor Stinner2016-01-221-48/+10
* | | | Issue #26146: enhance ast.Constant error messageVictor Stinner2016-01-261-1/+3
* | | | Issue #26146: remove useless codeVictor Stinner2016-01-261-7/+0
* | | | Fix a refleak in validate_constant()Victor Stinner2016-01-261-0/+2
* | | | Add ast.ConstantVictor Stinner2016-01-255-14/+181
* | | | Issue #26146: marshal.loads() now uses the empty frozenset singletonVictor Stinner2016-01-231-29/+40
* | | | Issue #18018: Raise an ImportError if a relative import is attemptedBrett Cannon2016-01-231-3/+8
* | | | Issue #25791: Warn when __package__ != __spec__.parent.Brett Cannon2016-01-222-93/+121
* | | | Use Py_uintptr_t for atomic pointersVictor Stinner2016-01-222-27/+28
* | | | code_richcompare() now uses the constants typesVictor Stinner2016-01-221-48/+10
* | | | co_lnotab supports negative line number deltaVictor Stinner2016-01-203-135/+152
* | | | Merge 3.5Victor Stinner2016-01-203-21/+22
|\ \ \ \ | |/ / /
| * | | Add _PyThreadState_UncheckedGet()Victor Stinner2016-01-203-21/+22
* | | | Fix indentation of continuation lines.Georg Brandl2016-01-181-1/+1
* | | | Fix two instances of wrong indentation.Georg Brandl2016-01-181-2/+2
* | | | Issue #25791: Raise an ImportWarning when __spec__ or __package__ areBrett Cannon2016-01-152-294/+329
* | | | Issue #20440: Cleaning up the code by using Py_SETREF.Serhiy Storchaka2016-01-053-14/+5
* | | | merge 3.5Benjamin Peterson2016-01-011-1/+1
|\ \ \ \ | |/ / /
| * | | merge 3.4Benjamin Peterson2016-01-011-1/+1
| |\ \ \ | | |/ /
| | * | merge 3.3Benjamin Peterson2016-01-011-1/+1
| | |\ \ | | | |/
| | | * 2016 will be another year of writing copyrighted codeBenjamin Peterson2016-01-011-1/+1
* | | | merge 3.5 (#25973)Benjamin Peterson2015-12-291-8/+16
|\ \ \ \ | |/ / /
| * | | make recording and reporting errors and nonlocal and global directives more r...Benjamin Peterson2015-12-291-8/+16
* | | | Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader...Brett Cannon2015-12-291-1516/+1517
* | | | Issue #20440: More use of Py_SETREF.Serhiy Storchaka2015-12-272-15/+8
|\ \ \ \ | |/ / /
| * | | Issue #20440: More use of Py_SETREF.Serhiy Storchaka2015-12-271-8/+5
* | | | Issue #20440: Applied yet one patch for using Py_SETREF.Serhiy Storchaka2015-12-271-3/+1
|\ \ \ \ | |/ / /
| * | | Issue #20440: Applied yet one patch for using Py_SETREF.Serhiy Storchaka2015-12-271-3/+1
* | | | Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-2510-60/+62
* | | | Issue #25923: Added the const qualifier to static constant arrays.Serhiy Storchaka2015-12-259-21/+24
* | | | Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-243-8/+4
|\ \ \ \ | |/ / /