Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.0a4
/
Doc
tag
1b3497f679823b0368fabc95ccd1a1c24b8d429e
tagger
Łukasz Langa <lukasz@langa.pl>
Mon May 06 18:31:23 2019
object
c1004b85464579771db3b50f5b150449275bbbd0
Python 3.8.0a4
f7b494c
Update wsgiref.rst (#10488)
by Andre Delfino
· 6 years ago
cec0184
Doc/c-api/exceptions.rst: fix grammar (#12091)
by Daniel Hahler
· 6 years ago
e152169
bpo-16024: Doc cleanup regarding path_fd, dir_fd, follow_symlinks (GH-5505)
by Cheryl Sabella
· 6 years ago
88f07a8
bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237)
by twisteroid ambassador
· 6 years ago
98a1e06
bpo-36189: Fixing typo in tutorial introduction (GH-13090)
by Jonatan
· 6 years ago
5e98f05
bpo-36166: Change to rst datamodel file. (GH-13089)
by Catherine Alvarado
· 6 years ago
6b5b013
bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990)
by Joannah Nanjekye
· 6 years ago
4754168
bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ElementPath, and extend the surrounding tests and docs. (GH-12997)
by Stefan Behnel
· 6 years ago
cf48e55
bpo-33882: mention breakpoint() in debugger-related FAQ (GH-7759)
by Andre Delfino
· 6 years ago
ceb842e
Fixed typo (GH-11522)
by Alexander Vasin
· 6 years ago
a8a79ca
Improve grammar on async context managers and shorten text (GH-12379)
by Andre Delfino
· 6 years ago
5861cdd
Don't use the LHS/RHS acronym in Simple statements (GH-12996)
by Andre Delfino
· 6 years ago
45e92fc
Add correct license for C14N test suite to license docs. (GH-13055)
by Stefan Behnel
· 6 years ago
0522291
Fix tiny tiny typo in 3.8 what's new (GH-13049)
by Daniel Porteous
· 6 years ago
671d782
bpo-36018: Update example to show mean and stdev (GH-13047)
by Raymond Hettinger
· 6 years ago
482b6b5
Move dangling bullet points into named subsections (GH-13046)
by Raymond Hettinger
· 6 years ago
e1d5dd6
bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966)
by Stefan Behnel
· 6 years ago
ee88af3
Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer None (#10376)
by Géry Ogam
· 6 years ago
dde3eeb
bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target (GH-12885)
by Stefan Behnel
· 6 years ago
43851a2
bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. (#12883)
by Stefan Behnel
· 6 years ago
ee0309f
closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-13008)
by Utkarsh Gupta
· 6 years ago
d5d2b45
bpo-36751: Deprecate getfullargspec and report positional-only args as regular args (GH-13016)
by Pablo Galindo
· 6 years ago
88c0937
bpo-36004: Add date.fromisocalendar (GH-11888)
by Paul Ganssle
· 6 years ago
843bf42
Add initial 'whatsnew' section for PEP 570 (GH-12942)
by Guido van Rossum
· 6 years ago
f781d20
bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly (GH-12667)
by Joannah Nanjekye
· 6 years ago
254b309
bpo-21536: On Android, C extensions are linked to libpython (GH-12989)
by xdegaye
· 6 years ago
da63b32
bpo-36715: Add usage note for dict.fromkeys() (GH-12974)
by Raymond Hettinger
· 6 years ago
5c403b2
bpo-36722: Style and grammar edits for ABI news entries (GH-12979)
by Paul Ganssle
· 6 years ago
55d0351
Syntax highlight IDLE html doc code example. (GH-12981)
by Terry Jan Reedy
· 6 years ago
4046069
bpo-36722: Add What's New entry for debug ABI (GH-12957)
by Victor Stinner
· 6 years ago
7abb6c0
bpo-36669: add matmul support to weakref.proxy (GH-12932)
by Mark Dickinson
· 6 years ago
62dfd7d
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
by Paul Monson
· 6 years ago
8c3ecc6
bpo-21536: C extensions are no longer linked to libpython (GH-12946)
by Victor Stinner
· 6 years ago
d7befad
bpo-35537: Document posix_spawn() change in subprocess (GH-11668)
by Victor Stinner
· 6 years ago
f4e4703
bpo-36465: Make release and debug ABI compatible (GH-12615)
by Victor Stinner
· 6 years ago
09d434c
Issue 35224: Add PEP 572 (assignment expressions) to What's New (#12941)
by Guido van Rossum
· 6 years ago
70bf713
bpo-30840: Document relative imports (#12831)
by Joannah Nanjekye
· 6 years ago
29d018a
replace 'sequencial argument' by 'positional' in doc (GH-12925)
by Mathieu Dupuy
· 6 years ago
fb8c7d5
bpo-36018: Make "seed" into a keyword only argument (GH-12921)
by Raymond Hettinger
· 6 years ago
b4c7f39
Add module specification: itemgetter -> operator.itemgetter (GH-12823)
by Jakub Molinski
· 6 years ago
9013ccf
bpo-36546: Add statistics.quantiles() (#12710)
by Raymond Hettinger
· 6 years ago
662ebd2
Doc: add the missing ".tp_flags" in type definition (GH-12902)
by Wu Wei
· 6 years ago
5ebfa84
bpo-36645: Fix ambiguous formatting in re.sub() documentation (GH-12879)
by mollison
· 6 years ago
3e986de
Fix typo (GH-12878)
by Fredrik Averpil
· 6 years ago
e8113f5
bpo-30485: Change the prefix for defining the default namespace in ElementPath from None to '' since there is existing code that uses that and it's more convenient to have an all-string-keys dict (e.g. when sorting items etc.). (#12860)
by Stefan Behnel
· 6 years ago
7e954e7
bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866)
by Enrico Alarico Carbognani
· 6 years ago
9941f96
Fix wrong indentation of a paragraph in documentation (GH-12868)
by cocoatomo
· 6 years ago
a6de52c
bpo-32913: Added re.Match.groupdict example to regex HOWTO (GH-5821)
by josh
· 6 years ago
693c104
bpo-31904: Port test_resource to VxWorks (GH-12719)
by Lihua Zhao
· 6 years ago
71ce03d
Clarify file-closing example in tutorial (GH-11652)
by Colin Watson
· 6 years ago
31e8d69
bpo-33783: Use proper class markup for random.Random docs (GHè7817)
by Matthias Bussonnier
· 6 years ago
2b7f93b
bpo-36345: Update wsgiref example (GH-12562)
by Stéphane Wirtel
· 6 years ago
74125a6
bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411)
by Victor Stinner
· 6 years ago
a3283ef
Doc: update PendingDeprecationWarning explanation (GH-12837)
by Inada Naoki
· 6 years ago
f1464f4
bpo-31904: Port the time module on VxWorks (GH-12305)
by pxinwr
· 6 years ago
236d0b7
bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833)
by pxinwr
· 6 years ago
929b704
bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564)
by Mickaël Schoentgen
· 6 years ago
e9927e1
bpo-30485: support a default prefix mapping in ElementPath by passing None as prefix (#1823)
by Stefan Behnel
· 6 years ago
ffca16e
bpo-36227: ElementTree.tostring() default_namespace and xml_declaration arguments (GH-12225)
by Bernt Røskar Brenna
· 6 years ago
fde9b33
bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can terminate the calling thread (GH-12541)
by Pablo Galindo
· 6 years ago
f2cf1e3
bpo-36623: Clean parser headers and include files (GH-12253)
by Pablo Galindo
· 6 years ago
c88fece
Doc: define PY_SSIZE_T_CLEAN always (GH-12794)
by Inada Naoki
· 6 years ago
1e82954
bpo-35581: Document @typing.type_check_only (GH-11312)
by Sebastian Rittau
· 6 years ago
1e2ad6c
bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849)
by mrh1997
· 6 years ago
b13552c
Indicate that seek and tell are mandatory on BufferedRandom. (GH-11216)
by Christopher Head
· 6 years ago
b015fc8
bpo-36549: str.capitalize now titlecases the first character instead of uppercasing it (GH-12804)
by Kingsley M
· 6 years ago
4423504
bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)
by Victor Stinner
· 6 years ago
9d949f7
bpo-36588: On AIX, remove major version from sys.platform (GH-12787)
by Michael Felt
· 6 years ago
3993ccb
bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977)
by Emmanuel Arias
· 6 years ago
4c409be
bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)
by Victor Stinner
· 6 years ago
b3c92c6
bpo-36597: fix weakref example code (GH-12779)
by Inada Naoki
· 6 years ago
57b1a28
bpo-36597: fix random doctest failure (GH-12776)
by Inada Naoki
· 6 years ago
efc4870
bpo-36416: Correct bytes.rpartition documentation (GH-12543)
by pewscorner
· 6 years ago
5410d3d
better __init__.py explanation in tutorial (#12763)
by Inada Naoki
· 6 years ago
b5e2959
Doc: fix typo in IncrementalDecoder.setstate (GH-12724)
by Christopher Thorne
· 6 years ago
42f55ee
fix typo in doc (#12686)
by Caleb Marchent
· 6 years ago
2fb2bc8
bpo-14826: document that URLopener quotes fullurl. (GH-12758)
by Gregory P. Smith
· 6 years ago
0e10766
bpo-31512: Add non-elevated symlink support for Windows (GH-3652)
by Vidar Tonaas Fauske
· 6 years ago
c324c74
bpo-33456: site module documentation - fix wrong default for key in pyvenv.cfg (GH-6755)
by Lukas Waymann
· 6 years ago
a8abe09
bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-6762)
by Matthias Bussonnier
· 6 years ago
7b97ab3
closes bpo-35848: Move all documentation regarding the readinto out of IOBase. (GH-11893)
by Steve Palmer
· 6 years ago
8702b67
BPO-17561: set create_server backlog default to None (GH-12735)
by Giampaolo Rodola
· 6 years ago
eb7e29f
bpo-35934: Add socket.create_server() utility function (GH-11784)
by Giampaolo Rodola
· 6 years ago
7a0630c
Add a What's New entry for bpo-35459. (GH-12706)
by Serhiy Storchaka
· 6 years ago
f4efa31
Correct "inplace" with "in-place" (GH-10480)
by Andre Delfino
· 6 years ago
6463ba3
bpo-27181: Add statistics.geometric_mean() (GH-12638)
by Raymond Hettinger
· 6 years ago
89a8944
bpo-30661: Improve docs for tarfile pax change and effect on shutil (GH-12635)
by CAM Gerlach
· 6 years ago
2ea8099
bpo-9883: Update list of unimplemented interfaces in minidom. (GH-12677)
by Stefan Behnel
· 6 years ago
1328375
Fix doc for create_subprocess_exec (GH-12598)
by Dima Tisnek
· 6 years ago
50866e9
bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406)
by Zackery Spytz
· 6 years ago
176d263
bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12505)
by Inada Naoki
· 6 years ago
1c5fa5a
bpo-32413: Add documentation that at the module level, locals(), globals() are the same dictionary (GH-5004)
by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
· 6 years ago
04694a3
bpo-35838: document optionxform must be idempotent (GH-12656)
by Inada Naoki
· 6 years ago
b00479d
bpo-36377: Specify that range() can not be compared (GH-12468)
by Emmanuel Arias
· 6 years ago
8c61739
bpo-36157:Document PyInterpreterState_Main() (GH-12238)
by Joannah Nanjekye
· 6 years ago
10654c1
bpo-20844: open script file with "rb" mode (GH-12616)
by Inada Naoki
· 6 years ago
42a139e
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
by Serhiy Storchaka
· 6 years ago
79da388
bpo-36085: Add installer check for KB2533625 (GH-12636)
by Steve Dower
· 6 years ago
ddbb978
C API docs: Py_IsInitialized is always safe to call (GH-12630)
by Nick Coghlan
· 6 years ago
38f4e46
bpo-17110: doc: add note how to get bytes from sys.argv (GH-12602)
by Inada Naoki
· 6 years ago
Next »