100200 Commits (56cb465cc93dcb35aaf7266ca3dbe2dcff1fac5f)
 

Author SHA1 Message Date
Serhiy Storchaka 56cb465cc9 bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058) 8 years ago
Antoine Pitrou 525f40d231 bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051) 8 years ago
jlacoline ea2ef5d0ca bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817) 8 years ago
Łukasz Langa ce9e625445 bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (#4044) 8 years ago
George King 05a634b12a Add NEWS entry for opcode tracing change. (GH-4045) 8 years ago
Benjamin Peterson 24c4d046c4 drop unused configure check for pthread_atfork (#4046) 8 years ago
George King 20faa68bbb Move opcode tracing to occur after the possible update to f_lineno. (GH-3798) 8 years ago
Łukasz Langa 0b6a118a45 bpo-31457: Make the `LoggerAdapter.manager` property settable (#4042) 8 years ago
Ron 032a6480e3 Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-3998) 8 years ago
Pablo Galindo 59af94fa61 bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more functions (#4026) 8 years ago
Mariatta ec12df1e6e Add Code of Conduct to .github folder. (GH-4029) 8 years ago
Terry Jan Reedy 27288de085 bpo-30928: Update idlelib/NEWS.txt to 2017 Oct 17. (#4025) 8 years ago
Terry Jan Reedy e2e42274ee bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (#3960) 8 years ago
Victor Stinner 884d13a55f time.clock() now emits a DeprecationWarning (GH-4020) 8 years ago
Zane Bitter de86073a76 bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014) 8 years ago
Barry Warsaw 191e313820 bpo-31799: Make module.__spec__ more discoverable (#4010) 8 years ago
Riccardo Coccioli 6cfa927ceb bpo-31334: Fix timeout in select.poll.poll() (GH-3277) 8 years ago
Pablo Galindo 2c15b29aea bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (#4003) 8 years ago
Mario Corchero 552be9d7e6 bpo-30541: Add new method to seal mocks (GH61923) 8 years ago
Ned Deily 2bd37c227e post 3.7.0a2 development 8 years ago
Ned Deily f7ac4fe52a Bump to 3.7.0a2 8 years ago
Ned Deily c730223d18 Update NEWS and topics for 3.7.0a2 8 years ago
Łukasz Langa c30b55b96c bpo-31558: Update NEWS and ACKS (#4013) 8 years ago
brainfvck c75edabbb6 bpo-31558: Add gc.freeze() (#3705) 8 years ago
Victor Stinner bdaeb7d237 bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983) 8 years ago
Pablo Galindo 0df19055c9 bpo-31776: Missing "raise from None" in Lib/xml/etree/ElementPath.py (#3978) 8 years ago
Serhiy Storchaka 676db4bbf2 bpo-31792: Restore os.environ in test_buffer when import numpy. (#4007) 8 years ago
Semen Zhydenko 1295e11d39 completly -> completely (#3999) (closes bpo-31788) 8 years ago
vyas45 1b9e76ed3a bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993) 8 years ago
Dargor 28773ca7a7 bpo-31780: Fix incorrect error message for ',x', ',b', ',o' specs (#4002) 8 years ago
Terry Jan Reedy 620f70eed6 bpo-25588: Document autotest in idle_test/README.txt. (#4000) 8 years ago
Raymond Hettinger 8c26a34f93 bpo-31757: Make Fibonacci examples consistent (#3991) 8 years ago
INADA Naoki 073150db39 bpo-31672: doc: Remove one sentence from library/string.rst (GH-3990) 8 years ago
Serhiy Storchaka cd195e2a7a bpo-31714: Improved regular expression documentation. (#3907) 8 years ago
Victor Stinner ef611c96ea bpo-30807: signal.setitimer() now uses _PyTime API (GH-3865) 8 years ago
Victor Stinner a505ecdc50 bpo-31676: Fix test_imp.test_load_source() side effect (#3871) 8 years ago
Victor Stinner a99121526a os.startfile(): add a C comment on security (#3877) 8 years ago
Victor Stinner ccef823939 bpo-25588: Fix regrtest when run inside IDLE (#3962) 8 years ago
Berker Peksag 7f58097083 bpo-28647: Update -u documentation after bpo-30404 (GH-3961) 8 years ago
INADA Naoki b22273ec5d bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH-3872) 8 years ago
Berker Peksag 9255104499 Improve test suite customization example (GH-3967) 8 years ago
Ned Deily 6129250b74 Exclude non-default VENVDIR in Doc builds (#3974) 9 years ago
Serhiy Storchaka de07210077 bpo-30058: Fixed buffer overflow in select.kqueue.control(). (#1095) 9 years ago
Ned Deily b7cbfe49e3 bpo-31766: restore 3.5 to docs version switchers (#3969) 9 years ago
Éric Araujo 03b9537dc5 bpo-31567: more decorator markup fixes in docs (GH-3959) (#3966) 9 years ago
Victor Stinner cba9a0c6de bpo-31773: time.perf_counter() uses again double (GH-3964) 9 years ago
Daisuke Miyakawa 0e61e67a57 bpo-31567: add or fix decorator markup in docs (#3959) 9 years ago
Victor Stinner 277c84067f Cleanup pytime.c (#3955) 9 years ago
Cheryl Sabella 703ff381ff bpo-28157: Improvements for the time module documentation (GH-928) 9 years ago
Brad Smith eeb5ffd54e bpo-31537: Update readline documentation example. (GH-3925) 9 years ago