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-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991)
Miss Islington (bot)
2019-06-12
10
-1/+171
*
bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985)
Miss Islington (bot)
2019-06-12
1
-4/+4
*
[3.7] bpo-36520: Email header folded incorrectly (GH-13608) (GH-13910)
Abhilash Raj
2019-06-11
3
-0/+133
*
Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980)
Miss Islington (bot)
2019-06-11
1
-0/+2
*
closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977)
Miss Islington (bot)
2019-06-11
1
-2/+2
*
bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)
Miss Islington (bot)
2019-06-11
2
-6/+34
*
[3.7] bpo-37219: Remove erroneous optimization for differencing an empty set ...
Raymond Hettinger
2019-06-11
3
-8/+7
*
[3.7] bpo-37216: Fix version and filename in Mac using document (GH-13963)
Makdon
2019-06-11
1
-2/+2
*
closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing o...
Miss Islington (bot)
2019-06-11
1
-1/+1
*
Stop using deprecated logging API in Sphinx suspicious checker (GH-9875)
Miss Islington (bot)
2019-06-09
1
-4/+6
*
bpo-37173: Show passed class in inspect.getfile error (GH-13861)
Miss Islington (bot)
2019-06-08
3
-3/+22
*
bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727)
Miss Islington (bot)
2019-06-08
2
-2/+7
*
bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907)
Miss Islington (bot)
2019-06-08
1
-0/+8
*
[3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...
Zackery Spytz
2019-06-07
4
-4/+29
*
Use assertEqual(). (#13886)
Miss Islington (bot)
2019-06-07
1
-2/+2
*
IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876)
Miss Islington (bot)
2019-06-07
1
-2/+2
*
bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (GH-13881) (#13882)
Miss Islington (bot)
2019-06-07
2
-1/+16
*
bpo-37177: make IDLE's search dialogs transient (GH-13869)
Miss Islington (bot)
2019-06-07
3
-5/+10
*
bpo-21315: Fix parsing of encoded words with missing leading ws. (GH-13425) (...
Miss Islington (bot)
2019-06-06
4
-3/+49
*
Don't report deleted attributes in __dir__ (GHGH-10148)
Miss Islington (bot)
2019-06-06
3
-2/+15
*
bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598)
Miss Islington (bot)
2019-06-05
3
-1/+13
*
bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)
Miss Islington (bot)
2019-06-05
3
-61/+69
*
Doc: Python 3.9 in sidebar and version switcher. (GH-13824)
Miss Islington (bot)
2019-06-04
2
-2/+4
*
bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816) ...
Miss Islington (bot)
2019-06-04
2
-2/+6
*
bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812)
Miss Islington (bot)
2019-06-04
2
-8/+9
*
bpo-30699: Improve example on datetime tzinfo instances (GH-4290)
Miss Islington (bot)
2019-06-04
1
-51/+60
*
bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)
Miss Islington (bot)
2019-06-03
2
-3/+4
*
[3.7] bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) (GH-13782)
Miss Islington (bot)
2019-06-03
5
-8/+9
*
Doc fix: duplicate object description of email.message (GH-13742)
Miss Islington (bot)
2019-06-03
1
-0/+1
*
IDLE: Fix typos in docs and comments (GH-13749)
Miss Islington (bot)
2019-06-03
11
-11/+11
*
Fix variable name copy/paste error in build-installer.py (GH-13038)
Miss Islington (bot)
2019-06-03
1
-1/+1
*
[3.7] bpo-27987: align PyGC_Head to alignof(long double) (GH-13335) (GH-13581)
Inada Naoki
2019-06-03
2
-1/+7
*
bpo-19184: Update the documentation of dis module. (GH-13652) (GH-13755)
Miss Islington (bot)
2019-06-02
1
-3/+7
*
bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-1...
Miss Islington (bot)
2019-06-02
3
-5/+7
*
bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)
Miss Islington (bot)
2019-06-02
8
-13/+13
*
Improve version added references in `typing` module docs (GH-13457)
Miss Islington (bot)
2019-06-02
2
-4/+19
*
bpo-32411: IDLE: Remove line number sort in browser.py (GH-5011)
Miss Islington (bot)
2019-06-01
4
-17/+22
*
Fix the error handling in bytesio_sizeof(). (GH-10459)
Miss Islington (bot)
2019-06-01
1
-2/+7
*
Doc: Correct the creation year and the credits of the Logo Programming langua...
Miss Islington (bot)
2019-06-01
1
-2/+2
*
bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113)
Miss Islington (bot)
2019-06-01
3
-0/+14
*
bpo-18911: clarify that the minidom XML writer receives texts but not bytes (...
Miss Islington (bot)
2019-06-01
1
-5/+6
*
bpo-15115: Document deprecation of email.encoders in Python 3 (GH-5354)
Miss Islington (bot)
2019-05-31
1
-0/+5
*
bpo-33361: Fix bug with seeking in StreamRecoders (GH-8278)
Miss Islington (bot)
2019-05-31
3
-0/+33
*
bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None ...
Miss Islington (bot)
2019-05-31
3
-1/+12
*
bpo-25735: math.factorial doc should mention integer return type (GH-6420)
Miss Islington (bot)
2019-05-31
2
-1/+2
*
bpo-37094: Add example for TestCase.skipTest in unittest doc (GH-13645)
Miss Islington (bot)
2019-05-31
1
-4/+12
*
IDLE - Capitalize search dialogs' 'Close' button label. (GH-13691)
Miss Islington (bot)
2019-05-31
2
-2/+3
*
bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761)
Miss Islington (bot)
2019-05-30
1
-5/+6
*
bpo-24564: shutil.copystat(): ignore EINVAL on os.setxattr() (GH-13369)
Miss Islington (bot)
2019-05-30
2
-2/+6
*
[3.7] bpo-36983: Fix typing.__all__ and add test for exported names (GH-13456...
Anthony Sottile
2019-05-30
3
-0/+29
[prev]
[next]