103801 Commits (71ce03df9c643faa94fbdf73bbb4e99a9a62cbdc)
 

Author SHA1 Message Date
Colin Watson 71ce03df9c Clarify file-closing example in tutorial (GH-11652) 7 years ago
Lihua Zhao 36c41bc201 bpo-31904: Fix test_tabnanny on VxWorks (GH-12646) 7 years ago
Inada Naoki 6fec905de5
bpo-36642: make unicodedata const (GH-12855) 7 years ago
Inada Naoki 926b0cb5f6
bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854) 7 years ago
Matthias Bussonnier 31e8d69bfe bpo-33783: Use proper class markup for random.Random docs (GHè7817) 7 years ago
Berker Peksag 2f5b44879f
Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856) 7 years ago
Stéphane Wirtel 2b7f93b99a
bpo-36345: Update wsgiref example (GH-12562) 7 years ago
Inada Naoki 6fa84bd12c
bpo-27860: ipaddress: fix Interface missed some attributes (GH-12836) 7 years ago
Victor Stinner 74125a60b7
bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411) 7 years ago
Victor Stinner 0810fa7988
bpo-36389: Cleanup gc.set_threshold() (GH-12844) 7 years ago
Victor Stinner aba7d662ab
bpo-35134: Add cpython/pymem.h to build system (GH-12842) 7 years ago
Victor Stinner 9820c07e41
bpo-35134: Add Include/cpython/pymem.h (GH-12840) 7 years ago
Inada Naoki a3283efd30 Doc: update PendingDeprecationWarning explanation (GH-12837) 7 years ago
Jakub Molinski a9a28808e5 bpo-36625: Remove obsolete comments from docstrings in fractions module (GH-12822) 7 years ago
Victor Stinner 3c7931e514
bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834) 7 years ago
pxinwr f1464f4d2e bpo-31904: Port the time module on VxWorks (GH-12305) 7 years ago
pxinwr 236d0b75c4 bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833) 7 years ago
Inada Naoki 2430d532e2
bpo-27860: use cached_property (GH-12832) 7 years ago
Stefan Behnel 3c5a858ec6
bpo-30485: Re-allow empty strings in ElementPath namespace mappings since they might actually be harmless and unused (and thus went undetected previously). (#12830) 7 years ago
Gregory P. Smith cd466559c4
bpo-16079: fix duplicate test method name in test_gzip. (GH-12827) 7 years ago
Mickaël Schoentgen 929b704738 bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564) 7 years ago
Stefan Behnel e9927e1820
bpo-30485: support a default prefix mapping in ElementPath by passing None as prefix (#1823) 7 years ago
Bernt Røskar Brenna ffca16e25a bpo-36227: ElementTree.tostring() default_namespace and xml_declaration arguments (GH-12225) 7 years ago
Xtreak 830b43d03c bpo-36593: Fix isinstance check for Mock objects with spec executed under tracing (GH-12790) 7 years ago
Pablo Galindo fde9b33dfe
bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can terminate the calling thread (GH-12541) 7 years ago
Pablo Galindo 46544f69bf
Skip test_preadv_flags if RWF_HIPRI is not supported by the system (GH-12762) 7 years ago
Pablo Galindo f2cf1e3e28
bpo-36623: Clean parser headers and include files (GH-12253) 7 years ago
Cheryl Sabella f8716c88f1
bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663) 7 years ago
Rémi Lapeyre e59ec1b05d bpo-35734: ipaddress: remove unused methods (GH-11591) 7 years ago
Inada Naoki c88feceb44
Doc: define PY_SSIZE_T_CLEAN always (GH-12794) 7 years ago
Victor Stinner a304b136ad
bpo-36618: Don't add -fmax-type-align flag to old clang (GH-12811) 7 years ago
Sebastian Rittau 1e8295402b bpo-35581: Document @typing.type_check_only (GH-11312) 7 years ago
mrh1997 1e2ad6c275 bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849) 7 years ago
Victor Stinner 472f794a33
bpo-18748: test_io: silence destructor errors (GH-12805) 7 years ago
Victor Stinner e8f9acf034
bpo-36611: Disable serialno field of debug memory allocators (#12796) 7 years ago
Victor Stinner 0fc91eef34
bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803) 7 years ago
Victor Stinner 23a683adf8
bpo-36618: Add -fmax-type-align=8 flag for clang (GH-12809) 7 years ago
Steve Dower 606c66a17f
Allow Windows layout builds to fully skip code signing (GH-12808) 7 years ago
Paul Monson f4e5661e85 bpo-36509: Add iot layout for Windows IoT containers (GH-12663) 7 years ago
Paul Monson aa25d5d026 Enable building nuget packages for ARM32 (GH-12669) 7 years ago
Eric Snow b75b1a3504
bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." (gh-12806) 7 years ago
Thomas Grainger f938d8be4c Correct grammar in concurrent/futures/process.py docstring (GH-12761) 7 years ago
Christopher Head b13552c4d7 Indicate that seek and tell are mandatory on BufferedRandom. (GH-11216) 7 years ago
Kingsley M b015fc86f7 bpo-36549: str.capitalize now titlecases the first character instead of uppercasing it (GH-12804) 7 years ago
Eric Snow f13c5c8b94
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12360) 7 years ago
Victor Stinner 44235041f3
bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786) 7 years ago
Michael Felt 9d949f7796 bpo-36588: On AIX, remove major version from sys.platform (GH-12787) 7 years ago
Victor Stinner 9b8314cfe2
bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797) 7 years ago
Inada Naoki 9e4f2f3a6b
bpo-20180: Use argument clinic for dict.pop() and dict.popitem() (GH-12792) 7 years ago
Emmanuel Arias 3993ccb682 bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977) 7 years ago