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-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum
2019-01-31
30
-651/+2039
*
doc: http: Fix enum name for status code 416 (GH-11689)
Phil Jones
2019-01-31
1
-1/+1
*
bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708)
Raymond Hettinger
2019-01-31
4
-2/+21
*
bpo-33504: fix wrong "versionchanged" (GH-11712)
Inada Naoki
2019-01-31
1
-4/+4
*
bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014)
Michael Selik
2019-01-31
3
-8/+9
*
bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)
Steve Dower
2019-01-30
5
-27/+63
*
Document differences between random.choices() and random.choice(). (GH-11703)
Raymond Hettinger
2019-01-30
1
-0/+7
*
bpo-35835: Add reference to Python 3.7 new breakpoint() function in pdb docum...
João Matos
2019-01-30
1
-0/+4
*
bpo-25592: Improve documentation of distutils data_files (GH-9767)
jdemeyer
2019-01-30
1
-11/+14
*
Move float conversion into a macro. Apply to fsum (GH-11698)
Raymond Hettinger
2019-01-30
1
-49/+32
*
subprocess: close pipes/fds by using ExitStack (GH-11686)
Giampaolo Rodola
2019-01-29
2
-17/+22
*
bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH-11694)
Andreas Schwab
2019-01-29
2
-1/+2
*
Fast path for int inputs to math.dist() and math.hypot() (GH-11692)
Raymond Hettinger
2019-01-28
2
-4/+34
*
bpo-35701: Update doc for UUID weak referencing (GH-11621)
David H
2019-01-28
1
-5/+0
*
Fix typo: class declaration (GH-11678)
nu_no
2019-01-27
1
-1/+1
*
Clarify U-mode deprecation in open() (GH-11646)
Nick Coghlan
2019-01-27
1
-1/+8
*
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
4
-89/+234
*
bpo-35811: Avoid propagating venv settings when launching via py.exe (GH-11677)
Steve Dower
2019-01-25
2
-0/+12
*
bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)
Steve Dower
2019-01-25
3
-1/+22
*
bpo-34134: Advise to use imap or imap_unordered when handling long iterables....
Windson yang
2019-01-25
1
-1/+5
*
bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-1...
Ivan Levkivskyi
2019-01-25
6
-6/+23
*
bpo-35224: Add support for NamedExpr to unparse.py (GH-11670)
Victor Stinner
2019-01-25
1
-0/+7
*
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse
2019-01-24
27
-655/+1472
*
bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523)
Rémi Lapeyre
2019-01-24
4
-1/+13
*
bpo-35520: Fix build with dtrace support on certain systems. (#11194)
Jakub Kulík
2019-01-24
3
-6/+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
2
-30/+66
*
bpo-35713: Reorganize sys module initialization (GH-11658)
Victor Stinner
2019-01-23
4
-75/+96
*
bpo-35781: Changed references to deprecated 'warn' method in logging document...
yuji38kwmt
2019-01-23
2
-4/+4
*
bpo-35722: Updated the documentation for the 'disable_existing_loggers' param...
Géry Ogam
2019-01-23
2
-10/+10
*
bpo-35726: Prevented QueueHandler formatting from affecting other handlers (G...
Manjusaka
2019-01-23
2
-0/+4
*
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
Victor Stinner
2019-01-22
9
-333/+325
*
bpo-35683: Improve Azure Pipelines steps (GH-11493)
Steve Dower
2019-01-22
13
-166/+148
*
bpo-35713: Rework Python initialization (GH-11647)
Victor Stinner
2019-01-22
9
-272/+290
*
bpo-35720: Fixing a memory leak in pymain_parse_cmdline_impl() (GH-11528)
Lucas Cimon
2019-01-22
2
-0/+2
*
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi
2019-01-22
19
-395/+1406
*
bpo-35758: Fix building on ARM + MSVC (gh-11531)
Minmin Gong
2019-01-21
3
-2/+5
*
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
3
-2/+15
*
bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057)
Pablo Galindo
2019-01-21
3
-4/+32
*
Add information about DeprecationWarning for invalid escaped characters in th...
Pablo Galindo
2019-01-20
1
-1/+4
*
bpo-35699: fix distuils cannot detect Build Tools 2017 anymore (GH-11495)
Marc Schlaich
2019-01-20
2
-0/+2
*
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
3
-1/+13
*
bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614)
Terry Jan Reedy
2019-01-18
3
-1/+9
*
bpo-21257: document http.client.parse_headers (GH-11443)
Ashwin Ramaswami
2019-01-18
2
-0/+20
*
bpo-35045: Accept TLSv1 default in min max test (GH-11510)
Christian Heimes
2019-01-18
2
-2/+7
*
bpo-35283: Update the docstring of threading.Thread.join method (GH-11596)
Dong-hee Na
2019-01-18
1
-1/+1
[next]