| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (G... | Ma Lin | 2020-10-18 | 5 | -52/+53 |
|
|
* | bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH... | Max Bernstein | 2020-10-17 | 3 | -1/+16 |
|
|
* | [doc] Add mentions of PEP 613 (TypeAlias) to docs (GH-22733) | Andre Delfino | 2020-10-17 | 1 | -1/+3 |
|
|
* | bpo-40341: Remove some "discouraged solutions" in Doc/faq/programming.rst (GH... | Zackery Spytz | 2020-10-16 | 1 | -21/+1 |
|
|
* | closes bpo-42030: Remove legacy AIX dynload support (GH-22717) | Kevin Adler | 2020-10-16 | 4 | -202/+3 |
|
|
* | bpo-42011: Update documentation of logging.Filter.filter() (GH-22692) | Necdet Can Atesman | 2020-10-16 | 1 | -2/+2 |
|
|
* | bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513) | Hai Shi | 2020-10-16 | 7 | -112/+16 |
|
|
* | Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618) | Saiyang Gou | 2020-10-15 | 1 | -0/+2 |
|
|
* | bpo-1635741: Add a global module state to unicodedata (GH-22712) | Victor Stinner | 2020-10-15 | 1 | -54/+107 |
|
|
* | bpo-42021: Fix possible ref leaks during _sqlite3 module init (GH-22673) | Erlend Egeberg Aasland | 2020-10-15 | 4 | -129/+93 |
|
|
* | Minor clarification (GH-22708) | Raymond Hettinger | 2020-10-15 | 1 | -3/+3 |
|
|
* | bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466) | Kevin Adler | 2020-10-15 | 4 | -8/+28 |
|
|
* | bpo-41984: GC track all user classes (GH-22701) | Brandt Bucher | 2020-10-15 | 5 | -21/+52 |
|
|
* | Update timings for the final release (GH-22697) | Raymond Hettinger | 2020-10-14 | 1 | -27/+27 |
|
|
* | bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (G... | Hai Shi | 2020-10-14 | 4 | -2/+21 |
|
|
* | bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450) | Anatoliy Platonov | 2020-10-14 | 4 | -0/+12 |
|
|
* | closes bpo-42029: Remove dynload_dl (GH-22687) | Kevin Adler | 2020-10-14 | 1 | -23/+0 |
|
|
* | bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688) | Ned Deily | 2020-10-14 | 1 | -2/+0 |
|
|
* | Improve recipe readability (GH-22685) | Raymond Hettinger | 2020-10-13 | 1 | -31/+37 |
|
|
* | bpo-40422: Move _Py_closerange to fileutils.c (GH-22680) | Kyle Evans | 2020-10-13 | 7 | -80/+83 |
|
|
* | Add recipe for a version of random() with a larger population (GH-22664) | Raymond Hettinger | 2020-10-13 | 1 | -2/+53 |
|
|
* | bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677) | Vladimir Matveev | 2020-10-13 | 3 | -0/+7 |
|
|
* | bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660) | Yunlongs | 2020-10-13 | 1 | -1/+1 |
|
|
* | bpo-40422: Move _Py_*_SUPPRESS_IPH bits into _Py_closerange (GH-22672) | Kyle Evans | 2020-10-12 | 1 | -2/+2 |
|
|
* | Fix typo in "Context manager types" section in typing.rst (GH-22676) | Saiyang Gou | 2020-10-12 | 1 | -2/+2 |
|
|
* | bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self i... | Yannick Jadoul | 2020-10-12 | 2 | -2/+7 |
|
|
* | Delete PyGen_Send (#22663) | Vladimir Matveev | 2020-10-12 | 7 | -64/+21 |
|
|
* | [doc] Fix typo in the graphlib docs (GH-22661) | linchiwei123 | 2020-10-12 | 1 | -3/+4 |
|
|
* | [doc] Remove mention of async and await as soft keywords (GH-22144) | Andre Delfino | 2020-10-12 | 1 | -4/+5 |
|
|
* | bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655) | Victor Stinner | 2020-10-11 | 2 | -8/+15 |
|
|
* | bpo-41971: Fix test failure in test.test_tools.test_c_analyzer when mutating ... | Pablo Galindo | 2020-10-11 | 1 | -1/+3 |
|
|
* | bpo-40423: Optimization: use close_range(2) if available (GH-22651) | Kyle Evans | 2020-10-11 | 5 | -7/+24 |
|
|
* | bpo-40422: create a common _Py_closerange API (GH-19754) | Kyle Evans | 2020-10-11 | 4 | -37/+51 |
|
|
* | Fix .. code-block :: directives in decimal.rst (GH-22571) | Anthony Sottile | 2020-10-11 | 1 | -3/+3 |
|
|
* | Fix typo in listobject.h (GH-22588) | chilaxan | 2020-10-11 | 1 | -1/+1 |
|
|
* | Fix typo (GH-22582) | Gaurav Kamath | 2020-10-11 | 1 | -1/+1 |
|
|
* | bpo-41993: Fix possible issues in remove_module() (GH-22631) | Serhiy Storchaka | 2020-10-11 | 2 | -10/+15 |
|
|
* | bpo-42002: Clean up initialization of the sys module. (GH-22642) | Serhiy Storchaka | 2020-10-11 | 1 | -107/+45 |
|
|
* | Fix typo in typing.rst (GH-22625) | abdo | 2020-10-11 | 1 | -1/+1 |
|
|
* | bpo-38605: bump the magic number for 'annotations' future (#22630) | Batuhan Taskaya | 2020-10-10 | 2 | -112/+113 |
|
|
* | bpo-41991: Remove _PyObject_HasAttrId (GH-22629) | Serhiy Storchaka | 2020-10-10 | 5 | -22/+28 |
|
|
* | bpo-42000: Cleanup the AST related C-code (GH-22641) | Batuhan Taskaya | 2020-10-10 | 3 | -53/+5 |
|
|
* | bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limit... | Serhiy Storchaka | 2020-10-10 | 3 | -8/+9 |
|
|
* | Fix incorrect parameter name (GH-22613) | Xie Yanbo | 2020-10-10 | 1 | -1/+1 |
|
|
* | bpo-41756: Add PyIter_Send function (#22443) | Vladimir Matveev | 2020-10-10 | 12 | -42/+78 |
|
|
* | bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes"... | Serhiy Storchaka | 2020-10-09 | 10 | -94/+61 |
|
|
* | bpo-39481: Fix duplicate SimpleQueue type in test_genericalias.py (GH-22619) | Saiyang Gou | 2020-10-09 | 1 | -2/+2 |
|
|
* | bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355) | Serhiy Storchaka | 2020-10-09 | 2 | -3/+5 |
|
|
* | bpo-41831: Add tests for tkinter.Event.__repr__ (GH-22354) | Serhiy Storchaka | 2020-10-09 | 1 | -0/+48 |
|
|
* | bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593) | Serhiy Storchaka | 2020-10-09 | 8 | -66/+81 |
|
|