summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.6] closes bpo-25041: Document AF_PACKET socket address format. (GH-4092).backport-731ff68-3.6Cheryl Sabella2018-09-113-17/+44
* bpo-34405: Update to OpenSSL 1.0.2p for macOS installer builds (GH-9191)Ned Deily2018-09-112-10/+25
* 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-122/+35
* [3.6] closes bpo-31608: Fix a crash in methods of a subclass of _collections....Benjamin Peterson2018-09-113-3/+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
* Fix Tools/gdb/libpython.pyMiss Islington (bot)2018-09-114-25/+18
* bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9149)Miss Islington (bot)2018-09-103-10/+46
* bpo-34625: Update vendorized expat version to 2.2.6. (GH-9158)Miss Islington (bot)2018-09-105-27/+70
* Fix missing line from example shell session (GH-9143) (GH-9156)Miss Islington (bot)2018-09-101-0/+1
* closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)Miss Islington (bot)2018-09-102-3/+3
* [3.6] Fix misleading mentions of tp_size in comments (GH-9137)Benjamin Peterson2018-09-1012-17/+17
* bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038)Miss Islington (bot)2018-09-101-0/+7
* bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)Miss Islington (bot)2018-09-104-26/+96
* 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.6] 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
* [3.6] bpo-34246: Use no mutable default args in smtplib (GH-8554) (#9112)Pablo Galindo2018-09-085-8/+43
* [3.6] bpo-34007: Skip traceback tests if the Program Counter is not available...Pablo Galindo2018-09-071-0/+9
* [3.6] bpo-34594: Don't hardcode errno values in the tests. (GH-9096)Zackery Spytz2018-09-072-2/+1
* [3.6] bpo-34563: Fix for invalid assert on big output of multiprocessing.Proc...Alexander Buchkovsky2018-09-073-9/+10
* bpo-25750: fix refcounts in type_getattro() (GH-6118) (GH-9088)Miss Islington (bot)2018-09-072-6/+13
* [3.7] bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) ...Miss Islington (bot)2018-09-052-1/+66
* bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9057)Miss Islington (bot)2018-09-053-3/+50
* [3.6] bpo-34575: Build with only VS2015 on AppVeyor (GH-9066)Zachary Ware2018-09-051-1/+0
* Fix struct sequence glossary entry grammar (GH-9030)Miss Islington (bot)2018-09-011-1/+1
* Add VSTS status badge to readme (GH-8958)Steve Dower2018-08-312-0/+13
* bpo-34527: Fix FreeBSD with POSIX locale (GH-8975)Victor Stinner2018-08-282-1/+4
* bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934)Miss Islington (bot)2018-08-261-0/+1
* closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935)Miss Islington (bot)2018-08-251-1/+1
* closes bpo-34501: PyType_FromSpecWithBases: Check spec->name before dereferen...Miss Islington (bot)2018-08-251-4/+9
* Fix markup in stdtypes documentation (GH-8905)Miss Islington (bot)2018-08-251-5/+5
* bpo-13312: Avoid int underflow in time year. (GH-8912)Miss Islington (bot)2018-08-253-6/+13
* Make it more clear that setUpClass runs before each class, not "class run" (G...Miss Islington (bot)2018-08-241-1/+1
* bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822)Miss Islington (bot)2018-08-241-1/+1
* bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8...Miss Islington (bot)2018-08-244-3/+26
* closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in ran...Miss Islington (bot)2018-08-241-4/+4
* closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum...Miss Islington (bot)2018-08-241-0/+5
* closes bpo-34477: Objects/typeobject.c: Add missing NULL check to type_init()...Miss Islington (bot)2018-08-241-0/+3
* bpo-34436: Fix check that disables overallocation for the last fmt specifier ...Miss Islington (bot)2018-08-231-3/+3
* bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (...Miss Islington (bot)2018-08-221-0/+2
* bpo-34456: pickle: Add missing NULL check to save_global(). (GH-8851)Miss Islington (bot)2018-08-221-0/+2
* bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833)Miss Islington (bot)2018-08-201-2/+4
* bpo-30411: Use --git-dir instead of -C to make git work under version below 1...Miss Islington (bot)2018-08-202-19/+7
* bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823)Miss Islington (bot)2018-08-191-2/+3
* bpo-22057: Clarify eval() documentation (GH-8812)Miss Islington (bot)2018-08-191-2/+4
* bpo-34415: Updated logging.Formatter docstring. (GH-8811) (GH-8816)Miss Islington (bot)2018-08-191-1/+2
* bpo-34432: doc Mention complex and decimal.Decimal on str.format not about lo...Miss Islington (bot)2018-08-181-7/+8