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
...
*
Fix misindented yaml in logging how to example (GH-8604)
Miss Islington (bot)
2018-08-13
1
-3/+3
*
Fix the versionadded indentation in exec_module doc (GH-8719)
Miss Islington (bot)
2018-08-12
1
-1/+1
*
bpo-34379: Doc: Move note for json.dump (GH-8730)
Miss Islington (bot)
2018-08-11
1
-6/+5
*
closes bpo-34377: Update Valgrind suppressions. (GH-8729)
Miss Islington (bot)
2018-08-11
2
-11/+14
*
bpo-26818: Add a test to make sure the bug is fixed (GH-8664)
Miss Islington (bot)
2018-08-11
1
-0/+22
*
bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663)
Miss Islington (bot)
2018-08-11
3
-1/+5
*
bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678)
Miss Islington (bot)
2018-08-10
2
-6/+18
*
Doc: add missing capture_output arg to subprocess.run() signature (GH-8374)
Miss Islington (bot)
2018-08-09
1
-2/+2
*
Improve grammar of asynchronous iterator glossary entry (GH-8657)
Miss Islington (bot)
2018-08-09
1
-3/+3
*
bpo-34324: Doc README wrong directory name for venv (GH-8650)
Miss Islington (bot)
2018-08-09
1
-1/+1
*
Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH...
Miss Islington (bot)
2018-08-07
1
-23/+23
*
bpo-34335: Use async/await syntax in documentation examples (GH-8674)
Miss Islington (bot)
2018-08-07
2
-4/+2
*
VSTS: Skip build steps when only docs have changed (GH-8546)
Miss Islington (bot)
2018-08-07
5
-1/+87
*
bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)
Miss Islington (bot)
2018-08-07
3
-1/+22
*
Fix HTML formatting in datamodel.rst (GH-8693)
Miss Islington (bot)
2018-08-06
1
-3/+3
*
bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645)
Miss Islington (bot)
2018-08-06
1
-1/+2
*
bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8...
Miss Islington (bot)
2018-08-06
2
-181/+182
*
bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (GH-8673)
Miss Islington (bot)
2018-08-06
1
-4/+4
*
bpo-19891: Ignore error while writing history file (GH-8483)
Miss Islington (bot)
2018-08-06
2
-1/+12
*
bpo-34336: Don't promote possibility to leave out typing.Optional (GH-8677)
Miss Islington (bot)
2018-08-05
1
-4/+12
*
[3.7] bpo-34247: Fix Python 3.7 initialization (#8659)
Victor Stinner
2018-08-05
10
-162/+781
*
bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-...
Miss Islington (bot)
2018-08-05
7
-144/+416
*
Fix reST markup in unittest documentation (GH-8665)
Miss Islington (bot)
2018-08-03
1
-1/+1
*
bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)
Miss Islington (bot)
2018-08-03
2
-3/+9
*
Fix docstring of Profiler class (GH-8651)
Miss Islington (bot)
2018-08-03
2
-4/+4
*
Improve the grammar in `range` documentation. (GH-8628)
Miss Islington (bot)
2018-08-03
1
-1/+1
*
bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639)
Miss Islington (bot)
2018-08-03
2
-0/+3
*
bpo-34317: Fix a dead url to Windows documentation (GH-8622)
Miss Islington (bot)
2018-08-03
1
-1/+1
*
Update list.remove(x) documentation (GH-8636)
Miss Islington (bot)
2018-08-03
1
-2/+2
*
bpo-30317: Fix multiprocessing test_timeout() (GH-8621)
Miss Islington (bot)
2018-08-03
1
-3/+4
*
bpo-27910: Update documentation of traceback module (GH-6116)
Miss Islington (bot)
2018-08-02
2
-30/+35
*
bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616)
Miss Islington (bot)
2018-08-02
1
-2/+4
*
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)
Miss Islington (bot)
2018-08-02
6
-0/+10
*
[3.7] bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-85...
Miss Islington (bot)
2018-07-31
2
-1/+6
*
bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)
Miss Islington (bot)
2018-07-31
5
-32/+114
*
[3.7] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-...
Serhiy Storchaka
2018-07-31
12
-271/+223
*
Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generat...
Miss Islington (bot)
2018-07-31
7
-36/+12
*
bpo-27671: Update FAQ about why len is function (GH-8432)
Miss Islington (bot)
2018-07-31
1
-18/+19
*
bpo-33833: Fix ProactorSocketTransport AssertionError (GH-7893)
Miss Islington (bot)
2018-07-30
3
-0/+19
*
Use 'for example' instead of 'in other words' in compound statement doc (GH-8...
Miss Islington (bot)
2018-07-30
1
-1/+1
*
Fix typos & formatting in Using Python on Windows doc (GH-8559)
Miss Islington (bot)
2018-07-30
1
-4/+4
*
bpo-34217: Use lowercase header for Windows (GH-8453)
Miss Islington (bot)
2018-07-30
2
-2/+2
*
bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527)
Miss Islington (bot)
2018-07-29
4
-4/+9
*
bpo-34182: Fix test_pydoc running as a script. (GH-8389)
Miss Islington (bot)
2018-07-29
1
-1/+2
*
bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)
Miss Islington (bot)
2018-07-29
3
-22/+26
*
bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475)
Steve Dower
2018-07-29
2
-0/+5
*
bpo-8145: Improve isolation_level documentation (GH-8499)
Steve Dower
2018-07-29
1
-14/+22
*
Updated MSI README to mention dependency on .NET 3.5. (GH-8375)
Miss Islington (bot)
2018-07-29
1
-0/+8
*
bpo-33666: Add what's new entry for os.errno removal (GH-8497) (GH-8526)
Miss Islington (bot)
2018-07-29
1
-0/+6
*
bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. ...
Miss Islington (bot)
2018-07-29
3
-2/+11
[prev]
[next]