summaryrefslogtreecommitdiff
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | * | | | | | faulthandler now works in non-Python threadsVictor Stinner2016-03-163-17/+54
| | | | | | | | | * | | | | | Fix compilation error of traceback.c on WindowsVictor Stinner2016-03-161-3/+3
| | | | | | | | | * | | | | | regrtest: Fix module.__path__Victor Stinner2016-03-151-931/+940
| | | | | | | | | * | | | | | Enhance and rewrite traceback dump C functionsVictor Stinner2016-03-151-53/+56
| | | | | | | | | * | | | | | Add more checks on the GILVictor Stinner2016-03-143-5/+40
| | | | | | | | | * | | | | | Fix Py_FatalError() if called without the GILVictor Stinner2016-03-141-34/+50
| | | | | | | | | * | | | | | Add PYTHONMALLOC env varVictor Stinner2016-03-142-5/+10
| | | | | | | | | * | | | | | Merge 3.5 (issue #25888)Yury Selivanov2016-03-0231-3507/+5063
| | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | * | | | | | Update assertion in compiler_addop_i()Victor Stinner2016-03-011-4/+8
| | | | | | | | | | * | | | | | Issue #22836: Merge exception reporting from 3.5Martin Panter2016-02-2831-3503/+5055
| | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | * | | | | | compile.c: inline compiler_use_new_block()Victor Stinner2016-02-271-26/+9
| | | | | | | | | | | * | | | | | remove unused c_encoding struct memberBenjamin Peterson2016-02-251-17/+4
| | | | | | | | | | | * | | | | | rewrite parsestr() so it's comprehensible; remove dead codeBenjamin Peterson2016-02-251-24/+12
| | | | | | | | | | | * | | | | | c_encoding can never be NULL, which allows some code simplificationBenjamin Peterson2016-02-251-47/+43
| | | | | | | | | | | * | | | | | Merge for issue #26367Brett Cannon2016-02-2031-3395/+4993
| | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | * | | | | | 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
| | | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | 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-081-2/+7
| | | | | | | | | | | | * | | | | | | Issue #26198: Fixed error messages for some argument parsing errors.Serhiy Storchaka2016-02-0831-3237/+4826
| | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | * | | | | | | 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 #26146: enhance ast.Constant error messageVictor Stinner2016-01-271-1/+3
| | | | | | | | | | | | | * | | | | | | | Issue #26146: remove useless codeVictor Stinner2016-01-271-7/+0
| | | | | | | | | | | | | * | | | | | | | Fix a refleak in validate_constant()Victor Stinner2016-01-271-0/+2
| | | | | | | | | | | | | * | | | | | | | Add ast.ConstantVictor Stinner2016-01-265-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-221-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-2029-3154/+4516
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * | | | | | | | 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-0127-2843/+4179
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ merge 3.5 (#25973)Benjamin Peterson2015-12-291-8/+16
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * | | | | | | | | Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader...Brett Cannon2015-12-281-1516/+1517
| | | | | | | | | | | | | | | * | | | | | | | | Issue #20440: More use of Py_SETREF.Serhiy Storchaka2015-12-272-15/+8
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ 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-2417-2759/+4093
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ Issue #25899: Converted non-ASCII characters in docstrings and manpageSerhiy Storchaka2015-12-1817-2759/+4093
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ Merge typo fixes from 3.5Martin Panter2015-12-1717-2759/+4093
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \