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-34294: re module, fix wrong capturing groups in rare cases. (GH-11546)
animalize
2019-02-18
5
-1/+49
*
bpo-35704: Include correct NEWS entry (GH-11914)
Nick Coghlan
2019-02-18
2
-2/+4
*
bpo-35704: Prevent test_shutil fail result when AIX is 32-bit and MAXDATA < 0...
Michael Felt
2019-02-18
2
-0/+15
*
bpo-35942: Improve the error message if __fspath__ returns invalid types in p...
Pablo Galindo
2019-02-18
3
-9/+36
*
bpo-35992: Use PySequence_GetItem only if sq_item is not NULL (GH-11857)
Ivan Levkivskyi
2019-02-17
3
-3/+15
*
bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-9391)
Michael Felt
2019-02-17
2
-0/+10
*
bpo-36013: delete fragile interactive shell SIGINT test (GH-11902)
Gregory P. Smith
2019-02-17
1
-33/+7
*
Convert range to repeat for choices() (#11889)
Raymond Hettinger
2019-02-16
1
-3/+3
*
bpo-1054041: Exit properly after an uncaught ^C. (#11862)
Gregory P. Smith
2019-02-16
6
-6/+107
*
bpo-35884: Add missing FIFO queue benchmark (GH-11898)
Raymond Hettinger
2019-02-16
1
-1/+10
*
bpo-33234: Add another attribution in Whatsnew (GH-11899)
Raymond Hettinger
2019-02-16
1
-2/+2
*
bpo-32492: Add missing whatsnew entries for itemgetter and namedtuple (GH-11897)
Raymond Hettinger
2019-02-16
1
-0/+11
*
bpo-33089: Add math.dist() and math.hypot() to Whatsnew (GH-11896)
Raymond Hettinger
2019-02-16
1
-1/+8
*
bpo-35798: Fix duplicate SyntaxWarning: "is" with a literal. (GH-11639)
Serhiy Storchaka
2019-02-16
1
-3/+3
*
bpo-15248: Emit a compiler warning when missed a comma before tuple or list. ...
Serhiy Storchaka
2019-02-16
4
-6/+239
*
bpo-36007: Bump minimum sphinx version to 1.8 (GH-11887)
Anthony Sottile
2019-02-15
2
-2/+3
*
bpo-35984: _xxsubinterpreters: Fix memory leak in _channel_send() (GH-11845)
Alexey Izbyshev
2019-02-15
1
-0/+1
*
bpo-35931: Gracefully handle SyntaxError in pdb debug command (GH-11782)
Daniel Hahler
2019-02-15
3
-1/+16
*
Improve readability of random module examples (GH-11884)
Raymond Hettinger
2019-02-15
1
-2/+6
*
Fix the versionadded info for typing.NoReturn (GH-11880)
Jack Wilsdon
2019-02-15
1
-1/+1
*
bpo-36006: Fix versionchanged directive alignment in io module documentation ...
Emmanuel Arias
2019-02-15
1
-2/+2
*
bpo-35746: Credit Colin Read and Nicolas Edet (GH-11863)
Victor Stinner
2019-02-15
1
-1/+2
*
bpo-35994: add sub dir for sub2_tree in os.walk test if symlink is not suppor...
pxinwr
2019-02-15
1
-1/+1
*
bpo-30410: Documentation of sys.stdin/out/err update to reflect change in 3.6...
Lysandros Nikolaou
2019-02-14
1
-7/+24
*
Doc: Fix example in contextlib asynccontextmanager document (GH-8111)
kk
2019-02-14
0
-0/+0
*
bpo-35633: test_lockf() fails with "PermissionError: [Errno 13] Permission de...
Michael Felt
2019-02-14
1
-0/+4
*
bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)
Paul Monson
2019-02-14
46
-5/+959
*
closes bpo-35991: Fix a potential double free in Modules/_randommodule.c. (GH...
Zackery Spytz
2019-02-14
2
-1/+1
*
Fix typo: equivalent code of `async with cond` (GH-11681)
Kevin Mai-Husan Chia
2019-02-14
1
-2/+2
*
bpo-35500: align expected and actual calls on mock.assert_called_with error m...
Susan Su
2019-02-14
3
-9/+14
*
bpo-35887: Add make regen-importlib step to importlib._bootstrap docstring (G...
Nina Zakharenko
2019-02-13
1
-3/+3
*
bpo-35961: Fix a crash in slice_richcompare() (GH-11830)
Victor Stinner
2019-02-13
2
-24/+16
*
bpo-18283: Add support for bytes to shutil.which (GH-11818)
Cheryl Sabella
2019-02-13
4
-14/+45
*
Be consistent about the use of from-imports in random module (GH-11837)
Raymond Hettinger
2019-02-13
1
-4/+4
*
Remove stray quote in os.replace docstring. (GH-11556)
Anthony Sottile
2019-02-13
2
-4/+4
*
Fix potential memory leak in parsetok.c (GH-11832)
Pablo Galindo
2019-02-13
1
-1/+2
*
bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP po...
Matěj Cepl
2019-02-12
2
-0/+12
*
bpo-35972: _xxsubinterpreters: Fix potential integer truncation on 32-bit in ...
Alexey Izbyshev
2019-02-12
2
-3/+19
*
bpo-35960: Fix dataclasses.field throwing away empty metadata. (GH-11815)
Christopher Hunt
2019-02-12
3
-3/+15
*
bpo-35918: Remove broken has_key method and add test (#11819)
Rémi Lapeyre
2019-02-12
3
-3/+3
*
Complete switch cases in symtable.c; fixes bpo-35963 (GH-11821)
Guido van Rossum
2019-02-11
1
-0/+4
*
bpo-35378: Fix multiprocessing.Pool references (GH-11627)
Pablo Galindo
2019-02-11
3
-39/+80
*
bpo-35766 follow-up: Add an error check to new_type_comment() (#11766)
Guido van Rossum
2019-02-11
1
-0/+2
*
bpo-22062: Updated docstring and documentation for pathlib (GH-8519)
Eivind Teig
2019-02-11
3
-5/+7
*
Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810)
Julien Palard
2019-02-10
1
-1/+1
*
Fix compiler warning about non initialised variable (GH-11806)
Pablo Galindo
2019-02-10
1
-2/+2
*
Fix division by 0 when checking for overflow in math.prod (GH-11808)
Pablo Galindo
2019-02-10
2
-2/+6
*
Fix compiler warnings about end_col_offset and end_lineno (GH-11735)
Ivan Levkivskyi
2019-02-10
1
-5/+2
*
Fix broken :ref: in asyncio docs (GH-11805)
Pablo Galindo
2019-02-10
1
-1/+1
*
Make sure the BaseManager in test_multiprocessing is cleaned up correctly (GH...
Pablo Galindo
2019-02-09
1
-15/+20
[prev]
[next]