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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35615: Fix crashes when copying a Weak{Key,Value}Dictionary. (GH-11384)
Fish
2019-02-07
1
-0/+3
*
bpo-35911: add cell constructor (GH-11771)
Pierre Glaser
2019-02-07
1
-0/+3
*
bpo-24209: In http.server script, rely on getaddrinfo to bind to preferred ad...
Jason R. Coombs
2019-02-07
1
-0/+1
*
bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772)
Giampaolo Rodola
2019-02-07
1
-0/+3
*
bpo-35606: Implement math.prod (GH-11359)
Pablo Galindo
2019-02-07
1
-0/+3
*
bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)
Steve Dower
2019-02-05
1
-0/+2
*
bpo-35321: Set the spec origin to frozen in frozen modules (#11732)
Nina Zakharenko
2019-02-05
1
-0/+1
*
bpo-32417: Make timedelta arithmetic respect subclasses (#10902)
Paul Ganssle
2019-02-04
1
-0/+6
*
Merge tag 'v3.8.0a1'
Łukasz Langa
2019-02-04
886
-1857/+8977
|
\
|
*
[blurb] v3.8.0a1
Łukasz Langa
2019-02-03
886
-1857/+8977
*
|
bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)
Steve Dower
2019-02-04
2
-0/+2
*
|
bpo-35692: pathlib no longer raises when checking file and directory existenc...
Steve Dower
2019-02-04
1
-0/+2
|
/
*
bpo-35884: Add variable access benchmarking script (GH-11725)
Raymond Hettinger
2019-02-03
1
-0/+2
*
bpo-35890 : Fix some API calling consistency (GH-11742)
Minmin Gong
2019-02-03
1
-0/+1
*
bpo-34691: Compile _contextvars module into main Python library (GH-11741)
Steve Dower
2019-02-02
1
-0/+2
*
bpo-29734: nt._getfinalpathname handle leak (GH-740)
Mark Becwar
2019-02-02
1
-0/+1
*
bpo-32560: inherit the py launcher's STARTUPINFO (GH-9000)
Shiva Saxena
2019-02-02
1
-0/+2
*
bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730)
Stefan Krah
2019-02-02
1
-0/+1
*
bpo-33895: Relase GIL while calling functions that acquire Windows loader loc...
Tony Roberts
2019-02-02
1
-0/+1
*
bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one charac...
Tzu-ping Chung
2019-02-02
1
-0/+2
*
bpo-33316: PyThread_release_lock always fails (GH-6541)
native-api
2019-02-02
1
-0/+1
*
bpo-35813: Added shared_memory submodule of multiprocessing. (#11664)
Davin Potts
2019-02-02
1
-0/+2
*
bpo-35877: Make parenthesis optional for named expression in while statement ...
Xtreak
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/+1
*
bpo-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum
2019-01-31
1
-0/+1
*
bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708)
Raymond Hettinger
2019-01-31
1
-0/+2
*
bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014)
Michael Selik
2019-01-31
1
-0/+2
*
bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)
Steve Dower
2019-01-30
1
-0/+1
*
subprocess: close pipes/fds by using ExitStack (GH-11686)
Giampaolo Rodola
2019-01-29
1
-0/+4
*
bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH-11694)
Andreas Schwab
2019-01-29
1
-0/+1
*
bpo-35780: Fix errors in lru_cache() C code (GH-11623)
Raymond Hettinger
2019-01-26
1
-0/+11
*
bpo-35811: Avoid propagating venv settings when launching via py.exe (GH-11677)
Steve Dower
2019-01-25
1
-0/+1
*
bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)
Steve Dower
2019-01-25
1
-0/+1
*
bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-1...
Ivan Levkivskyi
2019-01-25
1
-0/+2
*
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse
2019-01-24
1
-0/+1
*
bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523)
Rémi Lapeyre
2019-01-24
2
-0/+3
*
bpo-35726: Prevented QueueHandler formatting from affecting other handlers (G...
Manjusaka
2019-01-23
1
-0/+1
*
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
Victor Stinner
2019-01-22
1
-0/+2
*
bpo-35683: Improve Azure Pipelines steps (GH-11493)
Steve Dower
2019-01-22
1
-0/+1
*
bpo-35713: Rework Python initialization (GH-11647)
Victor Stinner
2019-01-22
1
-0/+3
*
bpo-35720: Fixing a memory leak in pymain_parse_cmdline_impl() (GH-11528)
Lucas Cimon
2019-01-22
1
-0/+1
*
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi
2019-01-22
1
-0/+2
*
bpo-35758: Fix building on ARM + MSVC (gh-11531)
Minmin Gong
2019-01-21
1
-0/+1
*
bpo-35772: Fix test_tarfile on ppc64 (GH-11606)
Victor Stinner
2019-01-21
1
-0/+6
*
bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057)
Pablo Galindo
2019-01-21
1
-0/+2
*
bpo-35699: fix distuils cannot detect Build Tools 2017 anymore (GH-11495)
Marc Schlaich
2019-01-20
1
-0/+1
*
bpo-35733: Make isinstance(ast.Constant(boolean), ast.Num) be false. (GH-11547)
Anthony Sottile
2019-01-18
1
-0/+2
*
bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614)
Terry Jan Reedy
2019-01-18
1
-0/+3
*
bpo-21257: document http.client.parse_headers (GH-11443)
Ashwin Ramaswami
2019-01-18
1
-0/+1
*
bpo-35045: Accept TLSv1 default in min max test (GH-11510)
Christian Heimes
2019-01-18
1
-0/+2
[next]