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-35189: Fix eintr_tester.py (GH-10637)
Victor Stinner
2018-11-21
1
-22/+18
*
bpo-35290: Add debug info to test_c_locale_coercion (GH-10631)
Victor Stinner
2018-11-21
1
-6/+15
*
bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039)
Serhiy Storchaka
2018-11-20
1
-6/+37
*
bpo-35169: Improve error messages for forbidden assignments. (GH-10342)
Serhiy Storchaka
2018-11-20
4
-36/+93
*
Upgrade pip to 18.1 and setuptools to 40.6.2 (#10598)
Donald Stufft
2018-11-19
4
-2/+2
*
Add --tempdir option for test run (GH-10322)
Steve Dower
2018-11-17
2
-10/+8
*
bpo-35202: Remove more unused imports in idlelib (GH-10573)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-11-17
4
-4/+3
*
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
17
-18/+1
*
bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
1
-4/+4
*
bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)
Victor Stinner
2018-11-16
1
-8/+3
*
bpo-35213: Where appropriate, use 'macOS' in idlelib. (#10478)
Terry Jan Reedy
2018-11-15
4
-20/+19
*
bpo-35202: Remove unused imports in Lib directory (GH-10450)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-15
5
-5/+0
*
bpo-35233: InitConfigTests tests more config vars (GH-10541)
Victor Stinner
2018-11-14
1
-84/+127
*
bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524)
Victor Stinner
2018-11-13
2
-54/+97
*
bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519)
Victor Stinner
2018-11-13
2
-12/+52
*
bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510)
Victor Stinner
2018-11-13
1
-0/+4
*
bpo-29564: warnings suggests to enable tracemalloc (GH-10486)
Victor Stinner
2018-11-13
2
-11/+37
*
bpo-30064: Refactor sock_* asyncio API (#10419)
Andrew Svetlov
2018-11-12
4
-446/+165
*
bpo-33695 shutil.copytree() + os.scandir() cache (#7874)
Giampaolo Rodola
2018-11-12
1
-56/+81
*
bpo-34864: Document two IDLE on MacOS issues. (GH-10456)
Terry Jan Reedy
2018-11-11
1
-7/+17
*
bpo-35202: Remove unused imports in Lib directory. (GH-10446)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-10
7
-9/+0
*
bpo-35202: Remove unused imports in idlelib (GH-10438)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-10
6
-6/+1
*
bpo-35202: Remove unused imports in Lib directory. (GH-10445)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-10
3
-3/+0
*
Hoist the float conversion out of the inner loop. (GH-10430)
Raymond Hettinger
2018-11-09
1
-1/+2
*
bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190)
Lisa Roach
2018-11-09
4
-18/+705
*
bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418)
Gregory P. Smith
2018-11-09
1
-0/+19
*
bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212)
Vincent Michel
2018-11-08
3
-11/+23
*
bpo-34966: Improve support of method aliases in pydoc. (GH-9823)
Serhiy Storchaka
2018-11-08
2
-4/+101
*
Revert "bpo-32409: Fix regression in activate.bat on international Windows (G...
Pablo Galindo
2018-11-07
1
-5/+6
*
Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400)
Pablo Galindo
2018-11-07
1
-1/+1
*
bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327)
Elvis Pranskevichus
2018-11-07
2
-31/+90
*
bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)
samstagern
2018-11-07
1
-6/+5
*
bpo-2504: Add pgettext() and variants to gettext. (GH-7253)
Cheryl Sabella
2018-11-07
2
-34/+214
*
bpo-34160: Preserve order of attributes in minidom. (GH-10219)
Diego Rojas
2018-11-07
2
-2/+22
*
bpo-31553: add --json-lines option to json.tool (#10051)
HongWeipeng
2018-11-07
2
-5/+40
*
bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704)
guoci
2018-11-07
2
-2/+13
*
bpo-33000: Document that IDLE's shell has no line limit. (#10373)
Terry Jan Reedy
2018-11-07
1
-5/+12
*
bpo-17560: Too small type for struct.pack/unpack in mutliprocessing.Connectio...
Alexander Buchkovsky
2018-11-06
1
-10/+20
*
bpo-23220: Explain how IDLE's Shell displays output (GH-10356)
Terry Jan Reedy
2018-11-06
1
-11/+42
*
closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems...
Alexey Izbyshev
2018-11-06
1
-1/+1
*
bpo-35099: Update idlelib/help.html (#10353)
Terry Jan Reedy
2018-11-06
1
-16/+26
*
bpo-33462: Add __reversed__ to dict and dict views (GH-6827)
Rémi Lapeyre
2018-11-06
3
-18/+80
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Serhiy Storchaka
2018-11-05
21
-33/+31
*
bpo-32512: Add -m option to profile for profiling modules (#5132)
Mario Corchero
2018-11-05
3
-24/+34
*
closes bpo-32285: Add unicodedata.is_normalized. (GH-4806)
Max Bélanger
2018-11-04
1
-1/+10
*
bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614)
Julien Palard
2018-11-04
2
-2/+53
*
bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10...
Lysandros Nikolaou
2018-11-04
1
-0/+5
*
bpo-34969: Add --fast, --best on the gzip CLI (GH-9833)
Stéphane Wirtel
2018-11-03
2
-7/+52
*
bpo-33578: Fix getstate/setstate for CJK decoder (GH-10290)
Christopher Thorne
2018-11-02
1
-0/+4
*
bpo-33578: Add getstate/setstate for CJK codec (GH-6984)
Christopher Thorne
2018-11-01
2
-0/+141
[prev]
[next]