summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (#3960)Terry Jan Reedy2017-10-172-19/+76
* time.clock() now emits a DeprecationWarning (GH-4020)Victor Stinner2017-10-1714-20/+39
* bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)Zane Bitter2017-10-179-9/+114
* bpo-31799: Make module.__spec__ more discoverable (#4010)Barry Warsaw2017-10-172-3/+12
* bpo-31334: Fix timeout in select.poll.poll() (GH-3277)Riccardo Coccioli2017-10-174-10/+21
* bpo-31786: Make functions in the select module blocking when timeout is a sma...Pablo Galindo2017-10-177-12/+65
* bpo-30541: Add new method to seal mocks (GH61923)Mario Corchero2017-10-175-2/+249
* post 3.7.0a2 developmentNed Deily2017-10-171-1/+1
* Bump to 3.7.0a2v3.7.0a2Ned Deily2017-10-172-3/+3
* Update NEWS and topics for 3.7.0a2Ned Deily2017-10-1770-155/+700
* bpo-31558: Update NEWS and ACKS (#4013)Łukasz Langa2017-10-162-0/+6
* bpo-31558: Add gc.freeze() (#3705)brainfvck2017-10-165-2/+169
* bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983)Victor Stinner2017-10-164-48/+135
* bpo-31776: Missing "raise from None" in Lib/xml/etree/ElementPath.py (#3978)Pablo Galindo2017-10-161-1/+1
* bpo-31792: Restore os.environ in test_buffer when import numpy. (#4007)Serhiy Storchaka2017-10-161-2/+3
* completly -> completely (#3999) (closes bpo-31788)Semen Zhydenko2017-10-151-1/+1
* bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993)vyas452017-10-151-1/+1
* bpo-31780: Fix incorrect error message for ',x', ',b', ',o' specs (#4002)Dargor2017-10-151-2/+2
* bpo-25588: Document autotest in idle_test/README.txt. (#4000)Terry Jan Reedy2017-10-151-1/+10
* bpo-31757: Make Fibonacci examples consistent (#3991)Raymond Hettinger2017-10-142-18/+20
* bpo-31672: doc: Remove one sentence from library/string.rst (GH-3990)INADA Naoki2017-10-141-1/+1
* bpo-31714: Improved regular expression documentation. (#3907)Serhiy Storchaka2017-10-142-185/+226
* bpo-30807: signal.setitimer() now uses _PyTime API (GH-3865)Victor Stinner2017-10-133-24/+35
* bpo-31676: Fix test_imp.test_load_source() side effect (#3871)Victor Stinner2017-10-131-2/+7
* os.startfile(): add a C comment on security (#3877)Victor Stinner2017-10-131-0/+4
* bpo-25588: Fix regrtest when run inside IDLE (#3962)Victor Stinner2017-10-131-12/+31
* bpo-28647: Update -u documentation after bpo-30404 (GH-3961)Berker Peksag2017-10-134-14/+9
* bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH...INADA Naoki2017-10-134-3/+24
* Improve test suite customization example (GH-3967)Berker Peksag2017-10-131-2/+6
* Exclude non-default VENVDIR in Doc builds (#3974)Ned Deily2017-10-121-1/+2
* bpo-30058: Fixed buffer overflow in select.kqueue.control(). (#1095)Serhiy Storchaka2017-10-123-16/+38
* bpo-31766: restore 3.5 to docs version switchers (#3969)Ned Deily2017-10-122-1/+3
* bpo-31567: more decorator markup fixes in docs (GH-3959) (#3966)Éric Araujo2017-10-123-7/+16
* bpo-31773: time.perf_counter() uses again double (GH-3964)Victor Stinner2017-10-124-49/+50
* bpo-31567: add or fix decorator markup in docs (#3959)Daisuke Miyakawa2017-10-124-8/+8
* Cleanup pytime.c (#3955)Victor Stinner2017-10-111-54/+76
* bpo-28157: Improvements for the time module documentation (GH-928)Cheryl Sabella2017-10-112-109/+116
* bpo-31537: Update readline documentation example. (GH-3925)Brad Smith2017-10-102-2/+4