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
*
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka
2019-11-12
38
-166/+166
*
bpo-38421: Update email.utils documentation (GH-16678)
David K
2019-11-12
1
-2/+2
*
bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111)
Raymond Hettinger
2019-11-12
1
-9/+9
*
bpo-38565: add new cache_parameters method for lru_cache (GH-16916)
Manjusaka
2019-11-12
1
-0/+8
*
bpo-38771: Explict test for None in code example (GH-17108)
Jonathan Scholbach
2019-11-12
1
-1/+1
*
bpo-38438: Simplify argparse "star nargs" usage. (GH-17106)
Brandt Bucher
2019-11-11
2
-4/+4
*
bpo-38382: Document the early-out behavior for a zero (GH-17037)
Raymond Hettinger
2019-11-07
1
-1/+6
*
closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
Benjamin Peterson
2019-11-06
1
-1/+11
*
bpo-38692: Add os.pidfd_open. (GH-17063)
Benjamin Peterson
2019-11-06
1
-0/+13
*
bpo-38696: Fix usage example of HTTPStatus (GH-17066)
Ammar Askar
2019-11-05
1
-1/+1
*
bpo-38388: Document pickle protocol version 5 (GH-16639)
Dima Tisnek
2019-11-03
1
-1/+5
*
Convert argument to snake_case (GH-16990)
Борис Верховский
2019-11-02
1
-2/+2
*
Slightly improve plistlib test coverage. (GH-17025)
Jon Janzen
2019-11-01
1
-1/+1
*
Update the URL for the requests package (GH-17006)
Simon Legner
2019-10-31
2
-2/+2
*
bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16...
Anthony Sottile
2019-10-31
1
-0/+26
*
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka
2019-10-30
4
-9/+9
*
bpo-38614: Add timeout constants to test.support (GH-16964)
Victor Stinner
2019-10-30
1
-0/+61
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
1
-1/+1
*
bpo-37330: open() no longer accept 'U' in file mode (GH-16959)
Victor Stinner
2019-10-28
3
-15/+11
*
bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956)
Dong-hee Na
2019-10-28
1
-0/+2
*
bpo-38434: Fixes some audit event documentation (GH-16932)
Steve Dower
2019-10-26
2
-8/+15
*
bpo-30618: add readlink to pathlib.Path (GH-8285)
Girts
2019-10-23
1
-0/+14
*
bpo-38466: Fix threading.excepthook doc (GH-16891)
Daniel Baskal
2019-10-22
1
-2/+2
*
bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821)
Dong-hee Na
2019-10-21
1
-0/+5
*
bpo-38531: document extend action's added version (GH-16865)
Batuhan Taşkaya
2019-10-20
1
-0/+2
*
Remove doc reference to unmaitained Nose package (GH-16849)
Jon Dufresne
2019-10-19
1
-2/+2
*
bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)
Gregory P. Smith
2019-10-18
1
-3/+5
*
bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)
Julien Danjou
2019-10-15
1
-0/+15
*
bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768)
Stein Karlsen
2019-10-14
1
-1/+6
*
bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757)
Raymond Hettinger
2019-10-14
1
-1/+1
*
bpo-38467: Fix argument name of typing functions (GH-16753)
Sebastian Rittau
2019-10-13
1
-2/+2
*
bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-...
Ivan Levkivskyi
2019-10-13
1
-2/+2
*
bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742)
Serhiy Storchaka
2019-10-13
1
-9/+12
*
bpo-38417: Add umask support to subprocess (GH-16726)
Gregory P. Smith
2019-10-12
1
-3/+9
*
bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)
Samuel Colvin
2019-10-12
1
-0/+6
*
docs: Add asyncio source code links (GH-16640)
Kyle Stanley
2019-10-10
11
-4/+54
*
bpo-32996: Documentation fix-up. (GH-16646)
M. Eric Irrgang
2019-10-10
1
-3/+4
*
bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (G...
Ricardo Bánffy
2019-10-07
1
-3/+5
*
bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)
Adam J. Stewart
2019-10-07
1
-1/+4
*
bpo-38235: Correct some arguments names in logging documentation (GH-16571)
Ashley Whetter
2019-10-04
1
-17/+17
*
bpo-32689: Updates shutil.move to allow for Path objects to be used as source...
Maxwell A McKinnon
2019-10-01
1
-0/+3
*
Fix and improve `asyncio.run()` docs (GH-16403)
Kyle Stanley
2019-10-01
1
-4/+2
*
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)
Yury Selivanov
2019-09-30
4
-532/+74
*
bpo-38163: Child mocks detect their type as sync or async (GH-16471)
Lisa Roach
2019-09-30
1
-1/+27
*
bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-...
Pascal Chambon
2019-09-28
1
-2/+3
*
bpo-38244: [Documentation] Fix unreliable link to sever in ftplib.rst (#16319)
Prateek Nayak
2019-09-26
1
-1/+1
*
Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271)
Stéphane Wirtel
2019-09-26
1
-1/+2
*
bpo-38112: Compileall improvements (GH-16012)
Lumír 'Frenzy' Balhar
2019-09-26
1
-1/+38
*
bpo-38255: super() can search attributes as well as methods (GH-16368)
Raymond Hettinger
2019-09-25
1
-0/+4
*
bpo-38260: Add Docs on asyncio.run (GH-16337)
Emmanuel Arias
2019-09-25
1
-0/+12
[next]