summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Make catched exception more specific and correct a comment.Serhiy Storchaka2015-12-301-3/+3
* Issue #25977: Fix typos in Lib/tokenize.pyBerker Peksag2015-12-291-4/+4
* make recording and reporting errors and nonlocal and global directives more r...Benjamin Peterson2015-12-291-0/+8
* Issue #25447: Copying the lru_cache() wrapper object now always works,Serhiy Storchaka2015-12-281-2/+12
* Closes #25685: Made SocketHandler emission more efficient.Vinay Sajip2015-12-261-0/+2
* Issue #22995: Instances of extension types with a state that aren'tSerhiy Storchaka2015-12-252-0/+26
* Issue #25860: Fixed test failure caused by inconsistency of os.walk() andSerhiy Storchaka2015-12-221-0/+2
* Issue #25860: os.fwalk() no longer skips remaining directories when error occ...Serhiy Storchaka2015-12-222-12/+21
* Issue #25914: Fixed and simplified OrderedDict.__sizeof__.Serhiy Storchaka2015-12-221-0/+32
* Issue #25902: Fixed various refcount issues in ElementTree iteration.Serhiy Storchaka2015-12-212-4/+57
* Issue #25766: Special method __bytes__() now works in str subclasses.Serhiy Storchaka2015-12-201-0/+6
* Fixed sizeof tests for dict and type (they were passed by accident).Serhiy Storchaka2015-12-201-11/+22
* Don't create non-needed file.Serhiy Storchaka2015-12-201-5/+0
* Use correct PyGC_Head size in tests for issue #25421.Serhiy Storchaka2015-12-191-1/+1
* Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.Serhiy Storchaka2015-12-191-0/+30
* Merge with 3.4Terry Jan Reedy2015-12-181-1/+1
|\
| * Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION M...Terry Jan Reedy2015-12-181-1/+1
| * Issue #25809: Skip testing platform-dependent French thousands separatorMartin Panter2015-12-121-1/+3
* | Issue #25899: Converted non-ASCII characters in docstrings and manpageSerhiy Storchaka2015-12-181-1/+1
* | Fix a couple of typos in code commentsMartin Panter2015-12-172-2/+2
* | Merge 3.4Yury Selivanov2015-12-171-0/+4
|\ \ | |/
| * asyncio/tests: Fix a ResourceWarning due to unclosed loopYury Selivanov2015-12-171-0/+4
* | Merge 3.4Yury Selivanov2015-12-171-18/+29
|\ \ | |/
| * asyncio/tests: Fix ResourceWarnings related to unclosed transportsYury Selivanov2015-12-171-18/+29
* | Merge 3.4Yury Selivanov2015-12-172-13/+18
|\ \ | |/
| * asyncio/tests: Fix some ResourceWarningsYury Selivanov2015-12-172-13/+18
* | Merge 3.4Yury Selivanov2015-12-171-1/+1
|\ \ | |/
| * asyncio/tests: Fix deprecation warningYury Selivanov2015-12-171-1/+1
* | Merge 3.4Yury Selivanov2015-12-171-1/+1
|\ \ | |/
| * Normalize whitespaceYury Selivanov2015-12-171-1/+1
* | Merge 3.4Yury Selivanov2015-12-177-68/+284
|\ \ | |/
| * asyncio: Skip getaddrinfo if host is already resolved.Yury Selivanov2015-12-177-68/+284
* | Issue #23788: Merge redundant test_bad_address() into test_urllibnetMartin Panter2015-12-162-35/+20
* | * Re-fix issue #19284: Don't generate the no-op -R command lineGregory P. Smith2015-12-143-7/+16
|\ \ | |/
| * Re-fix issue #19284: Don't generate the no-op -R command lineGregory P. Smith2015-12-141-3/+0
| * Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seedGregory P. Smith2015-12-141-3/+15
| * assert_python_ok docstring typo fix.Gregory P. Smith2015-12-141-1/+1
* | Sync asyncio with upstream git repo (conditional import in test_pep492.py).Guido van Rossum2015-12-131-1/+4
* | Issue #19771: Omit irrelevant message if package could not be initializedMartin Panter2015-12-122-0/+15
* | Issue #25809: Skip testing platform-dependent French thousands separatorMartin Panter2015-12-121-1/+3
* | Issue #25755: Move PropertyWritableDoc into the test caseBerker Peksag2015-12-111-7/+7
* | Merge 3.4Yury Selivanov2015-12-112-1/+22
|\ \ | |/
| * asyncio: Make Tasks check if Futures are attached to the same event loopYury Selivanov2015-12-112-1/+22
* | Merge 3.4Yury Selivanov2015-12-112-2/+5
|\ \ | |/
| * asyncio: Sync with githubYury Selivanov2015-12-112-2/+5
| * Remove x permissions from Lib/test/test_script_helper.pydoko@ubuntu.com2015-12-071-0/+0
| * Rebuilt pydoc topics for 3.4.4rc1.Larry Hastings2015-12-061-15/+15
* | Issue #25764: Skip fork failure test when run as rootMartin Panter2015-12-111-2/+6
* | Issue #22341: Drop Python 2 workaround and document CRC initial valueMartin Panter2015-12-114-24/+13
* | Issue #14285: Do not catch exceptions initializing any ancestor packageMartin Panter2015-12-103-4/+28