| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-34527: Fix FreeBSD with POSIX locale (GH-8975) | Victor Stinner | 2018-08-28 | 1 | -1/+1 |
|
|
* | bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934) | Miss Islington (bot) | 2018-08-26 | 1 | -0/+1 |
|
|
* | closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum... | Miss Islington (bot) | 2018-08-24 | 1 | -0/+5 |
|
|
* | bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (... | Miss Islington (bot) | 2018-08-22 | 1 | -0/+2 |
|
|
* | bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (... | Miss Islington (bot) | 2018-07-23 | 1 | -0/+4 |
|
|
* | bpo-34087: Backport tests for int/float/complex (GH-8274) | INADA Naoki | 2018-07-14 | 1 | -0/+2 |
|
|
* | bpo-34080: Fix a memory leak in the compiler. (GH-8222) (GH-8257) | Miss Islington (bot) | 2018-07-11 | 1 | -1/+1 |
|
|
* | bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192) | Miss Islington (bot) | 2018-07-11 | 1 | -1/+3 |
|
|
* | [3.6] bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WIT... | Serhiy Storchaka | 2018-07-09 | 1 | -4/+11 |
|
|
* | bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)... | Miss Islington (bot) | 2018-07-03 | 1 | -1/+2 |
|
|
* | bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884) | Miss Islington (bot) | 2018-06-24 | 1 | -6/+9 |
|
|
* | bpo-31849: Fix warning in pyhash.c (GH-6799) | Miss Islington (bot) | 2018-06-04 | 1 | -2/+2 |
|
|
* | [3.6] bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (... | T. Wouters | 2018-05-31 | 1 | -0/+7 |
|
|
* | bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) (... | Miss Islington (bot) | 2018-05-31 | 1 | -1/+2 |
|
|
* | bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123) | Miss Islington (bot) | 2018-05-13 | 1 | -13/+13 |
|
|
* | [3.6] bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564). (GH... | Serhiy Storchaka | 2018-04-26 | 1 | -8/+20 |
|
|
* | [3.6] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6400) | Miss Islington (bot) | 2018-04-06 | 1 | -1/+1 |
|
|
* | bpo-33231: Fix potential leak in normalizestring() (GH-6386) | Miss Islington (bot) | 2018-04-06 | 1 | -2/+0 |
|
|
* | bpo-29922: Improve error messages in 'async with' (GH-6352) | Miss Islington (bot) | 2018-04-04 | 1 | -0/+25 |
|
|
* | [3.6] bpo-33132: Fix reference counting issues in the compiler. (GH-6209). (G... | Serhiy Storchaka | 2018-03-31 | 1 | -20/+11 |
|
|
* | [3.6] bpo-33041: Fixed jumping if the function contains an "async for" loop. ... | Serhiy Storchaka | 2018-03-23 | 1 | -26/+17 |
|
|
* | [3.6] bpo-33021: Release the GIL during fstat() calls (GH-6019) (GH-6160) | Miss Islington (bot) | 2018-03-20 | 1 | -1/+6 |
|
|
* | [3.7] bpo-33041: Add missed error checks when compile "async for" (GH-6053) (... | Miss Islington (bot) | 2018-03-10 | 1 | -13/+7 |
|
|
* | Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (... | Barry Warsaw | 2018-02-26 | 2 | -1434/+1433 |
|
|
* | bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (GH-5739) | Miss Islington (bot) | 2018-02-18 | 1 | -1/+2 |
|
|
* | bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5... | Miss Islington (bot) | 2018-02-06 | 1 | -3/+16 |
|
|
* | [3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522) | Terry Jan Reedy | 2018-02-04 | 1 | -2/+2 |
|
|
* | [3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504) | Barry Warsaw | 2018-02-03 | 2 | -1433/+1434 |
|
|
* | bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5489) | Miss Islington (bot) | 2018-02-02 | 1 | -3/+3 |
|
|
* | Fix typo in thread_nt.h code comment (GH-5211) (GH-5226) | Miss Islington (bot) | 2018-01-18 | 1 | -1/+1 |
|
|
* | [3.6] bpo-32555: Fix locale encodings (#5193) | Victor Stinner | 2018-01-15 | 1 | -94/+157 |
|
|
* | [3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192) | Victor Stinner | 2018-01-15 | 2 | -11/+81 |
|
|
* | advance copyright years to 2018 (GH-5094) (#5104) | Miss Islington (bot) | 2018-01-06 | 1 | -1/+1 |
|
|
* | bpo-32365: Fix a reference leak when compile __debug__. (GH-4916) (#4918) | Miss Islington (bot) | 2017-12-18 | 1 | -4/+4 |
|
|
* | compile.c: Remove unused varible (#4886) | Victor Stinner | 2017-12-15 | 1 | -1/+0 |
|
|
* | [3.6] bpo-30416: Protect the optimizer during constant folding. (#4865) | Serhiy Storchaka | 2017-12-15 | 1 | -15/+131 |
|
|
* | [3.6] bpo-27169: The __debug__ constant is now optimized out at compile time.... | Serhiy Storchaka | 2017-12-15 | 1 | -30/+15 |
|
|
* | bpo-32329: Fix sys.flags.hash_randomization (#4875) | Victor Stinner | 2017-12-15 | 2 | -4/+3 |
|
|
* | [3.6] bpo-32176: Set CO_NOFREE in the code object constructor (GH-4684) | Nick Coghlan | 2017-12-03 | 1 | -12/+0 |
|
|
* | Don't hide unexpected errors in PyErr_WarnExplicitObject(). (GH-4585) (#4662) | Miss Islington (bot) | 2017-12-01 | 1 | -9/+10 |
|
|
* | bpo-20891: Fix PyGILState_Ensure() (#4650) (#4655) | Victor Stinner | 2017-11-30 | 1 | -6/+17 |
|
|
* | bpo-32011: Revert "Issue GH-15480: Remove the deprecated and unused TYPE_INT6... | Miss Islington (bot) | 2017-11-15 | 1 | -0/+21 |
|
|
* | [3.6] bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Pri... | Serhiy Storchaka | 2017-11-15 | 1 | -51/+51 |
|
|
* | [3.6] bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160). (#4... | xdegaye | 2017-11-12 | 1 | -18/+42 |
|
|
* | [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4... | xdegaye | 2017-10-26 | 1 | -16/+30 |
|
|
* | [3.6] bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (GH-411... | Serhiy Storchaka | 2017-10-26 | 1 | -1583/+1593 |
|
|
* | [3.6] bpo-30817: Fix PyErr_PrintEx() when no memory (GH-2526). (#4107) | xdegaye | 2017-10-24 | 1 | -3/+9 |
|
|
* | bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (GH-4058) (#4059) | Miss Islington (bot) | 2017-10-20 | 1 | -1/+1 |
|
|
* | [3.6] bpo-31786: Make functions in the select module blocking when timeout is... | Pablo Galindo | 2017-10-18 | 1 | -8/+28 |
|
|
* | [3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014... | Miss Islington (bot) | 2017-10-17 | 1 | -3/+18 |
|
|