summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bpo-31867: Remove duplicates in default mimetypes. (#4388)Henk-Jaap Wagenaar2017-11-171-4/+0
* tokenizer: Remove unused tabs options (#4422)Victor Stinner2017-11-172-34/+11
* bpo-31691: Specify where to find build instructions for the Windows installer...native-api2017-11-161-0/+2
* Fix typo in atexit documentation. (GH-4419)Erik Bray2017-11-161-1/+1
* bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110)Serhiy Storchaka2017-11-165-28/+74
* bpo-32043: New "developer mode": "-X dev" option (#4413)Victor Stinner2017-11-167-25/+110
* bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)Serhiy Storchaka2017-11-168-9/+106
* bpo-32037: Use the INT opcode for 32-bit integers in protocol 0 pickles. (#4407)Serhiy Storchaka2017-11-165-63/+70
* bpo-30143: 2to3 now generates a code that uses abstract collection classes (#...Serhiy Storchaka2017-11-164-16/+18
* bpo-32030: Enhance Py_Main() (#4412)Victor Stinner2017-11-1612-383/+467
* bpo-32030: Split Py_Main() into subfunctions (#4399)Victor Stinner2017-11-1518-643/+1332