summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255)Miss Islington (bot)2018-09-132-7/+16
* bpo-34652: Remove lchmod from the big func checking block. (GH-9247)Miss Islington (bot)2018-09-122-3/+9
* bpo-34200: Fix non-determinism of test_pkg (GH-9248)Miss Islington (bot)2018-09-122-8/+12
* closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238)Miss Islington (bot)2018-09-121-3/+3
* closes bpo-34652: Always disable lchmod on Linux. (GH-9234)Miss Islington (bot)2018-09-123-0/+19
* [3.7] closes bpo-34650: Check if sched_getscheduler returns ENOSYS before dec...Benjamin Peterson2018-09-121-1/+13
* bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225)Miss Islington (bot)2018-09-131-3/+3
* closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)Miss Islington (bot)2018-09-122-1/+10
* bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)Miss Islington (bot)2018-09-123-0/+24
* closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4...Miss Islington (bot)2018-09-122-0/+8
* [3.7] closes bpo-25041: Document AF_PACKET socket address format. (GH-9207)Benjamin Peterson2018-09-113-13/+39
* Delete old expat comment. (GH-9197)Miss Islington (bot)2018-09-111-8/+0
* Make sure the line comes from the same node as the col offset. (GH-9189)Miss Islington (bot)2018-09-111-3/+3
* closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point ...Miss Islington (bot)2018-09-113-22/+28
* bpo-34365: Update date object documentation (GH-8814)Miss Islington (bot)2018-09-111-4/+3
* Update VSTS to Azure DevOps and simplify dependencies (GH-9168)Steve Dower2018-09-119-120/+34
* closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque ...Miss Islington (bot)2018-09-113-4/+30
* bpo-34613: document the correct value of limit argument of asyncio.StreamRead...Miss Islington (bot)2018-09-111-1/+3
* bpo-28617 Fixed docs inaccuracies about the types that support membership tes...Miss Islington (bot)2018-09-112-2/+4
* bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166) (GH-...Miss Islington (bot)2018-09-112-3/+4
* closes bpo-33883: Mention type checkers in the FAQ. (GH-7760)Miss Islington (bot)2018-09-101-0/+5
* bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)Miss Islington (bot)2018-09-105-27/+70
* bpo-33032: Mention the implicit cache in struct.Struct() docs (GH-7700)Miss Islington (bot)2018-09-101-0/+6
* bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9148)Miss Islington (bot)2018-09-103-10/+46
* Fix missing line from example shell session (GH-9143) (GH-9155)Miss Islington (bot)2018-09-101-0/+1
* bpo-33460: remove ellipsis that look like continuation prompts (GH-7851)Miss Islington (bot)2018-09-102-4/+11
* switch descriptor howto to return value annotation (GH-7796)Miss Islington (bot)2018-09-101-3/+3
* closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)Miss Islington (bot)2018-09-102-3/+3
* [3.7] Fix misleading mentions of tp_size in comments. (GH-9136)Benjamin Peterson2018-09-1014-19/+19
* [3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (G...orlnub1232018-09-103-4/+24
* bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)Miss Islington (bot)2018-09-104-26/+96
* [3.7] bpo-34621: fix uuid.UUID (un)pickling compatbility with older Python ve...Tal Einat2018-09-103-0/+156
* Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052)Miss Islington (bot)2018-09-101-1/+1
* Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081)Miss Islington (bot)2018-09-101-3/+3
* [3.7] bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (...William Grzybowski2018-09-093-2/+4
* bpo-34421 avoid unicode error in distutils logging (GH-8799)Miss Islington (bot)2018-09-082-1/+5
* bpo-34246: Use no mutable default args in smtplib (GH-8554)Miss Islington (bot)2018-09-075-8/+39
* bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038)Miss Islington (bot)2018-09-071-0/+7
* [3.7] bpo-34594: Don't hardcode errno values in the tests. (GH-9094)Zackery Spytz2018-09-072-2/+1
* Doc: Missing 'f' in an f-string. (GH-9074) (GH-9095)Miss Islington (bot)2018-09-071-1/+1
* bpo-25750: fix refcounts in type_getattro() (GH-6118)Miss Islington (bot)2018-09-072-6/+13
* bpo-34542: Update test certs and keys (GH-8997) (GH-9007)Miss Islington (bot)2018-09-0620-726/+981
* closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. ...Miss Islington (bot)2018-09-042-2/+6
* bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (G...Miss Islington (bot)2018-09-043-9/+10
* [3.7] bpo-26544: Get rid of dependence from distutils in platform. (GH-8356)....Serhiy Storchaka2018-09-042-1/+66
* bpo-34530: Fix distutils find_executable() (GH-9049)Miss Islington (bot)2018-09-043-3/+50
* bpo-26901: Fix the Argument Clinic test suite (GH-8879) (GH-9048)Miss Islington (bot)2018-09-041-8/+19
* _Py_CoerceLegacyLocale() restores LC_CTYPE on fail (GH-9044) (GH-9046)Victor Stinner2018-09-031-1/+13
* Fix struct sequence glossary entry grammar (GH-9030)Miss Islington (bot)2018-09-011-1/+1
* closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH...Miss Islington (bot)2018-09-012-24/+27