Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
82f897bf8f72d09f537054d64a94e645ad23d8d6
/
Doc
/
library
82f897b
Correct release version to 3.9 for RERAISE and WITH_EXCEPT_START bytecodes. (#17318)
by Mark Shannon
· 6 years ago
fee5526
Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641)
by Mark Shannon
· 6 years ago
d672791
Update functions.rst (GH-16468)
by Géry Ogam
· 6 years ago
9391f6c
bpo-36277: Add document for pdb debug and retval commands (GH-12872)
by Dave Nguyen
· 6 years ago
6db2fb7
Removed capital letter in parameter in stdtypes.rst (GH-17218)
by Jules Lasne (jlasne)
· 6 years ago
046442d
bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH-17269)
by Jason Fried
· 6 years ago
7483451
closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070)
by Benjamin Peterson
· 6 years ago
279d8df
bpo-38753: AsyncMock added in version 3.8 (GH-17102)
by John Belmonte
· 6 years ago
f25875a
Added missing coma after end of list in subprocess.rst (GH-17217)
by Jules Lasne (jlasne)
· 6 years ago
b1f160a
Add missing comma and period in unittest docs (GH-17211)
by Jules Lasne (jlasne)
· 6 years ago
24555ce
bpo-21767: explicitly mention abc support in functools.singledispatch docs (#17171)
by Batuhan Taşkaya
· 6 years ago
00923c6
bpo-38622: Add missing audit events for ctypes module (GH-17158)
by Steve Dower
· 6 years ago
f49f6ba
Correct the description of the 3.7 change in urllib.parse.quote (GH-17065)
by Роман Донченко
· 6 years ago
04c79d6
bpo-38678: Improve argparse example in tutorial (GH-17207)
by Raymond Hettinger
· 6 years ago
a065232
bpo-28286: Deprecate opening GzipFile for writing implicitly. (GH-16417)
by Serhiy Storchaka
· 6 years ago
84f2528
Fix the description of isdatadescriptor in inspect.rst (#16645)
by HongWeipeng
· 6 years ago
b220300
bpo-38778: Document that os.fork is not allowed in subinterpreters (GH-17123)
by Phil Connell
· 6 years ago
3ccdd9b
closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069)
by Benjamin Peterson
· 6 years ago
138ccbb
bpo-38738: Fix formatting of True and False. (GH-17083)
by Serhiy Storchaka
· 6 years ago
a12255d
bpo-38421: Update email.utils documentation (GH-16678)
by David K
· 6 years ago
733b9a3
bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111)
by Raymond Hettinger
· 6 years ago
051ff52
bpo-38565: add new cache_parameters method for lru_cache (GH-16916)
by Manjusaka
· 6 years ago
98480ce
bpo-38771: Explict test for None in code example (GH-17108)
by Jonathan Scholbach
· 6 years ago
a0ed99b
bpo-38438: Simplify argparse "star nargs" usage. (GH-17106)
by Brandt Bucher
· 6 years ago
7f46049
bpo-38382: Document the early-out behavior for a zero (GH-17037)
by Raymond Hettinger
· 6 years ago
5c0c325
closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
by Benjamin Peterson
· 6 years ago
6c4c45e
bpo-38692: Add os.pidfd_open. (GH-17063)
by Benjamin Peterson
· 6 years ago
56698d5
bpo-38696: Fix usage example of HTTPStatus (GH-17066)
by Ammar Askar
· 6 years ago
d0e0f5b
bpo-38388: Document pickle protocol version 5 (GH-16639)
by Dima Tisnek
· 6 years ago
99b7701
Convert argument to snake_case (GH-16990)
by Борис Верховский
· 6 years ago
d0d9f7c
Slightly improve plistlib test coverage. (GH-17025)
by Jon Janzen
· 6 years ago
112f2b8
Update the URL for the requests package (GH-17006)
by Simon Legner
· 6 years ago
b32cb97
bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938)
by Anthony Sottile
· 6 years ago
e835b31
bpo-38600: NULL -> ``NULL``. (GH-17001)
by Serhiy Storchaka
· 6 years ago
24c6258
bpo-38614: Add timeout constants to test.support (GH-16964)
by Victor Stinner
· 6 years ago
25fc088
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
by Serhiy Storchaka
· 6 years ago
e471e72
bpo-37330: open() no longer accept 'U' in file mode (GH-16959)
by Victor Stinner
· 6 years ago
3bfc8e0
bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956)
by Dong-hee Na
· 6 years ago
894e30c
bpo-38434: Fixes some audit event documentation (GH-16932)
by Steve Dower
· 6 years ago
a01ba33
bpo-30618: add readlink to pathlib.Path (GH-8285)
by Girts
· 6 years ago
91528f4
bpo-38466: Fix threading.excepthook doc (GH-16891)
by Daniel Baskal
· 6 years ago
2eba6ad
bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821)
by Dong-hee Na
· 6 years ago
7414207
bpo-38531: document extend action's added version (GH-16865)
by Batuhan Taşkaya
· 6 years ago
88eeda6
Remove doc reference to unmaitained Nose package (GH-16849)
by Jon Dufresne
· 6 years ago
f33c57d5
bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)
by Gregory P. Smith
· 6 years ago
8d59eb1
bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)
by Julien Danjou
· 6 years ago
aad2ee0
bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768)
by Stein Karlsen
· 6 years ago
8a6cbf8
bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757)
by Raymond Hettinger
· 6 years ago
fdfe283
bpo-38467: Fix argument name of typing functions (GH-16753)
by Sebastian Rittau
· 6 years ago
8144095
bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743)
by Ivan Levkivskyi
· 6 years ago
140a7d1
bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742)
by Serhiy Storchaka
· 6 years ago
f3751ef
bpo-38417: Add umask support to subprocess (GH-16726)
by Gregory P. Smith
· 6 years ago
822922a
bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)
by Samuel Colvin
· 6 years ago
f900064
docs: Add asyncio source code links (GH-16640)
by Kyle Stanley
· 6 years ago
d47f0dd
bpo-32996: Documentation fix-up. (GH-16646)
by M. Eric Irrgang
· 6 years ago
15ae75d
bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442)
by Ricardo Bánffy
· 6 years ago
9e71917
bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)
by Adam J. Stewart
· 6 years ago
3142c66
bpo-38235: Correct some arguments names in logging documentation (GH-16571)
by Ashley Whetter
· 6 years ago
cf57cab
bpo-32689: Updates shutil.move to allow for Path objects to be used as source arg (GH-15326)
by Maxwell A McKinnon
· 6 years ago
e407013
Fix and improve `asyncio.run()` docs (GH-16403)
by Kyle Stanley
· 6 years ago
6758e6e
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)
by Yury Selivanov
· 6 years ago
3667e1e
bpo-38163: Child mocks detect their type as sync or async (GH-16471)
by Lisa Roach
· 6 years ago
c5a7e0c
bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-14389)
by Pascal Chambon
· 6 years ago
a741457
bpo-38244: [Documentation] Fix unreliable link to sever in ftplib.rst (#16319)
by Prateek Nayak
· 6 years ago
5d326ab
Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271)
by Stéphane Wirtel
· 6 years ago
8e7bb99
bpo-38112: Compileall improvements (GH-16012)
by Lumír 'Frenzy' Balhar
· 6 years ago
15ccc4f
bpo-38255: super() can search attributes as well as methods (GH-16368)
by Raymond Hettinger
· 6 years ago
17deb16
bpo-38260: Add Docs on asyncio.run (GH-16337)
by Emmanuel Arias
· 6 years ago
ef04851
bpo-38136: Updates await_count and call_count to be different things (GH-16192)
by Lisa Roach
· 6 years ago
87d6cd3
bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302)
by Ammar Askar
· 6 years ago
77af229
Doc: Remove provisional note for asyncio.run() (GH-16310)
by Kyle Stanley
· 6 years ago
9c2682e
bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)
by Ram Rachum
· 6 years ago
062cfe3
bpo-37353: Updated parser note about source code compatibility(GH-14277)
by Prateek Nayak
· 6 years ago
8b03f94
bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947)
by Lisa Roach
· 6 years ago
9fdc64c
bpo-34037: Fix test_asyncio failure and add loop.shutdown_default_executor() (GH-15735)
by Kyle Stanley
· 6 years ago
3171d67
Doc: Clarify dict equality irrespective of ordering. (GH-16266)
by toonarmycaptain
· 6 years ago
0a963fb
bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249)
by Victor Stinner
· 6 years ago
219fb9d
Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221)
by Jörn Heissler
· 6 years ago
5d359cc
bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202)
by Hrvoje Nikšić
· 6 years ago
63dedef
Doc: Add list(dict) in stdtypes library (GH-16209)
by Adorilson Bezerra
· 6 years ago
81528ba
bpo-28556: Update the opening note in typing docs (GH-16204)
by Ivan Levkivskyi
· 6 years ago
c717c73
bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159)
by Hrvoje Nikšić
· 6 years ago
a26ace1
Doc: Fix link to window.getch in curses documentation (GH-16132)
by Anthony Sottile
· 6 years ago
77cd0ce
Doc: fcntl.lockf() is more powerful than written (GH-6750)
by Eric O. LEBIGOT (EOL)
· 6 years ago
d44542f
bpo-32790: Add info about alt format using # for 'g' in chart (GH-6624)
by bchhabra2490
· 6 years ago
9585f46
bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (GH-13765)
by Windson yang
· 6 years ago
53f78ec
Doc: Improve consistency of os.path.normcase with other os.path functions (GH-14004)
by Kexuan Sun
· 6 years ago
ff2e182
bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers, url, and status properties for HTTPResponse and addinfourl (GH-11447)
by Ashwin Ramaswami
· 6 years ago
d31b315
bpo-36889: Document Stream class and add docstrings (GH-14488)
by Xtreak
· 6 years ago
6a517c6
bpo-8538: Add support for boolean actions to argparse (GH-11478)
by Rémi Lapeyre
· 6 years ago
7183064
Doc: Add example snippet for str.isupper() (GH-14681)
by Kishore Vancheeshwaran
· 6 years ago
7cad53e
bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)
by Christian Heimes
· 6 years ago
2b2ead7
bpo-36046: Add user and group parameters to subprocess (GH-11950)
by Patrick McLean
· 6 years ago
b1a2abd
bpo-37908: Add an example of ArgumentParser.exit() (GH-15455)
by Hai Shi
· 6 years ago
a488879
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)
by Andrew Svetlov
· 6 years ago
967b84c
bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040)
by Windson yang
· 6 years ago
31a82e2
bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456)
by Emmanuel Arias
· 6 years ago
2c910c1
bpo-36675: Remove obsolete code. (GH-16024)
by Julien Palard
· 6 years ago
894d0f7
bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797)
by Christian Heimes
· 6 years ago
f545638
bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentParser (GH-15362)
by Hai Shi
· 6 years ago
Next »