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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-35930: Raising an exception raised in a "future" instance will create ref...
Miss Islington (bot)
2021-03-29
2
-15/+25
*
bpo-42988: Remove the pydoc getfile feature (GH-25015)
Miss Islington (bot)
2021-03-29
3
-24/+4
*
[3.8] bpo-31907: [doc] clarify that str.format() does not support arbitrary e...
Miss Islington (bot)
2021-03-28
1
-2/+2
*
[3.8] bpo-43617: Check autoconf-archive package in configure.ac (GH-25016) (G...
Christian Heimes
2021-03-27
6
-233/+299
*
bpo-39231: correct tutorial annotations section (GH-25029)
Miss Islington (bot)
2021-03-27
1
-1/+1
*
bpo-39616: clarify SSLContext.check_hostname effect (GH-18484)
Miss Islington (bot)
2021-03-27
1
-1/+1
*
bpo-43620: Remove reference to os.sep from os.path.join() doc (GH-25025, GH-5...
Miss Islington (bot)
2021-03-26
1
-5/+4
*
Clarify attribute docs on types.ModuleType (GH-24974)
Miss Islington (bot)
2021-03-23
1
-2/+30
*
bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...
Miss Islington (bot)
2021-03-21
4
-0/+29
*
bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)
Miss Islington (bot)
2021-03-18
3
-1/+31
*
bpo-43353: Document that logging.getLevelName() accepts string representation...
Mariusz Felisiak
2021-03-17
2
-10/+23
*
bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)
Miss Islington (bot)
2021-03-16
1
-11/+15
*
[3.8] bpo-43285: Whats New entry for 3.8.9. (GH-24889)
Gregory P. Smith
2021-03-16
1
-0/+9
*
[3.8] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881)
Gregory P. Smith
2021-03-15
3
-2/+42
*
Fix typo in the word "spaghetti" (GH-24866)
Miss Islington (bot)
2021-03-15
1
-1/+1
*
[3.8] [doc] Document logging.basicConfig default format (GH-23710) (GH-24847)
Andre Delfino
2021-03-15
1
-1/+3
*
bpo-43199: Briefly explain why no goto (GH-24852)
Miss Islington (bot)
2021-03-15
2
-1/+10
*
[3.8] bpo-43439: Wrapt the tuple in the audit events for the gc module (GH-24...
Pablo Galindo
2021-03-14
1
-2/+2
*
Update client.py (GH-24827)
Miss Islington (bot)
2021-03-13
1
-3/+0
*
Update link to Django's Context class. (GH-24805) (#24842)
Miss Islington (bot)
2021-03-13
2
-2/+2
*
[3.8] bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) (#24833)
Senthil Kumaran
2021-03-13
3
-3/+60
*
bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)
Miss Islington (bot)
2021-03-12
2
-4/+4
*
bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815)
Miss Islington (bot)
2021-03-10
1
-3/+13
*
[3.8] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24810)
Pablo Galindo
2021-03-10
5
-0/+49
*
bpo-43446: Fix markup in sqlite3 footnote (GH-24806)
Miss Islington (bot)
2021-03-09
1
-1/+1
*
bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795)
Miss Islington (bot)
2021-03-09
1
-1/+1
*
bpo-43415: Fix typo on dataclasses.rst (GH-24789) (GH-24791)
Miss Islington (bot)
2021-03-08
1
-1/+1
*
Put contextvars docs into the concurrency category (GH-24760)
Miss Islington (bot)
2021-03-06
2
-1/+1
*
[3.8] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tri...
Antoine Pitrou
2021-03-06
3
-15/+91
*
bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)
Miss Islington (bot)
2021-03-06
2
-4/+8
*
bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)
Miss Islington (bot)
2021-03-04
1
-25/+25
*
[3.8] bpo-37193: Remove thread objects which finished process its request (GH...
Miss Islington (bot)
2021-03-04
3
-12/+64
*
bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001)
Miss Islington (bot)
2021-03-03
3
-0/+50
*
[3.8] Pin test runner to Ubuntu 18 to un-break CI (GH-24715) (GH-24717)
Miss Islington (bot)
2021-03-03
1
-1/+1
*
bpo-42840: Document providing kwargs to type. (GH-24173)
Miss Islington (bot)
2021-03-01
1
-1/+8
*
[3.8] [doc] Document VIRTUAL_ENV environment variable (GH-21970) (GH-24363)
Miss Islington (bot)
2021-03-01
1
-0/+4
*
closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)
Miss Islington (bot)
2021-03-01
1
-1/+3
*
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)
Miss Islington (bot)
2021-03-01
2
-3/+4
*
closes bpo-43266: Improve array formatting. (GH-24573) (GH-24585)
Miss Islington (bot)
2021-03-01
1
-4/+4
*
bpo-36346: Document removal schedule of deprecate APIs (GH-20879) (#24626)
Miss Islington (bot)
2021-03-01
3
-8/+9
*
bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)
Miss Islington (bot)
2021-02-26
2
-2/+2
*
bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)
Miss Islington (bot)
2021-02-25
3
-6/+8
*
bpo-43293: Doc: move note about GIL to top of threading module (GH-24622)
Miss Islington (bot)
2021-02-24
1
-13/+13
*
[3.8] bpo-41841: prepare for 3.8.9 (GH-24635)
Terry Jan Reedy
2021-02-24
1
-3/+7
*
bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) (GH-24632)
Miss Islington (bot)
2021-02-24
4
-1/+25
*
bpo-23882: Doc: Clarify unittest discovery document (GH-21560)
Miss Islington (bot)
2021-02-22
1
-6/+12
*
bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
Inada Naoki
2021-02-22
3
-3/+46
*
bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604)
Miss Islington (bot)
2021-02-21
2
-36/+37
*
bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)
Miss Islington (bot)
2021-02-21
2
-2/+4
*
Fix typo in dis module doc (GH-24509)
Miss Islington (bot)
2021-02-20
1
-1/+1
[prev]
[next]