index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
Miss Islington (bot)
2020-05-30
1
-5/+6
*
Note the output ordering of combinatoric functions (GH-19732) (GH-20502)
Miss Islington (bot)
2020-05-28
1
-9/+9
*
bpo-40025: Require _generate_next_value_ to be defined before members(GH-19763)
Miss Islington (bot)
2020-05-27
1
-0/+4
*
[3.8] bpo-38580: Document that select() accepts iterables, not just sequences...
Tal Einat
2020-05-26
1
-3/+3
*
bpo-39301: State that floor division is used for right shift operations (GH-2...
Miss Islington (bot)
2020-05-26
1
-4/+2
*
bpo-40745: Fix typos in NewType docs (GH-20379)
Miss Islington (bot)
2020-05-26
1
-2/+2
*
closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() ...
Miss Islington (bot)
2020-05-26
1
-8/+8
*
bpo-40405: Fix asyncio.as_completed docs (GH-19753)
Miss Islington (bot)
2020-05-23
1
-5/+5
*
Reword aware/naive introduction sentence (GH-20175)
Miss Islington (bot)
2020-05-22
1
-1/+2
*
bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-GH-20139)...
Miss Islington (bot)
2020-05-21
1
-0/+2
*
bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145)
Miss Islington (bot)
2020-05-19
1
-4/+8
*
Doc: change 'Posix' for 'POSIX' (GH-20001)
Miss Islington (bot)
2020-05-17
2
-5/+5
*
Doc: move a dot outside double quotes (GH-20007)
Miss Islington (bot)
2020-05-17
1
-1/+1
*
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (GH-20098)
Miss Islington (bot)
2020-05-15
2
-4/+5
*
Make the first dataclass example more useful (GH-19994) (GH-19997)
Miss Islington (bot)
2020-05-08
1
-0/+2
*
Remove outdated and confusing advice about setting maxsize (GH-19889) (GH-19890)
Miss Islington (bot)
2020-05-04
1
-2/+1
*
Fix missing space in docs(GH-19866) (GH-19872)
Miss Islington (bot)
2020-05-03
1
-1/+1
*
bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers ...
Miss Islington (bot)
2020-05-02
1
-1/+2
*
[3.8] bpo-39435: Fix docs for pickle.loads (GH-18160) (GH-19843)
Antoine Pitrou
2020-05-01
1
-2/+2
*
bpo-39691: Clarify io.open_code behavior (GH-19824)
Miss Islington (bot)
2020-05-01
1
-4/+5
*
bpo-40387: Improve queue join() example. (GH-19724) (GH-19726)
Miss Islington (bot)
2020-04-27
1
-16/+12
*
Minor modernization and readability improvement to the tokenizer example (GH-...
Miss Islington (bot)
2020-04-22
1
-2/+6
*
Small improvements to the recipes and examples. (GH-19635) (GH-19638)
Miss Islington (bot)
2020-04-21
1
-30/+26
*
bpo-39285: Clarify example for PurePath.match (GH-19458)
Miss Islington (bot)
2020-04-19
1
-1/+3
*
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
Miss Islington (bot)
2020-04-18
1
-3/+3
*
Fix parameter names in assertIn() docs (GH-18829)
Miss Islington (bot)
2020-04-17
1
-3/+3
*
[3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701)
Miss Islington (bot)
2020-04-15
1
-0/+6
*
[3.8] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) (GH-19495)
Miss Islington (bot)
2020-04-13
1
-3/+3
*
bpo-38501: Add a warning section to multiprocessing.Pool docs about resource ...
Miss Islington (bot)
2020-04-11
1
-1/+12
*
bpo-36320: Use the deprecated-removed directive for _field_types (GH-19370)
Serhiy Storchaka
2020-04-04
1
-1/+1
*
bpo-40131: Fix source and target order in zipapp example (GH-19290) (GH-19339)
Miss Islington (bot)
2020-04-03
1
-1/+1
*
bpo-40122: Updated documentation for dis.findlabels() (GH-19274)
Miss Islington (bot)
2020-04-03
1
-1/+1
*
bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) (GH-19277)
Miss Islington (bot)
2020-04-01
1
-10/+24
*
Document most common signals (GH-19245) (GH-19257)
Victor Stinner
2020-03-31
1
-0/+106
*
fix comma location in various places (GH-19233)
Miss Islington (bot)
2020-03-30
5
-6/+6
*
bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-relat...
Miss Islington (bot)
2020-03-26
1
-0/+4
*
bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099) (GH-...
Miss Islington (bot)
2020-03-25
1
-1/+2
*
Clarify a guarantee of the logging module. (GH-19132)
Miss Islington (bot)
2020-03-24
1
-0/+1
*
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ...
Miss Islington (bot)
2020-03-21
1
-3/+4
*
bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929)
Miss Islington (bot)
2020-03-20
1
-0/+2
*
Fix "versionchanged" for pow named arguments (GH-19042) (GH-19079)
Miss Islington (bot)
2020-03-19
1
-1/+1
*
Link to list of keywords in the laguage reference (GH-18024)
Miss Islington (bot)
2020-03-14
1
-5/+6
*
bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` fo...
Miss Islington (bot)
2020-03-14
1
-1/+1
*
Fix syntax error in an example in the ast documentation and sync docstrings (...
Miss Islington (bot)
2020-03-12
1
-1/+1
*
tracemalloc: 'pretty top' example no longer changes the filename (GH-18903)
Miss Islington (bot)
2020-03-10
1
-3/+1
*
bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)
Miss Islington (bot)
2020-03-08
1
-1/+3
*
IDLE doc: improve Startup failure subsection. (GH-18771)
Miss Islington (bot)
2020-03-06
1
-7/+10
*
[3.8] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18783)
Miss Islington (bot)
2020-03-05
1
-1/+1
*
Add a missing space after a period in 'typing.TypedDict' documentation (GH-18...
Miss Islington (bot)
2020-03-05
1
-1/+1
*
Fix misleading statement about mixed-type numeric comparisons (GH-18615) (#18...
Miss Islington (bot)
2020-03-04
1
-2/+4
[prev]
[next]