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-33895: Relase GIL while calling functions that acquire Windows loader loc...
Tony Roberts
2019-02-02
8
-6/+48
*
bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one charac...
Tzu-ping Chung
2019-02-02
3
-12/+46
*
bpo-33316: PyThread_release_lock always fails (GH-6541)
native-api
2019-02-02
2
-2/+4
*
bpo-26256: Document algorithm speed for the Decimal module. (#4808)
Cheryl Sabella
2019-02-02
1
-0/+20
*
bpo-35813: Added shared_memory submodule of multiprocessing. (#11664)
Davin Potts
2019-02-02
4
-0/+1310
*
bpo-35879: Fix type comment leaks (GH-11728)
Guido van Rossum
2019-02-01
2
-3/+9
*
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
4
-2/+5
*
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-35766 follow-up: Kill half-support for FunctionType in PyAST_obj2mod (#11...
Guido van Rossum
2019-02-01
2
-6/+4
*
bpo-35537: Fix function name in os.posix_spawnp() errors (GH-11719)
Victor Stinner
2019-02-01
1
-11/+13
*
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
5
-33/+84
*
Speed-up argument parsing for common cases in deque.__init__()(GH-11717)
Raymond Hettinger
2019-02-01
1
-3/+7
*
Consistently move the misses update to just before the user function call (GH...
Raymond Hettinger
2019-01-31
2
-6/+8
*
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
[next]