summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-27212: Modify islice recipe to consume initial values preceding sta...Cheryl Sabella2018-04-021-1/+68
* [2.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228) (GH-6326)Serhiy Storchaka2018-03-314-1/+3542
* bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executin...scoder2018-03-241-0/+33
* Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184) Miss Islington (bot)2018-03-223-2/+2
* Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (GH-6135)Miss Islington (bot)2018-03-173-2/+2
* [2.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (G...xdegaye2018-03-131-11/+57
* [2.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-602...Miss Islington (bot)2018-03-111-0/+28
* [2.7] closes bpo-32997: Fix REDOS in fpformat (GH-5984)Jamie Davis2018-03-062-1/+12
* [2.7] bpo-32981: Fix catastrophic backtracking vulns (GH-5955)Benjamin Peterson2018-03-044-3/+33
* bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357)bennorth2018-02-262-0/+28
* Delete a broken threading.local example (GH-5870)Miss Islington (bot)2018-02-251-5/+1
* bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459)Christian Heimes2018-02-251-1/+5
* bpo-31518: Change TLS protocol for Debian (#3661)Christian Heimes2018-02-244-9/+9
* [2.7] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5825)Anselm Kruis2018-02-232-1/+35
* [2.7] bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSN...Miss Islington (bot)2018-02-212-0/+9
* [2.7] bpo-21060 Improve error message for "setup.py upload" without dist file...Éric Araujo2018-02-191-1/+3
* bpo-30109: Fix reindent.py for non-ASCII files. (#5637)Serhiy Storchaka2018-02-121-1/+1
* [2.7] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5604)Serhiy Storchaka2018-02-092-1/+10
* allow the test suite to pass if the strop module doesn't exist (GH-5566)Benjamin Peterson2018-02-061-1/+2
* [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH...Serhiy Storchaka2018-02-023-4/+21
* bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (GH-2148) (G...Victor Stinner2018-01-291-1/+2
* bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH...Bo Bayles2018-01-292-2/+26
* bpo-32667: Fix tests when $PATH contains a file (#5324)Victor Stinner2018-01-251-1/+1
* Use assertItemsEqual instead of assertEqual. (#5224)Gregory P. Smith2018-01-171-3/+3
* pythoninfo: add time.time and datetime.datetime.now (GH-5214) (#5220)Miss Islington (bot)2018-01-171-1/+13
* bpo-32539: Fix OSError for os.listdir() for extended-length paths on Windows ...Anthony Sottile2018-01-151-0/+50
* bpo-32482: Improve syntax and grammar tests. (#5085)Serhiy Storchaka2018-01-043-177/+397
* bpo-31530: fix crash when multiple threads iterate over a file, round 2 (#5060)Benjamin Peterson2018-01-021-16/+11
* [2.7] bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. ...Serhiy Storchaka2018-01-021-0/+74
* bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5074)Miss Islington (bot)2018-01-011-8/+30
* bpo-18035: telnetlib: select.error doesn't have an errno attribute (#5044)Segev Finer2017-12-291-2/+2
* [2.7] remove unused import (GH-5040). (#5043)Benjamin Peterson2017-12-291-1/+0
* make PatternCompiler use the packaged grammar if possible (more bpo-24960) (G...Miss Islington (bot)2017-12-291-7/+7
* [2.7] bpo-32416: Refactor tests for the f_lineno setter and add new tests. (G...Serhiy Storchaka2017-12-271-235/+395
* correct wording (GH-4983) (#4985)Miss Islington (bot)2017-12-231-1/+1
* [2.7] bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar file...Benjamin Peterson2017-12-224-2/+42
* pythoninfo: sync with master (#4843)Victor Stinner2017-12-132-35/+143
* Fix improper use of re.escape() in tests. (GH-4814) (#4817)Miss Islington (bot)2017-12-121-1/+1
* bpo-30806: Fix netrc.__repr__() format (GH-2491)Steven Loria2017-12-102-9/+13
* [2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expression...Serhiy Storchaka2017-12-023-11/+45
* [2.7] bpo-32107 - Backport bitmask check fix (GH-4576) (#4590)Barry Warsaw2017-11-291-13/+11
* bpo-32139: test_strftime does not anymore modify the locale (GH-4569) (#4636)Miss Islington (bot)2017-11-291-2/+4
* bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) ...Miss Islington (bot)2017-11-292-5/+21
* pythoninfo: add Py_DEBUG (#4198) (#4581)Victor Stinner2017-11-271-0/+8
* bpo-31324: Optimize support._match_test() (#4523) (#4524)Victor Stinner2017-11-233-15/+118
* test_builtin: TestExecFile removes created file (#4525)Victor Stinner2017-11-231-7/+17
* bpo-29512: Fix Lib/test/bisect.py shebang (#4522)Victor Stinner2017-11-231-1/+1
* [2.7] bpo-21149: Workaround a GC finalization bug in logging. (#4368)Gregory P. Smith2017-11-111-5/+12
* [2.7] bpo-31530: Stop crashes when iterating over a file on multiple threads....Serhiy Storchaka2017-11-101-0/+32
* Fix a test for select.kevent. (#4349)Serhiy Storchaka2017-11-091-3/+6