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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40321: Add missing test, slightly expand documentation (GH-28760)
Łukasz Langa
2021-10-06
1
-2/+6
*
bpo-34804: [doc] Rephrase section on side effects in functional.rst for clari...
DonnaDia
2021-10-06
1
-5/+4
*
bpo-40321: Support HTTP response status code 308 in urllib.request (#19588)
Jochem Schulenklopper
2021-10-06
1
-0/+6
*
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss
2021-10-05
16
-22/+22
*
[doc] Fix gethostbyname_ex description (GH-28700)
Andre Delfino
2021-10-05
1
-2/+2
*
bpo-28206: Document signals Handlers, Sigmasks and Signals enums (GH-28628)
Bibo-Joshi
2021-10-04
1
-5/+30
*
bpo-45346: Keep docs consistent regarding true and false values (GH-28697)
Raymond Hettinger
2021-10-02
2
-5/+5
*
bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (#28687)
Terry Jan Reedy
2021-10-02
2
-7/+7
*
sqlite3: Modernize documentation around unicode and bytes. (GH-28652)
Julien Palard
2021-10-01
2
-4/+4
*
bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)
Nikita Sobolev
2021-10-01
1
-0/+27
*
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28662)
Victor Stinner
2021-10-01
1
-0/+10
*
Fix doctest doc examples for syntax errors (GH-28486)
andrei kulakov
2021-09-29
1
-11/+10
*
bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566)
zhanpon
2021-09-29
1
-0/+1
*
[docs] Use full names for time units (GH-28611)
Serhiy Storchaka
2021-09-29
8
-15/+15
*
[docs] Improve the markup of powers (GH-28598)
Serhiy Storchaka
2021-09-28
10
-24/+24
*
[doc] fix minor typo for argparse (GH-28451)
Louis Sautier
2021-09-28
1
-1/+1
*
Fix typo in whatsnew: "ns" is 10^-9 secs and "us" is 10^-6 secs. (GH-28565)
Jörn Heissler
2021-09-28
1
-2/+2
*
bpo-21302: Add nanosleep() implementation for time.sleep() in Unix (GH-28545)
Victor Stinner
2021-09-25
2
-10/+13
*
bpo-43914: Whats New 310: add new SyntaxError attributes (GH-28558)
Terry Jan Reedy
2021-09-25
1
-1/+6
*
bpo-45277: Fix typo in codecs doc (GH-28555)
Terry Jan Reedy
2021-09-25
1
-1/+1
*
bpo-44019: Add missing comma to operator.call doc (GH-28551)
Terry Jan Reedy
2021-09-24
1
-1/+1
*
bpo-44019: Implement operator.call(). (GH-27888)
Antony Lee
2021-09-24
2
-0/+19
*
bpo-38623: Add note about site module (site-packages) (GH-16974)
Peter Bittner
2021-09-23
1
-1/+2
*
[docs] Update documentation for `multiprocessing.get_start_method` (GH-18170)
Sam Sneddon
2021-09-23
1
-1/+7
*
Fix legacy logging module URL (GH-28528)
Sean Leavey
2021-09-23
1
-1/+1
*
bpo-43760: Document PyThreadState.use_tracing removal (GH-28527)
Victor Stinner
2021-09-23
1
-0/+3
*
bpo-41137: Reorganize What's New in Python 3.11 (GH-28518)
Victor Stinner
2021-09-23
1
-78/+77
*
bpo-39549: reprlib.Repr uses a “fillvalue” attribute (GH-18343)
Alexander Böhn
2021-09-22
1
-0/+8
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Serhiy Storchaka
2021-09-22
29
-69/+69
*
bpo-21302: time.sleep() uses waitable timer on Windows (GH-28483)
Victor Stinner
2021-09-22
2
-13/+31
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-21
4
-4/+4
*
bpo-45246: Document that sorted() only uses "<" comparisons (GH-28494)
Raymond Hettinger
2021-09-21
1
-0/+9
*
Docs: Clarify the before_and_after() example (GH-28458)
Raymond Hettinger
2021-09-20
1
-3/+4
*
bpo-30637: Improve the docs of ast.parse regarding differences with compile()...
Pablo Galindo Salgado
2021-09-19
1
-0/+13
*
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
Serhiy Storchaka
2021-09-19
1
-1/+1
*
bpo-45198: __set_name__ documentation not clear about its usage with non-desc...
Raymond Hettinger
2021-09-18
1
-29/+34
*
Fix minor typo in Doc/c-api/type.rst (GH-28432)
Konstantin Popov
2021-09-18
1
-1/+1
*
[doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660)
Emmanuel Arias
2021-09-17
1
-1/+2
*
bpo-42038: fix description of returned list of lines (GH-27529)
andrei kulakov
2021-09-17
1
-6/+6
*
[doc] Add a missing apostrophe in a code example in venv.rst (GH-28391)
Arkaprabha Chakraborty
2021-09-17
1
-1/+1
*
bpo-45116: Py_DEBUG ignores Py_ALWAYS_INLINE (GH-28419)
Victor Stinner
2021-09-17
1
-0/+3
*
bpo-45116: Add the Py_ALWAYS_INLINE macro (GH-28390)
Victor Stinner
2021-09-17
1
-0/+19
*
bpo-45217: adds note that `allow_no_value` in `configparser` is optional (GH-...
Nikita Sobolev
2021-09-17
1
-1/+2
*
bpo-45162: Remove many old deprecated unittest features (GH-28268)
Serhiy Storchaka
2021-09-17
3
-50/+30
*
Fix typo and add a module prefix (GH-28401)
Raymond Hettinger
2021-09-17
1
-2/+2
*
docs: correct references to __isub__ etc (GH-28297)
David Hewitt
2021-09-16
1
-132/+132
*
bpo-45155 : Default arguments for int.to_bytes(length=1, byteorder=sys.byteor...
Barry Warsaw
2021-09-16
1
-17/+27
*
bpo-39710: Remove Python 2-specific sentence from calendar documentation (GH-...
Hubert Badocha
2021-09-15
1
-4/+1
*
bpo-45089: Improve sqlite3 trace callback docs (GH-28238)
Erlend Egeberg Aasland
2021-09-15
1
-5/+13
*
bpo-5846: Deprecate obsolete methods in `unittest` (GH-28299)
Erlend Egeberg Aasland
2021-09-15
1
-0/+15
[next]