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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-1054041: Exit properly after an uncaught ^C. (#11862)
Gregory P. Smith
2019-02-16
1
-4/+57
*
bpo-15248: Emit a compiler warning when missed a comma before tuple or list. ...
Serhiy Storchaka
2019-02-16
1
-0/+87
*
bpo-35931: Gracefully handle SyntaxError in pdb debug command (GH-11782)
Daniel Hahler
2019-02-15
2
-1/+15
*
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-35633: test_lockf() fails with "PermissionError: [Errno 13] Permission de...
Michael Felt
2019-02-14
1
-0/+4
*
bpo-35500: align expected and actual calls on mock.assert_called_with error m...
Susan Su
2019-02-14
2
-9/+13
*
bpo-35887: Add make regen-importlib step to importlib._bootstrap docstring (G...
Nina Zakharenko
2019-02-13
1
-3/+3
*
bpo-18283: Add support for bytes to shutil.which (GH-11818)
Cheryl Sabella
2019-02-13
2
-14/+41
*
Be consistent about the use of from-imports in random module (GH-11837)
Raymond Hettinger
2019-02-13
1
-4/+4
*
bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP po...
Matěj Cepl
2019-02-12
1
-0/+10
*
bpo-35972: _xxsubinterpreters: Fix potential integer truncation on 32-bit in ...
Alexey Izbyshev
2019-02-12
1
-1/+13
*
bpo-35960: Fix dataclasses.field throwing away empty metadata. (GH-11815)
Christopher Hunt
2019-02-12
2
-3/+13
*
bpo-35918: Remove broken has_key method and add test (#11819)
Rémi Lapeyre
2019-02-12
2
-3/+1
*
bpo-35378: Fix multiprocessing.Pool references (GH-11627)
Pablo Galindo
2019-02-11
2
-39/+74
*
bpo-22062: Updated docstring and documentation for pathlib (GH-8519)
Eivind Teig
2019-02-11
1
-2/+3
*
Fix division by 0 when checking for overflow in math.prod (GH-11808)
Pablo Galindo
2019-02-10
1
-0/+4
*
Make sure the BaseManager in test_multiprocessing is cleaned up correctly (GH...
Pablo Galindo
2019-02-09
1
-15/+20
*
Do not retain references to processes and managers in TestSyncManagerTypes (G...
Pablo Galindo
2019-02-09
1
-0/+2
*
bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799)
Terry Jan Reedy
2019-02-09
2
-14/+34
*
Rework tuple hash tests. (GH-10161)
Tim Peters
2019-02-08
2
-84/+308
*
Complete and neaten-up namedtuple's replacement of builtin function lookups w...
Raymond Hettinger
2019-02-08
1
-6/+3
*
bpo-35615: Fix crashes when copying a Weak{Key,Value}Dictionary. (GH-11384)
Fish
2019-02-07
2
-16/+102
*
bpo-35911: add cell constructor (GH-11771)
Pierre Glaser
2019-02-07
2
-0/+16
*
bpo-24209: In http.server script, rely on getaddrinfo to bind to preferred ad...
Jason R. Coombs
2019-02-07
2
-23/+75
*
bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772)
Giampaolo Rodola
2019-02-07
1
-0/+246
*
bpo-35606: Implement math.prod (GH-11359)
Pablo Galindo
2019-02-07
1
-0/+31
*
email: use dict instead of OrderedDict (GH-11709)
Inada Naoki
2019-02-05
1
-2/+1
*
asyncio: use dict instead of OrderedDict (GH-11710)
Inada Naoki
2019-02-05
1
-1/+1
*
bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)
Steve Dower
2019-02-05
4
-13/+36
*
bpo-35321: Set the spec origin to frozen in frozen modules (#11732)
Nina Zakharenko
2019-02-05
2
-2/+15
*
bpo-32417: Make timedelta arithmetic respect subclasses (#10902)
Paul Ganssle
2019-02-04
2
-15/+78
*
Merge tag 'v3.8.0a1'
Łukasz Langa
2019-02-04
1
-827/+1128
|
\
|
*
[pydoc] Regenerate topics for v3.8.0a1
Łukasz Langa
2019-02-03
1
-827/+1128
*
|
bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)
Steve Dower
2019-02-04
5
-23/+31
*
|
bpo-35692: pathlib no longer raises when checking file and directory existenc...
Steve Dower
2019-02-04
1
-9/+18
|
/
*
bpo-29734: nt._getfinalpathname handle leak (GH-740)
Mark Becwar
2019-02-02
1
-0/+56
*
bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730)
Stefan Krah
2019-02-02
1
-0/+15
*
bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one charac...
Tzu-ping Chung
2019-02-02
1
-2/+25
*
bpo-35813: Added shared_memory submodule of multiprocessing. (#11664)
Davin Potts
2019-02-02
1
-0/+573
*
bpo-35877: Add test for while loop named expression without parentheses (GH-1...
Emily Morehouse
2019-02-01
1
-1/+7
*
bpo-35877: Make parenthesis optional for named expression in while statement ...
Xtreak
2019-02-01
1
-0/+1
*
bpo-35864: fix namedtuple._asdict() docstring (GH-11720)
Amador Pahim
2019-02-01
1
-1/+1
*
bpo-35861: Fix SyntaxWarning in test_named_expressions.py (GH-11722)
Joannah Nanjekye
2019-02-01
1
-1/+1
*
bpo-35537: Skip test_start_new_session() of posix_spawn (GH-11718)
Victor Stinner
2019-02-01
1
-0/+2
*
bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH...
Joannah Nanjekye
2019-02-01
1
-0/+16
*
Consistently move the misses update to just before the user function call (GH...
Raymond Hettinger
2019-01-31
1
-3/+3
*
bpo-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum
2019-01-31
6
-73/+380
*
bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708)
Raymond Hettinger
2019-01-31
1
-1/+3
*
bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014)
Michael Selik
2019-01-31
1
-2/+1
*
bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)
Steve Dower
2019-01-30
2
-18/+44
[next]