summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* - Issue #24705: Fix sysconfig._parse_makefile not expanding ${} varsdoko@ubuntu.com2016-01-111-1/+6
* Merge 3.4 (Issue #26050)Yury Selivanov2016-01-112-39/+314
|\
| * Issue #26050: Add asyncio.StreamReader.readuntil() method.Yury Selivanov2016-01-112-39/+314
* | merge 3.4Andrew Svetlov2016-01-111-1/+1
|\ \ | |/
| * Sync with asyncioAndrew Svetlov2016-01-111-1/+1
* | merge 3.4Andrew Svetlov2016-01-113-7/+230
|\ \ | |/
| * Sync with asyncio repoAndrew Svetlov2016-01-113-7/+230
* | #24789: fix docstring of ctypes.create_string_buffer. Patch by Matheus Vieir...Ezio Melotti2016-01-091-1/+1
* | Issue #22138: Fix mock.patch behavior when patching descriptors. RestoreSenthil Kumaran2016-01-092-1/+30
* | Hopeful fix for test_rglob_common on Windows without symlinks. (Merge 3.4->3.5)Guido van Rossum2016-01-071-2/+5
|\ \ | |/
| * Hopeful fix for test_rglob_common on Windows without symlinks.Guido van Rossum2016-01-071-2/+5
* | Add another try/except PermissionError to avoid depending on listdir order. F...Guido van Rossum2016-01-072-13/+16
|\ \ | |/
| * Add another try/except PermissionError to avoid depending on listdir order. F...Guido van Rossum2016-01-072-13/+16
* | Fix typo in docstring of multiprocessing.spawn.spawn_main()Berker Peksag2016-01-071-1/+1
* | Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.4->3.5)Guido van Rossum2016-01-062-0/+34
|\ \ | |/
| * Issue #22570: Add 'path' attribute to pathlib.Path objects.Guido van Rossum2016-01-062-0/+34
* | Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]...Guido van Rossum2016-01-062-2/+19
|\ \ | |/
| * Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]...Guido van Rossum2016-01-062-2/+19
* | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri....Guido van Rossum2016-01-062-37/+55
|\ \ | |/
| * Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri.Guido van Rossum2016-01-062-37/+55
| * Merge.Larry Hastings2015-12-211-1/+1
| |\
| | * Rebuild pydoc topics for Python 3.4.4 final.Larry Hastings2015-12-201-1/+1
* | | #22709: Use stdin as-is if it does not have a buffer attribute.R David Murray2016-01-022-1/+12
* | | Remove a duplicate test_addresses key:value as identified by VincentGregory P. Smith2016-01-021-1/+0
* | | 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