summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548)Victor Stinner2017-11-245-70/+96
* bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)Victor Stinner2017-11-248-142/+165
* bpo-32124: Document C functions safe before init (#4540)Victor Stinner2017-11-243-5/+214
* bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544)Victor Stinner2017-11-244-3/+2
* bpo-28684: Remove useless import added by the previous commit (GH-4547)xdegaye2017-11-241-1/+0
* Improve the String tutorial docs (GH-4541)Will White2017-11-241-7/+7
* bpo-28684: asyncio tests handle PermissionError raised on binding unix socket...xdegaye2017-11-245-11/+45
* bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)Berker Peksag2017-11-243-0/+11
* bpo-32096: Remove obj and mem from _PyRuntime (#4532)Victor Stinner2017-11-2412-689/+685
* bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528)Berker Peksag2017-11-243-0/+20
* Extending Python Doc minor updates (GH-4518)Emanuele Gaifas2017-11-242-4/+4
* bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529)Berker Peksag2017-11-234-12/+19
* bpo-32099 Add deque variant of roundrobin() recipe (#4497)Raymond Hettinger2017-11-231-0/+19
* bpo-19610: setup() now raises TypeError for invalid types (GH-4519)Berker Peksag2017-11-236-12/+112
* bpo-31979: Remove unused align_maxchar() function (#4527)Victor Stinner2017-11-231-13/+0
* bpo-32030: Fix calculate_path() on macOS (#4526)Victor Stinner2017-11-231-8/+9
* bpo-27535: Cleanup create_filter() (#4516)Victor Stinner2017-11-231-38/+18
* bpo-32030: Rewrite calculate_path() (#4521)Victor Stinner2017-11-235-601/+966
* bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459)Berker Peksag2017-11-233-2/+49
* bpo-28762: Revert last commit (now using Android Unified Headers) (GH-4488)xdegaye2017-11-234-41/+4
* bpo-29040: Support building Android with Unified Headers (GH-4492)xdegaye2017-11-234-3/+13
* bpo-28538: Revert all the changes (now using Android Unified Headers) (GH-4479)xdegaye2017-11-233-83/+5
* bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513)Victor Stinner2017-11-238-42/+135
* bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511)Victor Stinner2017-11-236-29/+29
* bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464)Jesse-Bakker2017-11-234-19/+57
* bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484)Cheryl Sabella2017-11-236-27/+90
* bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504)Victor Stinner2017-11-227-86/+189
* bpo-27535: Optimize warnings.warn() (#4508)Victor Stinner2017-11-222-45/+47
* bpo-31324: Fix test.support.set_match_tests(None) (#4505)Victor Stinner2017-11-222-0/+7
* bpo-31324: Optimize support._match_test() (#4421)Victor Stinner2017-11-214-15/+111
* bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to ...AraHaan2017-11-212-0/+4
* bpo-31672 - Add one last minor clarification for idpattern (#4483)Barry Warsaw2017-11-212-6/+11
* Add comment and improve variable name in roundrobin() (#4486)Raymond Hettinger2017-11-211-4/+5
* bpo-32043: Rephrase -X dev documentation (#4478)Victor Stinner2017-11-211-4/+5
* bpo-32030: Add more options to _PyCoreConfig (#4485)Victor Stinner2017-11-219-57/+41
* bpo-32089: Fix warnings filters in dev mode (#4482)Victor Stinner2017-11-217-39/+97
* bpo-32094: Update subprocess for -X dev (#4480)Victor Stinner2017-11-202-2/+79
* bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be...Yury Selivanov2017-11-205-8/+31
* bpo-32088: Display Deprecation in debug mode (#4474)Victor Stinner2017-11-204-7/+24
* bpo-32050: Fix -x option documentation (#4475)Victor Stinner2017-11-201-2/+0
* bpo-32047: -X dev enables asyncio debug mode (#4418)Victor Stinner2017-11-206-18/+42
* Remove duplicated import from datetime tests (#4444)Riccardo Magliocchetti2017-11-201-2/+0
* bpo-30904: Removed duplicated Host: header. (#4465)Vinay Sajip2017-11-191-1/+3
* Remove outdated .pyo reference from msilib docs (GH-4461)Berker Peksag2017-11-191-1/+1
* Document parameters of BaseServer.finish_request() (GH-4445)Masayuki Yamamoto2017-11-191-1/+1
* [Doc] Update opcode for var-positional arguments (#4446)Moses Koledoye2017-11-181-1/+1
* bpo-32031: Fix pydoc `test_mixed_case_module_names_are_lower_cased` (GH-4441)xdegaye2017-11-181-1/+1
* bpo-29185: Fix `test_distutils` failures on Android (GH-4438)xdegaye2017-11-182-2/+10
* bpo-29184: Skip test_socketserver tests on PermissionError raised by Android ...xdegaye2017-11-181-5/+14
* bpo-32069: Drop legacy SSL transport (#4451)Andrew Svetlov2017-11-187-705/+5