summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
...
* | | | _tracemalloc: add domain to trace keysVictor Stinner2016-03-181-4/+7
* | | | On ResourceWarning, log traceback where the object was allocatedVictor Stinner2016-03-191-29/+62
* | | | Add _showwarnmsg() and _formatwarnmsg() to warningsVictor Stinner2016-03-181-25/+53
* | | | Py_FatalError: disable faulthandler earlierVictor Stinner2016-03-161-5/+5
* | | | 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-021-0/+15
|\ \ \ \ | |/ / /
| * | | coroutines: Error when awaiting on coroutine that's being awaitedYury Selivanov2016-03-021-0/+15
* | | | Update assertion in compiler_addop_i()Victor Stinner2016-03-011-4/+8
* | | | Issue #22836: Merge exception reporting from 3.5Martin Panter2016-02-282-5/+19
|\ \ \ \ | |/ / /
| * | | Issue #22836: Keep exception reports sensible despite errorsMartin Panter2016-02-282-5/+19
* | | | 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