summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-9566: Fix size_t=>int downcast warnings (#5230)Victor Stinner2018-01-185-14/+14
* bpo-32576: use queue.SimpleQueue in critical places (#5216)Antoine Pitrou2018-01-183-9/+14
* Fix typo in thread_nt.h code comment (GH-5211)hui shang2018-01-171-1/+1
* Use assertCountEqual instead of assertEqual. (#5223)Gregory P. Smith2018-01-171-3/+3
* bpo-32226: Fix memory leak in generic_alias_dealloc() (#5212)Victor Stinner2018-01-171-0/+1
* pythoninfo: add time.time and datetime.datetime.now (#5214)Victor Stinner2018-01-171-1/+13
* bpo-32248: Fix test_importlib.test_open() (#5213)Victor Stinner2018-01-171-2/+2
* Fix Git attributes of test_importlib data files (#5209)Victor Stinner2018-01-171-0/+1
* bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180)Christian Heimes2018-01-164-53/+95
* bpo-32403: Faster date and datetime constructors (#4993)Paul Ganssle2018-01-164-45/+171
* bpo-32410: Implement loop.sock_sendfile() (#4976)Andrew Svetlov2018-01-168-0/+609
* Skip test_readline.test_nonascii() on C locale (#5203)Victor Stinner2018-01-161-0/+8
* bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io...Serhiy Storchaka2018-01-165-63/+105
* bpo-32544: Speed up hasattr() and getattr() (GH-5173)INADA Naoki2018-01-165-19/+71
* bpo-26163: Frozenset hash improvement (#5194)Raymond Hettinger2018-01-162-0/+3
* bpo-14976: Reentrant simple queue (#3346)Antoine Pitrou2018-01-1512-12/+1125
* Implement the get_resource_reader() API for file system imports (#5168)Barry Warsaw2018-01-156-1258/+1351
* Make asyncio tests run when there's no SSL module (#5196)Yury Selivanov2018-01-151-3/+0
* bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)Victor Stinner2018-01-158-19/+151
* bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)Victor Stinner2018-01-1512-505/+472
* bpo-26330: Update shutil.disk_usage() documentation (GH-5184)Cheryl Sabella2018-01-151-1/+2
* bpo-15221: Update os.path.is*() documentation (GH-5185)Cheryl Sabella2018-01-151-6/+9
* bpo-29476: Simplify set_add_entry() (#5175)Raymond Hettinger2018-01-141-2/+2
* Add itertools recipe for directly finding the n-th combination (#5161)Raymond Hettinger2018-01-132-0/+56
* Improve enum.Flag code example (GH-5167)Julian Kahnert2018-01-131-1/+1
* bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108)Brett Cannon2018-01-124-13/+57
* bpo-31993: Do not use memoryview when pickle large strings. (#5154)Serhiy Storchaka2018-01-123-35/+36
* bpo-32521: nis libtirpc (#5137)Christian Heimes2018-01-122-5/+14
* bpo-32473: Improve ABCMeta._dump_registry() readability (GH-5091)yahya-abou-imran2018-01-122-1/+4
* OrderedDict import is no longer needed (#4890)Raymond Hettinger2018-01-121-2/+1
* Lexical Analysis ref doc: Fix a typo in the string concatenation internal lin...İsmail Arılık2018-01-121-1/+1
* bpo-31145: Use dataclasses to create a prioritization wrapper (#5153)Raymond Hettinger2018-01-122-0/+21
* bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152)Raymond Hettinger2018-01-124-4/+6
* bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015)Serhiy Storchaka2018-01-113-78/+110
* bpo-31993: Do not create frames for large bytes and str objects (#5114)Serhiy Storchaka2018-01-113-104/+97
* bpo-29240: Ignore UTF-8 Mode in time module (#5148)Victor Stinner2018-01-114-8/+17
* bpo-32320: Add default value support to collections.namedtuple() (#4859)Raymond Hettinger2018-01-114-4/+93
* Fix obvious typos in docstrings (#5151)Raymond Hettinger2018-01-111-6/+7
* bpo-29240: readline now ignores the UTF-8 Mode (#5145)Victor Stinner2018-01-106-42/+125
* Fix when parsing tz offsets microseconds shorter than 6 (#4781)Mario Corchero2018-01-092-1/+7
* bpo-24340: Fix estimation of the code stack size. (#5076)Serhiy Storchaka2018-01-096-1161/+1504
* bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089)David Carlier2018-01-095-9/+9
* Post-release version bump to a4+Ned Deily2018-01-092-3/+3
* Fix several changelog items to use PEP markup.Ned Deily2018-01-091-3/+3
* Merge tag 'v3.7.0a4'Ned Deily2018-01-0988-355/+1123
|\
| * Bump to 3.7.0a4v3.7.0a4Ned Deily2018-01-092-4/+4
| * Update docs for 3.7.0a4Ned Deily2018-01-0986-351/+1119
* | bpo-32507: Change Windows install to include app-local UCRT (#5119)Steve Dower2018-01-0931-200/+71
|/
* bpo-32248: install new test_importlib directories (#5138)Ned Deily2018-01-091-5/+20
* bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)Nick Coghlan2018-01-0810-124/+333