Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
53f7a7c2814fbfd8a29200926601a32fa48bacb3
/
Doc
53f7a7c
bpo-32297: Few misspellings found in Python source code comments. (#4803)
by Mike
· 8 years ago
5364b5c
bpo-32225: Implementation of PEP 562 (#4731)
by Ivan Levkivskyi
· 8 years ago
7ea143a
bpo-29469: Move constant folding to AST optimizer (GH-2858)
by INADA Naoki
· 8 years ago
176baa3
bpo-30241: implement contextlib.AbstractAsyncContextManager (#1412)
by Jelle Zijlstra
· 8 years ago
4f29f3c
trivial: link updates in documentation (#2765)
by jimmy
· 8 years ago
91106cd
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
by Victor Stinner
· 8 years ago
c3e070f
bpo-32284: Fix documentation of BinaryIO and TextIO (#4832)
by Sebastian Rittau
· 8 years ago
747f48e
bpo-32230: Set sys.warnoptions with -X dev (#4820)
by Victor Stinner
· 8 years ago
4ae06c5
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
by Serhiy Storchaka
· 8 years ago
5ce0a2a
bpo-31942: Document optional support of start and stop attributes in Sequence.index method (#4277)
by Nitish Chandra
· 8 years ago
e569753
bpo-32227: functools.singledispatch supports registering via type annotations (#4733)
by Łukasz Langa
· 8 years ago
8874342
bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)
by Andrew Svetlov
· 8 years ago
abae67e
Add asyncio.get_running_loop() function. (#4782)
by Yury Selivanov
· 8 years ago
9edad3c
bpo-32272: Remove asyncio.async() function. (#4784)
by Yury Selivanov
· 8 years ago
1b74f9b
bpo-22671: Clarify and test default read method implementations (#4568)
by Sanyam Khurana
· 8 years ago
77106b2
bpo-32114: Updated the documentation for get_event_loop to reflect the policy change (#4510)
by Pablo Galindo
· 8 years ago
42aa93b
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
by Benjamin Peterson
· 8 years ago
28d8d14
bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764)
by Andrew Svetlov
· 8 years ago
a9f8df6
bpo-32212: Updated logging documentation to make parameter names more consistent with source. (GH-4765)
by Vinay Sajip
· 8 years ago
a0374dd
bpo-32208: update threading.Semaphore docs and add unit test (#4709)
by Garrett Berg
· 8 years ago
1b4587a
bpo-25910: Fixes redirection from http to https (#4674)
by Sanyam Khurana
· 8 years ago
ae342cf
Add a missing space in tkinter documentation. (GH-4692)
by Julien Palard
· 8 years ago
8837dd0
bpo-19610: Warn if distutils is provided something other than a list to some fields (#4685)
by Neil Schemenauer
· 8 years ago
31a8393
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694)
by Victor Stinner
· 8 years ago
70d56fb
bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4471)
by Serhiy Storchaka
· 8 years ago
7324b5c
bpo-31589 : Build PDF using xelatex for better UTF8 support. (#3940)
by Julien Palard
· 8 years ago
13badcb
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
by Serhiy Storchaka
· 8 years ago
af5a895
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
by Victor Stinner
· 8 years ago
73a7e9b
bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579)
by Serhiy Storchaka
· 8 years ago
b4d1e1f
bpo-20891: Fix PyGILState_Ensure() (#4650)
by Victor Stinner
· 8 years ago
5e3806f
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)
by Victor Stinner
· 8 years ago
706e10b
bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534)
by Jesse-Bakker
· 8 years ago
5d39e04
bpo-32030: Rework memory allocators (#4625)
by Victor Stinner
· 8 years ago
23df2d1
bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600)
by Barry Warsaw
· 8 years ago
c615be5
Use raw strings in the re module examples. (#4616)
by Serhiy Storchaka
· 8 years ago
ac577d7
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)
by Victor Stinner
· 8 years ago
4d193bc
bpo-32071: Fix regression and add What's New entry (#4589)
by Jonas Haag
· 8 years ago
a489599
bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417)
by Dong-hee Na
· 8 years ago
598ceae
bpo-32150: Expand tabs to spaces in C files. (#4583)
by Serhiy Storchaka
· 8 years ago
4271dfd
bpo-32154: Remove asyncio.selectors (#4605)
by Victor Stinner
· 8 years ago
122fc13
Revert "bpo-30487: automatically create a venv and install Sphinx when running make (GH-4346)" (#4592)
by Ned Deily
· 8 years ago
c172fc5
bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469)
by Jason Yang
· 8 years ago
ede2ac9
bpo-23033: Improve SSL Certificate handling (GH-937)
by Mandeep Singh
· 8 years ago
0cd2e81
bpo-29879: Update typing documentation. (GH-4573)
by Ivan Levkivskyi
· 8 years ago
d8d6b91
bpo-30487: automatically create a venv and install Sphinx when running make (GH-4346)
by Caleb Hattingh
· 8 years ago
5b48dc6
bpo-32071: Add unittest -k option (#4496)
by Jonas Haag
· 8 years ago
8d9bb11
bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)
by Berker Peksag
· 8 years ago
9d5ec80
Improve Scheduler Objects documentation. (GH-4556)
by Mariatta
· 8 years ago
610e5af
bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443)
by Mandeep Bhutani
· 8 years ago
f8802d8
Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414)
by Ashley Camba
· 8 years ago
84c4b19
bpo-32124: Document C functions safe before init (#4540)
by Victor Stinner
· 8 years ago
78a5722
Improve the String tutorial docs (GH-4541)
by Will White
· 8 years ago
cdfe910
Extending Python Doc minor updates (GH-4518)
by Emanuele Gaifas
· 8 years ago
3df02db
bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529)
by Berker Peksag
· 8 years ago
0858495
bpo-32099 Add deque variant of roundrobin() recipe (#4497)
by Raymond Hettinger
· 8 years ago
dcaed6b
bpo-19610: setup() now raises TypeError for invalid types (GH-4519)
by Berker Peksag
· 8 years ago
0784a2e
bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464)
by Jesse-Bakker
· 8 years ago
431665b
bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (#4491)
by AraHaan
· 8 years ago
e256b40
bpo-31672 - Add one last minor clarification for idpattern (#4483)
by Barry Warsaw
· 8 years ago
337cbba
Add comment and improve variable name in roundrobin() (#4486)
by Raymond Hettinger
· 8 years ago
bc9b6e2
bpo-32043: Rephrase -X dev documentation (#4478)
by Victor Stinner
· 8 years ago
09f3a8a
bpo-32089: Fix warnings filters in dev mode (#4482)
by Victor Stinner
· 8 years ago
423fd36
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447)
by Yury Selivanov
· 8 years ago
c5a2071
bpo-32050: Fix -x option documentation (#4475)
by Victor Stinner
· 8 years ago
44862df
bpo-32047: -X dev enables asyncio debug mode (#4418)
by Victor Stinner
· 8 years ago
b56becb
Remove outdated .pyo reference from msilib docs (GH-4461)
by Berker Peksag
· 8 years ago
7750bde
Document parameters of BaseServer.finish_request() (GH-4445)
by Masayuki Yamamoto
· 8 years ago
0c71653
[Doc] Update opcode for var-positional arguments (#4446)
by Moses Koledoye
· 8 years ago
d505a29
Fix typo in atexit documentation. (GH-4419)
by Erik Bray
· 8 years ago
cede8c9
bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110)
by Serhiy Storchaka
· 8 years ago
ccb0442
bpo-32043: New "developer mode": "-X dev" option (#4413)
by Victor Stinner
· 8 years ago
05cb728
bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)
by Serhiy Storchaka
· 8 years ago
0a2abdf
bpo-30143: 2to3 now generates a code that uses abstract collection classes (#1262)
by Serhiy Storchaka
· 8 years ago
4bd41c9
bpo-32025: Add time.thread_time() (#4410)
by Antoine Pitrou
· 8 years ago
ddbce13
bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400)
by Serhiy Storchaka
· 8 years ago
9165f77
bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382)
by Serhiy Storchaka
· 8 years ago
3bda022
bpo-31948: Fix broken links in msilib docs (GH-4397)
by Jesse-Bakker
· 8 years ago
b0b44b4
bpo-15606: Improve the re.VERBOSE documentation. (#4366)
by Serhiy Storchaka
· 8 years ago
e0582a3
bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160)
by xdegaye
· 8 years ago
e197a85
The termios man page is in section 3 (GH-2450)
by Edward Betts
· 8 years ago
7c9da3e
Remove redundant 'exc = True' line (GH-4357)
by Berker Peksag
· 8 years ago
e184cfd
bpo-31824: Document default value of 'errors' parameters (GH-4328)
by Pablo Galindo
· 8 years ago
9f914a0
bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)
by Brian Curtin
· 8 years ago
72fa301
Fix phrasing in Doc/whatsnew/3.7.rst (GH-4318)
by Cody Scott
· 8 years ago
8c663fd
Replace KB unit with KiB (#4293)
by Victor Stinner
· 8 years ago
bf9d317
bpo-31810: added missing keywords to docs. (#4140)
by Tom Floyer
· 8 years ago
2138163
bpo-29179: Document the Py_UNUSED macro (#4341)
by Petr Viktorin
· 8 years ago
b5d9e08
bpo-31884 subprocess: add Windows constants for process priority (#4150)
by James
· 8 years ago
54cc0c0
bpo-31338: C API intro: add missing versionadded (#4339)
by Victor Stinner
· 8 years ago
28ab3ce
Fix broken link in Doc/whatsnew/3.7.rst (GH-4335)
by Berker Peksag
· 8 years ago
8bf288e
Docs: Mention that Py_UNREACHABLE was added in 3.7 (#4337)
by Petr Viktorin
· 8 years ago
7973e27
bpo-21862: Add -m option to cProfile for profiling modules (#4297)
by Sanyam Khurana
· 8 years ago
5a8a84b
Added :const:`mmap.ACCESS_DEFAULT` constant. (#4093)
by Justus Schwabedal
· 8 years ago
5a66c8a
bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006)
by Julien Palard
· 8 years ago
1e5d54c
bpo-31965: fix doc for multiprocessing.connection.Client and Listener (#4304)
by Jelle Zijlstra
· 8 years ago
22b1128
bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (#4319)
by Antoine Pitrou
· 8 years ago
a935654
bpo-20486: Implement Database.Close() method in msilib (GH-4141)
by Berker Peksag
· 8 years ago
4135c89
bpo-31950: Improve event loop policy doc (#4306)
by Antoine Pitrou
· 8 years ago
69cfed1
Add asyncio.Handle.cancelled() method (#2388)
by Marat Sharafutdinov
· 8 years ago
962e2a7
Fix a minor typo and hyphenate "multi-threading" (#4237)
by Barry Warsaw
· 8 years ago
Next »