summaryrefslogtreecommitdiff
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)"Inada Naoki2020-03-141-22/+0
* bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)Inada Naoki2020-03-141-0/+22
* bpo-36144: OrderedDict Union (PEP 584) (#18967)Brandt Bucher2020-03-131-0/+43
* bpo-36144: Update os.environ and os.environb for PEP 584 (#18911)Charles Burkland2020-03-131-0/+90
* bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974)Victor Stinner2020-03-132-2/+2
* bpo-39689: Do not test undefined casts to _Bool (GH-18964)Stefan Krah2020-03-121-0/+4
* bpo-39926: Update unicodedata checksum tests for Unicode 13.0 update. (GH-18913)Benjamin Peterson2020-03-101-2/+2
* Update some www.unicode.org URLs to use HTTPS. (GH-18912)Benjamin Peterson2020-03-102-2/+2
* closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)Benjamin Peterson2020-03-101-0/+1
* bpo-34822: Simplify AST for subscription. (GH-9605)Serhiy Storchaka2020-03-102-11/+15
* bpo-38075: Fix random_seed(): use PyObject_CallOneArg() (GH-18897)Victor Stinner2020-03-101-1/+1
* bpo-1294959: Add sys.platlibdir attribute (GH-18381)Victor Stinner2020-03-102-6/+13
* bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779)Dong-hee Na2020-03-101-0/+13
* bpo-19466: Py_Finalize() clears daemon threads earlier (GH-18848)Victor Stinner2020-03-091-0/+45
* bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks...Pete Wicken2020-03-091-4/+13
* bpo-36287: Make ast.dump() not output optional fields and attributes with def...Serhiy Storchaka2020-03-101-14/+15
* bpo-38870: Simplify sequence interleaves in ast.unparse (GH-17892)Batuhan Taşkaya2020-03-091-14/+20
* bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883)Victor Stinner2020-03-091-3/+2
* bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is call...Serhiy Storchaka2020-03-091-0/+14
* bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866)Pablo Galindo2020-03-091-0/+13
* bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627)idomic2020-03-092-1/+7
* bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699)Maor Kleinberger2020-03-081-0/+9
* bpo-36144: Update MappingProxyType with PEP 584's operators (#18814)Brandt Bucher2020-03-071-0/+19
* bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient...Pablo Galindo2020-03-071-0/+36
* bpo-39889: Fix ast.unparse() for subscript. (GH-18824)Serhiy Storchaka2020-03-071-0/+14
* bpo-39882: Py_FatalError() logs the function name (GH-18819)Victor Stinner2020-03-075-14/+26
* bpo-36144: Implement defaultdict union (GH-18729)Brandt Bucher2020-03-061-0/+38
* bpo-39855: Fix test_subprocess if nobody user doesn't exist (GH-18781)Victor Stinner2020-03-051-2/+7
* bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16...Victor Stinner2020-03-043-27/+30
* bpo-39639: Remove the AST "Suite" node and associated code (GH-18513)Batuhan Taşkaya2020-03-041-1/+1
* bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570)Brandt Bucher2020-03-033-15/+89
* bpo-35712: Make using NotImplemented in a boolean context issue a deprecation...MojoVampire2020-03-033-4/+18
* bpo-12915: Skip test_pkgutil.test_name_resolution() non-encodable filenames (...Michael Felt2020-03-031-1/+5
* bpo-38091: Import deadlock detection causes deadlock (GH-17518)Armin Rigo2020-03-021-0/+8
* bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and ...Pablo Galindo2020-03-021-0/+20
* bpo-38870: Add docstring support to ast.unparse (GH-17760)Batuhan Taşkaya2020-03-021-70/+126
* bpo-39764: Make Task.get_stack accept ag_frame (#18669)Lidi Zheng2020-03-021-0/+15
* bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666)Chris A2020-03-021-0/+9
* bpo-39495: Remove default value from C impl of TreeBuilder.start (GH-18275)Shantanu2020-03-021-0/+4
* bpo-39678: refactor queue manager thread (GH-18551)Thomas Moreau2020-03-011-8/+8
* bpo-38870: Implement a precedence algorithm in ast.unparse (GH-17377)Batuhan Taşkaya2020-03-012-1/+49
* bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)Batuhan Taşkaya2020-03-011-0/+5
* bpo-39794: Add --without-decimal-contextvar (#18702)Stefan Krah2020-02-291-0/+1
* bpo-39667: Sync zipp 3.0 (GH-18540)Jason R. Coombs2020-02-291-1/+7
* bpo-37534: Allow adding Standalone Document Declaration when generating XML d...Henry Harutyunyan2020-02-291-0/+16
* bpo-39769: Fix compileall ddir for subpkgs. (GH-18676)Gregory P. Smith2020-02-282-0/+52
* bpo-12915: Improve Unicode support for package names and attributes. (GH-18517)Vinay Sajip2020-02-281-0/+32
* Suppress the hang (#18457)Andrew Svetlov2020-02-271-2/+9
* bpo-34788: Add support for scoped IPv6 addresses (GH-13772)opavlyuk2020-02-261-23/+444
* bpo-36144: Dictionary Union (PEP 584) (#12088)Brandt Bucher2020-02-241-0/+32