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-32089: Use default action for ResourceWarning (#4584)
Victor Stinner
2017-11-27
4
-21/+10
*
bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469)
Jason Yang
2017-11-27
1
-2/+2
*
bpo-23033: Improve SSL Certificate handling (GH-937)
Mandeep Singh
2017-11-26
5
-8/+22
*
bpo-29879: Update typing documentation. (GH-4573)
Ivan Levkivskyi
2017-11-26
2
-1/+13
*
bpo-30487: automatically create a venv and install Sphinx when running make (...
Caleb Hattingh
2017-11-26
3
-22/+31
*
bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559)
xdegaye
2017-11-26
2
-0/+6
*
bpo-32096: Ensure new embedding test can find the encodings module (GH-4566)
Nick Coghlan
2017-11-26
1
-1/+2
*
bpo-11063: Handle uuid.h being in default include path (GH-4565)
Nick Coghlan
2017-11-26
1
-2/+1
*
mark fatal_error as noreturn (#4563)
Benjamin Peterson
2017-11-25
1
-1/+1
*
bpo-26856: Skip test_pwd on Android until issue 32033 is fixed (GH-4561)
xdegaye
2017-11-25
1
-20/+7
*
bpo-32059: setup.py now also searches the sysroot paths (GH-4452)
xdegaye
2017-11-25
2
-7/+39
*
bpo-24641: Improved error message for JSON unserializible keys. (#4364)
Serhiy Storchaka
2017-11-25
4
-13/+19
*
bpo-32071: Add unittest -k option (#4496)
Jonas Haag
2017-11-25
6
-14/+126
*
bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)
Berker Peksag
2017-11-25
5
-10/+53
*
Improve Scheduler Objects documentation. (GH-4556)
Mariatta
2017-11-25
1
-1/+1
*
bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443)
Mandeep Bhutani
2017-11-25
1
-3/+3
*
bpo-32030: Add _PyPathConfig_Init() (#4551)
Victor Stinner
2017-11-25
5
-307/+476
*
bpo-32128: Skip test_nntplib.test_article_head_body() (#4552)
Victor Stinner
2017-11-25
1
-0/+1
*
Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414)
Ashley Camba
2017-11-24
1
-2/+2
*
bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548)
Victor Stinner
2017-11-24
5
-70/+96
*
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)
Victor Stinner
2017-11-24
8
-142/+165
*
bpo-32124: Document C functions safe before init (#4540)
Victor Stinner
2017-11-24
3
-5/+214
*
bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544)
Victor Stinner
2017-11-24
4
-3/+2
*
bpo-28684: Remove useless import added by the previous commit (GH-4547)
xdegaye
2017-11-24
1
-1/+0
*
Improve the String tutorial docs (GH-4541)
Will White
2017-11-24
1
-7/+7
*
bpo-28684: asyncio tests handle PermissionError raised on binding unix socket...
xdegaye
2017-11-24
5
-11/+45
*
bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)
Berker Peksag
2017-11-24
3
-0/+11
*
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
Victor Stinner
2017-11-24
12
-689/+685
*
bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528)
Berker Peksag
2017-11-24
3
-0/+20
*
Extending Python Doc minor updates (GH-4518)
Emanuele Gaifas
2017-11-24
2
-4/+4
*
bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529)
Berker Peksag
2017-11-23
4
-12/+19
*
bpo-32099 Add deque variant of roundrobin() recipe (#4497)
Raymond Hettinger
2017-11-23
1
-0/+19
*
bpo-19610: setup() now raises TypeError for invalid types (GH-4519)
Berker Peksag
2017-11-23
6
-12/+112
*
bpo-31979: Remove unused align_maxchar() function (#4527)
Victor Stinner
2017-11-23
1
-13/+0
*
bpo-32030: Fix calculate_path() on macOS (#4526)
Victor Stinner
2017-11-23
1
-8/+9
*
bpo-27535: Cleanup create_filter() (#4516)
Victor Stinner
2017-11-23
1
-38/+18
*
bpo-32030: Rewrite calculate_path() (#4521)
Victor Stinner
2017-11-23
5
-601/+966
*
bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459)
Berker Peksag
2017-11-23
3
-2/+49
*
bpo-28762: Revert last commit (now using Android Unified Headers) (GH-4488)
xdegaye
2017-11-23
4
-41/+4
*
bpo-29040: Support building Android with Unified Headers (GH-4492)
xdegaye
2017-11-23
4
-3/+13
*
bpo-28538: Revert all the changes (now using Android Unified Headers) (GH-4479)
xdegaye
2017-11-23
3
-83/+5
*
bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513)
Victor Stinner
2017-11-23
8
-42/+135
*
bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511)
Victor Stinner
2017-11-23
6
-29/+29
*
bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464)
Jesse-Bakker
2017-11-23
4
-19/+57
*
bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484)
Cheryl Sabella
2017-11-23
6
-27/+90
*
bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504)
Victor Stinner
2017-11-22
7
-86/+189
*
bpo-27535: Optimize warnings.warn() (#4508)
Victor Stinner
2017-11-22
2
-45/+47
*
bpo-31324: Fix test.support.set_match_tests(None) (#4505)
Victor Stinner
2017-11-22
2
-0/+7
*
bpo-31324: Optimize support._match_test() (#4421)
Victor Stinner
2017-11-21
4
-15/+111
*
bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to ...
AraHaan
2017-11-21
2
-0/+4
[next]