| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248) | Ammar Askar | 2019-09-27 | 2 | -5/+22 |
|
|
* | bpo-38244: [Documentation] Fix unreliable link to sever in ftplib.rst (#16319) | Prateek Nayak | 2019-09-26 | 1 | -1/+1 |
|
|
* | bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) | Mohammad Dehghan | 2019-09-26 | 1 | -1/+1 |
|
|
* | Doc: Several fixes and improvements for 3.9 whatsnew (GH-16375) | Kyle Stanley | 2019-09-26 | 1 | -26/+26 |
|
|
* | Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271) | Stéphane Wirtel | 2019-09-26 | 1 | -1/+2 |
|
|
* | bpo-38112: Compileall improvements (GH-16012) | Lumír 'Frenzy' Balhar | 2019-09-26 | 1 | -1/+38 |
|
|
* | bpo-38234: Complete init config documentation (GH-16404) | Victor Stinner | 2019-09-26 | 1 | -23/+37 |
|
|
* | bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402) | Victor Stinner | 2019-09-26 | 1 | -5/+14 |
|
|
* | bpo-38255: super() can search attributes as well as methods (GH-16368) | Raymond Hettinger | 2019-09-25 | 1 | -0/+4 |
|
|
* | bpo-38140: Document offsets in PyMemberDef (GH-16354) | Petr Viktorin | 2019-09-25 | 2 | -1/+17 |
|
|
* | bpo-38260: Add Docs on asyncio.run (GH-16337) | Emmanuel Arias | 2019-09-25 | 1 | -0/+12 |
|
|
* | bpo-38234: Py_SetPath() uses the program full path (GH-16357) | Victor Stinner | 2019-09-24 | 2 | -2/+11 |
|
|
* | bpo-38136: Updates await_count and call_count to be different things (GH-16192) | Lisa Roach | 2019-09-24 | 1 | -24/+13 |
|
|
* | bpo-38236: Dump path config at first import error (GH-16300) | Victor Stinner | 2019-09-23 | 1 | -1/+11 |
|
|
* | Doc: Add whatsnew entry for loop.shutdown_default_executor() (GH-16308) | Kyle Stanley | 2019-09-21 | 1 | -0/+7 |
|
|
* | bpo-38237: Make pow's arguments have more descriptive names and be keyword pa... | Ammar Askar | 2019-09-21 | 2 | -23/+26 |
|
|
* | Doc: Remove provisional note for asyncio.run() (GH-16310) | Kyle Stanley | 2019-09-20 | 1 | -2/+0 |
|
|
* | bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) | Ram Rachum | 2019-09-20 | 1 | -0/+11 |
|
|
* | bpo-37353: Updated parser note about source code compatibility(GH-14277) | Prateek Nayak | 2019-09-20 | 1 | -1/+2 |
|
|
* | bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947) | Lisa Roach | 2019-09-20 | 1 | -14/+17 |
|
|
* | bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076) | Eddie Elizondo | 2019-09-19 | 1 | -2/+1 |
|
|
* | bpo-34037: Fix test_asyncio failure and add loop.shutdown_default_executor() ... | Kyle Stanley | 2019-09-19 | 2 | -2/+16 |
|
|
* | Doc: Clarify dict equality irrespective of ordering. (GH-16266) | toonarmycaptain | 2019-09-19 | 1 | -1/+1 |
|
|
* | Doc: Corrected syntax for return annotation (GH-16265) | Jason Plurad | 2019-09-19 | 1 | -1/+1 |
|
|
* | bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249) | Victor Stinner | 2019-09-18 | 1 | -2/+4 |
|
|
* | bpo-37904: Edition on python tutorial - section 4 (GH-16169) | Diego Alberto Barriga Martínez | 2019-09-17 | 1 | -2/+2 |
|
|
* | Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221) | Jörn Heissler | 2019-09-17 | 1 | -2/+2 |
|
|
* | bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) | Hrvoje Nikšić | 2019-09-17 | 1 | -5/+6 |
|
|
* | Doc: Add list(dict) in stdtypes library (GH-16209) | Adorilson Bezerra | 2019-09-17 | 1 | -0/+4 |
|
|
* | bpo-28556: Update the opening note in typing docs (GH-16204) | Ivan Levkivskyi | 2019-09-16 | 1 | -4/+3 |
|
|
* | Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) | Adorilson Bezerra | 2019-09-16 | 1 | -7/+8 |
|
|
* | Doc: remove duplicate word in controlflow tutorial (GH-16163) | Adorilson Bezerra | 2019-09-16 | 1 | -1/+1 |
|
|
* | bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159) | Hrvoje Nikšić | 2019-09-15 | 1 | -7/+7 |
|
|
* | bpo38158: Removing nonexistant member "doc" from PyType_Spec documentation (G... | t k | 2019-09-15 | 1 | -4/+0 |
|
|
* | bpo-37635: Update arg name for seek() in IO tutorial (GH-16147) | Kyle Stanley | 2019-09-14 | 1 | -3/+3 |
|
|
* | Doc: Fix link to window.getch in curses documentation (GH-16132) | Anthony Sottile | 2019-09-14 | 1 | -1/+1 |
|
|
* | bpo-33095: Add reference to isolated mode in -m and script option (GH-7764) | Xtreak | 2019-09-14 | 1 | -0/+13 |
|
|
* | Doc: fcntl.lockf() is more powerful than written (GH-6750) | Eric O. LEBIGOT (EOL) | 2019-09-13 | 1 | -2/+2 |
|
|
* | bpo-32790: Add info about alt format using # for 'g' in chart (GH-6624) | bchhabra2490 | 2019-09-13 | 1 | -1/+2 |
|
|
* | bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (... | Windson yang | 2019-09-13 | 1 | -1/+2 |
|
|
* | bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095) | Julien Palard | 2019-09-13 | 1 | -6/+0 |
|
|
* | Doc: Improve consistency of os.path.normcase with other os.path functions (GH... | Kexuan Sun | 2019-09-13 | 1 | -2/+0 |
|
|
* | bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers,... | Ashwin Ramaswami | 2019-09-13 | 2 | -15/+63 |
|
|
* | bpo-36889: Document Stream class and add docstrings (GH-14488) | Xtreak | 2019-09-13 | 2 | -11/+204 |
|
|
* | bpo-8538: Add support for boolean actions to argparse (GH-11478) | Rémi Lapeyre | 2019-09-13 | 1 | -3/+16 |
|
|
* | Doc: Add example snippet for str.isupper() (GH-14681) | Kishore Vancheeshwaran | 2019-09-13 | 1 | -0/+10 |
|
|
* | bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) | Christian Heimes | 2019-09-13 | 1 | -4/+13 |
|
|
* | bpo-36046: Add user and group parameters to subprocess (GH-11950) | Patrick McLean | 2019-09-12 | 1 | -2/+30 |
|
|
* | Emphasize the need to always call PySequence_Fast. (GH-11140) | Matti Picus | 2019-09-12 | 1 | -7/+14 |
|
|
* | bpo-37908: Add an example of ArgumentParser.exit() (GH-15455) | Hai Shi | 2019-09-12 | 1 | -1/+8 |
|
|