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
*
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
*
subprocess: close pipes/fds by using ExitStack (GH-11686)
Giampaolo Rodola
2019-01-29
1
-17/+18
*
Fast path for int inputs to math.dist() and math.hypot() (GH-11692)
Raymond Hettinger
2019-01-28
1
-1/+10
*
Fix docstr/comment typos in _use_posix_spawn(). (GH-11684)
Gregory P. Smith
2019-01-26
1
-11/+10
*
bpo-35780: Fix errors in lru_cache() C code (GH-11623)
Raymond Hettinger
2019-01-26
2
-5/+35
*
bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)
Steve Dower
2019-01-25
2
-1/+21
*
bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-1...
Ivan Levkivskyi
2019-01-25
2
-1/+10
*
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse
2019-01-24
7
-49/+506
*
bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523)
Rémi Lapeyre
2019-01-24
2
-1/+10
*
bpo-35767: Fix unittest.loader to allow partials as test_functions (#11600)
Jason Fried
2019-01-23
2
-1/+19
*
bpo-35537: subprocess can use posix_spawn with pipes (GH-11575)
Victor Stinner
2019-01-23
1
-28/+64
*
bpo-35726: Prevented QueueHandler formatting from affecting other handlers (G...
Manjusaka
2019-01-23
1
-0/+3
*
bpo-35683: Improve Azure Pipelines steps (GH-11493)
Steve Dower
2019-01-22
3
-2/+9
*
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi
2019-01-22
4
-31/+431
*
bpo-35782: Fix error message in randrange (GH-11620)
Kumar Akshay
2019-01-21
1
-1/+1
*
bpo-35794: Catch PermissionError in test_no_such_executable (GH-11635)
Pablo Galindo
2019-01-21
1
-1/+3
*
bpo-35772: Fix test_tarfile on ppc64 (GH-11606)
Victor Stinner
2019-01-21
2
-2/+9
*
bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057)
Pablo Galindo
2019-01-21
2
-4/+30
*
bpo-35699: fix distuils cannot detect Build Tools 2017 anymore (GH-11495)
Marc Schlaich
2019-01-20
1
-0/+1
*
bpo-35770: Fix off-by-1 error. (#11618)
Terry Jan Reedy
2019-01-18
1
-1/+1
*
bpo-35733: Make isinstance(ast.Constant(boolean), ast.Num) be false. (GH-11547)
Anthony Sottile
2019-01-18
2
-1/+11
*
bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614)
Terry Jan Reedy
2019-01-18
2
-1/+6
*
bpo-35045: Accept TLSv1 default in min max test (GH-11510)
Christian Heimes
2019-01-18
1
-2/+5
*
bpo-35283: Update the docstring of threading.Thread.join method (GH-11596)
Dong-hee Na
2019-01-18
1
-1/+1
*
bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled' (GH...
Terry Jan Reedy
2019-01-18
2
-2/+4
*
bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642)
Serhiy Storchaka
2019-01-18
2
-11/+36
*
bpo-35730: IDLE - test squeezer reload() by checking load_font() (GH-11585)
Tal Einat
2019-01-18
1
-7/+3
*
bpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597)
Terry Jan Reedy
2019-01-17
1
-0/+15
*
bpo-33687: Fix call to os.chmod() in uu.decode() (GH-7282)
Timo Furrer
2019-01-17
2
-4/+20
*
bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570)
David H
2019-01-17
2
-1/+7
*
bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454)
Dong-hee Na
2019-01-17
3
-4/+13
*
Revert "bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)" (GH-11582)
Victor Stinner
2019-01-16
2
-12/+4
[next]