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-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
*
bpo-31672 - Add one last minor clarification for idpattern (#4483)
Barry Warsaw
2017-11-21
2
-6/+11
*
Add comment and improve variable name in roundrobin() (#4486)
Raymond Hettinger
2017-11-21
1
-4/+5
*
bpo-32043: Rephrase -X dev documentation (#4478)
Victor Stinner
2017-11-21
1
-4/+5
*
bpo-32030: Add more options to _PyCoreConfig (#4485)
Victor Stinner
2017-11-21
9
-57/+41
*
bpo-32089: Fix warnings filters in dev mode (#4482)
Victor Stinner
2017-11-21
7
-39/+97
*
bpo-32094: Update subprocess for -X dev (#4480)
Victor Stinner
2017-11-20
2
-2/+79
*
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be...
Yury Selivanov
2017-11-20
5
-8/+31
*
bpo-32088: Display Deprecation in debug mode (#4474)
Victor Stinner
2017-11-20
4
-7/+24
*
bpo-32050: Fix -x option documentation (#4475)
Victor Stinner
2017-11-20
1
-2/+0
*
bpo-32047: -X dev enables asyncio debug mode (#4418)
Victor Stinner
2017-11-20
6
-18/+42
*
Remove duplicated import from datetime tests (#4444)
Riccardo Magliocchetti
2017-11-20
1
-2/+0
*
bpo-30904: Removed duplicated Host: header. (#4465)
Vinay Sajip
2017-11-19
1
-1/+3
*
Remove outdated .pyo reference from msilib docs (GH-4461)
Berker Peksag
2017-11-19
1
-1/+1
*
Document parameters of BaseServer.finish_request() (GH-4445)
Masayuki Yamamoto
2017-11-19
1
-1/+1
*
[Doc] Update opcode for var-positional arguments (#4446)
Moses Koledoye
2017-11-18
1
-1/+1
*
bpo-32031: Fix pydoc `test_mixed_case_module_names_are_lower_cased` (GH-4441)
xdegaye
2017-11-18
1
-1/+1
*
bpo-29185: Fix `test_distutils` failures on Android (GH-4438)
xdegaye
2017-11-18
2
-2/+10
*
bpo-29184: Skip test_socketserver tests on PermissionError raised by Android ...
xdegaye
2017-11-18
1
-5/+14
*
bpo-32069: Drop legacy SSL transport (#4451)
Andrew Svetlov
2017-11-18
7
-705/+5
[next]