Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d60040ba226bd2e3b6f58d074015aa2499dc1cb8
/
Doc
/
library
d60040b
bpo-40517: Implement syntax highlighting support for ASDL (#19928)
by Batuhan Taskaya
· 5 years ago
f01d1be
bpo-40286: Put methods in correct sections. Add security notice to use secrets for session tokens. (GH-19870)
by Raymond Hettinger
· 5 years ago
9d74658
bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900)
by Joel Rosdahl
· 5 years ago
f25fb6e
bpo-39470: Indicate that ``os.makedirs`` is equivalent to ``Path.mkdir`` (GH-18216)
by Joannah Nanjekye
· 5 years ago
ad9eaea
Remove outdated and confusing advice about setting maxsize (GH-19889)
by Raymond Hettinger
· 5 years ago
8aab843
Fix missing space in docs(GH-19866)
by Mathieu Dupuy
· 5 years ago
190fac9
bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867)
by Raymond Hettinger
· 5 years ago
7663523
bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752)
by Sander
· 5 years ago
531d1e5
bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846)
by Serhiy Storchaka
· 5 years ago
289842a
bpo-39435: Fix docs for pickle.loads (GH-18160)
by Shantanu
· 5 years ago
831d58d
bpo-39691: Clarify io.open_code behavior (GH-19824)
by Shantanu
· 5 years ago
3209cbd
bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742)
by lrjball
· 5 years ago
360371f
bpo-40291: Add support for CAN_J1939 sockets (GH-19538)
by karl ding
· 5 years ago
bfb1cf4
bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)
by Serhiy Storchaka
· 5 years ago
d9a43e2
bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098)
by Ethan Onstott
· 5 years ago
9adccc1
bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735)
by Victor Stinner
· 5 years ago
c5c4281
bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712)
by Dong-hee Na
· 5 years ago
88499f1
bpo-40387: Improve queue join() example. (GH-19724)
by Raymond Hettinger
· 5 years ago
515fce4
bpo-40275: Avoid importing logging in test.support (GH-19601)
by Serhiy Storchaka
· 5 years ago
1699491
bpo-40275: Avoid importing socket in test.support (GH-19603)
by Serhiy Storchaka
· 5 years ago
503de71
bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663)
by Carl Meyer
· 5 years ago
d663d34
bpo-39983: Add test.support.print_warning() (GH-19683)
by Victor Stinner
· 5 years ago
a81849b
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
by sweeneyde
· 5 years ago
d3a8d61
Small improvements to the recipes and examples. (GH-19635)
by Raymond Hettinger
· 5 years ago
8aea4b3
bpo-40148: Add PurePath.with_stem() (GH-19295)
by Tim Hoffmann
· 5 years ago
c12375a
bpo-39285: Clarify example for PurePath.match (GH-19458)
by Tim Lo
· 5 years ago
4fe0020
bpo-40325: Deprecate set object support in random.sample() (GH-19591)
by Raymond Hettinger
· 5 years ago
482259d
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
by Furkan Önder
· 5 years ago
2b56031
bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360)
by Serhiy Storchaka
· 5 years ago
75a3378
bpo-40282: Allow random.getrandbits(0) (GH-19539)
by Antoine Pitrou
· 5 years ago
9f5fe79
bpo-40286: Add randbytes() method to random.Random (GH-19527)
by Victor Stinner
· 5 years ago
06a3554
bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551)
by Mariusz Felisiak
· 5 years ago
bf1a812
Minor modernization and readability improvement to the tokenizer example (GH-19558)
by Raymond Hettinger
· 5 years ago
a388bbd
Fix parameter names in assertIn() docs (GH-18829)
by Christoph Zwerschke
· 5 years ago
70f027d
bpo-40290: Add zscore() to statistics.NormalDist. (GH-19547)
by Raymond Hettinger
· 5 years ago
fbf2786
bpo-40257: Output object's own docstring in pydoc (GH-19479)
by Serhiy Storchaka
· 5 years ago
990ea42
bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396)
by Batuhan Taşkaya
· 5 years ago
a1a0eb4
bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048)
by Sebastian Pedersen
· 5 years ago
85dd6bb
Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454)
by laike9m
· 5 years ago
14d5331
bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)" (GH-19456)
by Victor Stinner
· 5 years ago
7ec43a7
bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466)
by Pablo Galindo
· 5 years ago
97e0de0
bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190)
by Zackery Spytz
· 5 years ago
74e1b6b
Document missing methods of ssl.SSLObject (#19400)
by Rémi Lapeyre
· 5 years ago
6fed3c8
bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368)
by Serhiy Storchaka
· 5 years ago
bd6a4c3
bpo-40131: Fix source and target order in zipapp example (GH-19290)
by Zackery Spytz
· 5 years ago
b74468e
bpo-40122: Updated documentation for dis.findlabels() (GH-19274)
by laike9m
· 5 years ago
65a796e
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
by Victor Stinner
· 5 years ago
975ac32
bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514)
by Zackery Spytz
· 5 years ago
7c72383
bpo-40094: Enhance os.WIFEXITED documentation (GH-19244)
by Victor Stinner
· 5 years ago
278c1e1
bpo-40094: Add test.support.wait_process() (GH-19254)
by Victor Stinner
· 5 years ago
400e1db
Document most common signals (GH-19245)
by Victor Stinner
· 5 years ago
c49016e
fix comma location in various places (GH-19233)
by Mathieu Dupuy
· 5 years ago
302e5a8
bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158)
by Brett Cannon
· 5 years ago
8f1ed21
bpo-36144: Add union operators to WeakValueDictionary584 (#19127)
by Curtis Bucher
· 5 years ago
4b3252c
bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099)
by Juhana Jauhiainen
· 5 years ago
9b8e74c
Clarify a guarantee of the logging module. (GH-19132)
by Gregory P. Smith
· 5 years ago
6000087
closes bpo-40017: Add CLOCK_TAI constant to the time module. (GH-19096)
by Russell Owen
· 5 years ago
70d9d74
Updated documentation for FOR_ITER (GH-19113)
by laike9m
· 5 years ago
25e580a
bpo-36144: Add union operators to WeakKeyDictionary (#19106)
by Curtis Bucher
· 5 years ago
f393b2c
bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832)
by Curtis Bucher
· 5 years ago
b146568
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942)
by Serhiy Storchaka
· 5 years ago
d2a8e5b
bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087)
by Victor Stinner
· 5 years ago
2de7ac9
bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929)
by amaajemyfren
· 5 years ago
c691f20
Fix "versionchanged" for pow named arguments (GH-19042)
by Mark Dickinson
· 5 years ago
61ac612
bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291)
by Ross
· 5 years ago
33238ec
Link to list of keywords in the laguage reference (GH-18024)
by Борис Верховский
· 5 years ago
6672c16
bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` for 3.6+ (GC-18550)
by Taine Zhao
· 5 years ago
da52be4
bpo-39509: Update HTTP status code to follow IANA (GH-18294)
by Dong-hee Na
· 5 years ago
6d674a1
bpo-36144: OrderedDict Union (PEP 584) (#18967)
by Brandt Bucher
· 5 years ago
d648ef1
bpo-36144: Update os.environ and os.environb for PEP 584 (#18911)
by Charles Burkland
· 5 years ago
c00c86b
Fix syntax error in an example in the ast documentation and sync docstrings (GH-18946)
by Pablo Galindo
· 5 years ago
51796e5
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
by Benjamin Peterson
· 5 years ago
051b9d0
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
by Benjamin Peterson
· 5 years ago
d06eec2
tracemalloc: 'pretty top' example no longer changes the filename (GH-18903)
by Adam Johnson
· 5 years ago
13d52c2
bpo-34822: Simplify AST for subscription. (GH-9605)
by Serhiy Storchaka
· 5 years ago
8510f43
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
by Victor Stinner
· 5 years ago
8e9c47a
bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757)
by Pete Wicken
· 5 years ago
b7e9525
bpo-36287: Make ast.dump() not output optional fields and attributes with default values. (GH-18843)
by Serhiy Storchaka
· 5 years ago
fc72ab6
bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627)
by idomic
· 5 years ago
2522db1
bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)
by Terry Jan Reedy
· 5 years ago
db283b3
bpo-39567: Document audit for os.walk, os.fwalk, Path.glob and Path.rglob. (GH-18499)
by Serhiy Storchaka
· 5 years ago
4663f66
bpo-36144: Update MappingProxyType with PEP 584's operators (#18814)
by Brandt Bucher
· 5 years ago
02f64cb
bpo-39199: Use 'eval' mode for the examples with expression nodes (GH-18828)
by Pablo Galindo
· 5 years ago
57c9d17
bpo-36144: Implement defaultdict union (GH-18729)
by Brandt Bucher
· 5 years ago
ce305d6
IDLE doc: improve Startup failure subsection. (#18771)
by Jules Lasne (jlasne)
· 5 years ago
d4a09c1
Add a missing space after a period in 'typing.TypedDict' documentation (GH-18784)
by Miss Islington (bot)
· 5 years ago
67152d0
bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719)
by Brett Cannon
· 5 years ago
942f7a2
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767)
by Victor Stinner
· 5 years ago
469325c
bpo-35712: Make using NotImplemented in a boolean context issue a deprecation warning (GH-13195)
by MojoVampire
· 5 years ago
91fe414
bpo-39674: Update collections ABC deprecation doc (GH-18747)
by Victor Stinner
· 5 years ago
2110551
bpo-39775: inspect: Change Signature.parameters back to OrderedDict. (GH-18684)
by Inada Naoki
· 5 years ago
9f1cb1b
Fix misleading statement about mixed-type numeric comparisons (GH-18615)
by Mark Dickinson
· 5 years ago
114081f
bpo-39199: Add descriptions of non-deprecated nodes to the AST module documentation (GH-17812)
by Pablo Galindo
· 5 years ago
0b0d29f
Mention backports (GH-18715)
by Stefan Krah
· 5 years ago
815280e
bpo-39794: Add --without-decimal-contextvar (#18702)
by Stefan Krah
· 5 years ago
0aeab5c
bpo-39667: Sync zipp 3.0 (GH-18540)
by Jason R. Coombs
· 5 years ago
dc04a05
bpo-37534: Allow adding Standalone Document Declaration when generating XML documents (GH-14912)
by Henry Harutyunyan
· 5 years ago
0267335
bpo-39769: Fix compileall ddir for subpkgs. (GH-18676)
by Gregory P. Smith
· 5 years ago
c2f7eb2
bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598)
by Shantanu
· 5 years ago
916895f
bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)
by Terry Jan Reedy
· 5 years ago
Next »