summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109)Alexander Belopolsky2017-10-265-5/+74
* bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589)Vitor Pereira2017-10-264-0/+10
* Fix trailing whitespaces in C files. (#4130)Serhiy Storchaka2017-10-264-6/+6
* bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)xdegaye2017-10-268-53/+203
* bpo-30937: Make usage of newline='' consistent in csv docs (GH-2730)Ammar Askar2017-10-261-3/+3
* bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118)Serhiy Storchaka2017-10-264-1780/+1842
* fixes bpo-31866: remove code pertaining to AtheOS support (#4115)Benjamin Peterson2017-10-264-32/+5
* bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098)pdox2017-10-266-11/+15
* Closes bpo-31800: Support for colon when parsing time offsets (#4015)Mario Corchero2017-10-265-13/+84
* bpo-31664: Fix test_crypt for the openwall implementation of crypt. (#4116)Serhiy Storchaka2017-10-251-1/+7
* bpo-31835: Optimize also FASTCALL using __future__ (#4087)Victor Stinner2017-10-251-2/+2
* remove support for splitting the ceval switch into multiple switches (#4099)Benjamin Peterson2017-10-251-10/+0
* bpo-31845: Fix reading flags from environment (GH-4105)Nick Coghlan2017-10-254-45/+82
* bpo-30768: Recompute timeout on interrupted lock (GH-4103)Victor Stinner2017-10-249-31/+86
* bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags...Serhiy Storchaka2017-10-2411-140/+300
* Closes bpo-28292: Implemented Calendar.itermonthdays3() and itermonthdays4()....Alexander Belopolsky2017-10-244-28/+94
* bpo-31664: Add support for the Blowfish method in crypt. (#3854)Serhiy Storchaka2017-10-245-31/+104
* Fix wording about Py_tss_NEEDS_INIT in docs (GH-4096)Masayuki Yamamoto2017-10-241-1/+1
* bpo-30639: Lazily compute repr for error (#2132)Thomas Kluyver2017-10-243-2/+13
* bpo-31174: Fix test_tools.test_unparse (#4102)Victor Stinner2017-10-242-2/+16
* bpo-31812: Add documentation translations to What's New in Python 3.7. (GH-4064)Julien Palard2017-10-241-0/+21
* bpo-31827: Remove os.stat_float_times() (GH-4061)Victor Stinner2017-10-247-99/+13
* bpo-31810: Add smelly.py to check exported symbols (#4057)Victor Stinner2017-10-243-3/+82
* fixes bpo-31834: Use optimized code for BLAKE2 only with SSSE3+ (#4066)Michał Górny2017-10-244-11/+8
* bpo-31847: Fix commented out tests in test_syntax. (#4084)Serhiy Storchaka2017-10-231-18/+10
* bpo-31653: Remove deadcode in semlock_acquire() (#4091)Victor Stinner2017-10-231-4/+4
* bpo-30722: Make redemo work with Python 3.6+ (GH-2311)Christoph Sarnowski2017-10-232-2/+10
* bpo-30817: Fix PyErr_PrintEx() when no memory (#2526)xdegaye2017-10-233-4/+29
* bpo-31752: Fix possible crash in timedelta constructor called with custom int...Serhiy Storchaka2017-10-233-2/+28
* bpo-31756: subprocess.run should alias universal_newlines to text (#4049)andyclegg2017-10-234-68/+105
* Move exc state to generator. Fixes bpo-25612 (#1773)Mark Shannon2017-10-2213-164/+188
* bpo-20825: Containment test for ip_network in ip_network.Cheryl Sabella2017-10-224-7/+136
* bpo-31572: Get rid of using _PyObject_HasAttrId() in pickle. (#3729)Serhiy Storchaka2017-10-221-30/+33
* bpo-31653: Don't release the GIL if we can acquire a multiprocessing semaphor...Antoine Pitrou2017-10-222-10/+22
* bpo-28286: Add tests for the mode argument of GzipFile. (#4074)Serhiy Storchaka2017-10-221-0/+24
* bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or...Antoine Pitrou2017-10-223-2/+30
* Fix bytes warnings in test_struct (added in bpo-29802). (#4068)Serhiy Storchaka2017-10-211-2/+2
* bpo-31781: Prevent crashes when calling methods of an uninitialized zipimport...Oren Milman2017-10-203-0/+34
* bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058)Serhiy Storchaka2017-10-205-3/+9
* bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)Antoine Pitrou2017-10-199-58/+266
* bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817)jlacoline2017-10-194-6/+15
* bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (#4044)Łukasz Langa2017-10-193-7/+21
* Add NEWS entry for opcode tracing change. (GH-4045)George King2017-10-191-0/+7
* drop unused configure check for pthread_atfork (#4046)Benjamin Peterson2017-10-193-15/+0
* Move opcode tracing to occur after the possible update to f_lineno. (GH-3798)George King2017-10-191-4/+4
* bpo-31457: Make the `LoggerAdapter.manager` property settable (#4042)Łukasz Langa2017-10-193-2/+16
* Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-3998)Ron2017-10-181-2/+3
* bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more...Pablo Galindo2017-10-184-6/+10
* Add Code of Conduct to .github folder. (GH-4029)Mariatta2017-10-181-0/+14
* bpo-30928: Update idlelib/NEWS.txt to 2017 Oct 17. (#4025)Terry Jan Reedy2017-10-171-0/+39