summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / /
| * | | Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-243-8/+4
* | | | Issue #25899: Converted non-ASCII characters in docstrings and manpageSerhiy Storchaka2015-12-181-2/+2
|\ \ \ \ | |/ / /
| * | | Issue #25899: Converted non-ASCII characters in docstrings and manpageSerhiy Storchaka2015-12-181-2/+2
* | | | Merge typo fixes from 3.5Martin Panter2015-12-171-2/+2
|\ \ \ \ | |/ / /
| * | | Fix a couple of typos in code commentsMartin Panter2015-12-171-2/+2
* | | | Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failureMartin Panter2015-11-303-17/+41
* | | | Issue #25557: Refactor _PyDict_LoadGlobal()Victor Stinner2015-11-201-2/+9
* | | | Merge 3.5 (pytime)Victor Stinner2015-11-101-3/+3
|\ \ \ \ | |/ / /
| * | | pytime.c: rename pygettimeofday_new() to pygettimeofday()Victor Stinner2015-11-101-3/+3
| * | | Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node whenVictor Stinner2015-11-062-8/+32