summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #2052: Add charset parameter to HtmlDiff.make_file().Berker Peksag2015-03-146-10/+63
* Fix minor docs markup errors.Serhiy Storchaka2015-03-142-2/+2
|\
| * Fix minor docs markup errors.Serhiy Storchaka2015-03-142-2/+2
* | Issue #23606: Temporarily suppress test for CRT name.Steve Dower2015-03-141-1/+3
* | Fixes incorrect use of GetLastError where errno should be used.Steve Dower2015-03-141-6/+6
|\ \ | |/
| * Fixes incorrect use of GetLastError where errno should be used.Steve Dower2015-03-141-6/+6
* | merge 3.4Benjamin Peterson2015-03-131-1/+1
|\ \ | |/
| * __getslice__ certainly won't appear in the outputBenjamin Peterson2015-03-131-1/+1
* | Merge 3.4Brett Cannon2015-03-131-13/+13
|\ \ | |/
| * Make the case to only support Python 2.7 when supporting 2/3 simultaneouslyBrett Cannon2015-03-131-13/+13
* | Add some periods to the ends of a couple commentsBrett Cannon2015-03-131-2/+2
* | Strip trailing whitespaceBrett Cannon2015-03-131-7/+8
* | Issue #23491: Implement PEP 441: Improving Python Zip Application SupportBrett Cannon2015-03-137-4/+720
* | Issue #23566: Skip "fd" tests of test_faulthandler on WindowsVictor Stinner2015-03-131-0/+8
* | testVictor Stinner2015-03-124-57/+99
* | Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.Serhiy Storchaka2015-03-133-15/+57
|\ \ | |/
| * Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.Serhiy Storchaka2015-03-133-15/+57
* | Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() nowSerhiy Storchaka2015-03-134-14/+75
|\ \ | |/
| * Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() nowSerhiy Storchaka2015-03-134-14/+75
* | merge 3.4Benjamin Peterson2015-03-131-1/+1
|\ \ | |/
| * use the meth role for ZipFile.openBenjamin Peterson2015-03-131-1/+1
* | Issue #23081: Document that PySequence_List also accepts iterables.Berker Peksag2015-03-131-2/+3
|\ \ | |/
| * Issue #23081: Document that PySequence_List also accepts iterables.Berker Peksag2015-03-131-2/+3
* | Issue #22154: Add an example to show context management protocol support of Z...Berker Peksag2015-03-131-0/+7
|\ \ | |/
| * Issue #22154: Add an example to show context management protocol support of Z...Berker Peksag2015-03-131-0/+7
* | Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-1219-124/+86
|\ \ | |/
| * Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-1219-124/+72
* | Add versionadded directives for the matmul operator.Berker Peksag2015-03-121-0/+4
* | Issue #23651: Fix typo in allow_abbrev docs.Berker Peksag2015-03-121-1/+1
* | Issue #23581: Add matmul support to MagicMock.Berker Peksag2015-03-123-1/+14
* | Issue #20617: Remove unused import in test_ssl.Berker Peksag2015-03-121-1/+0
|\ \ | |/
| * Issue #20617: Remove unused import in test_ssl.Berker Peksag2015-03-121-1/+0
* | Issue #23644, #22038: Move #include <stdatomic.c> inside the extern "C" { ... }Victor Stinner2015-03-121-4/+4
* | Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later()Victor Stinner2015-03-125-78/+172
* | Merge 3.4 (test_os)Victor Stinner2015-03-121-37/+70
|\ \ | |/
| * Issue #23605: Refactor os.walk() tests to also run them on os.fwalk()Victor Stinner2015-03-121-37/+70
* | Issue #22928: Disabled HTTP header injections in http.client.Serhiy Storchaka2015-03-123-0/+97
|\ \ | |/
| * Issue #22928: Disabled HTTP header injections in http.client.Serhiy Storchaka2015-03-123-0/+97
* | Issue #23605: os.walk() doesn't need to call entry.is_symlink() if followlinksVictor Stinner2015-03-121-2/+3
* | Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.Serhiy Storchaka2015-03-113-2/+24
|\ \ | |/
| * Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.Serhiy Storchaka2015-03-114-2/+25
* | Close issue23486: performance boost for enum member lookupEthan Furman2015-03-111-1/+10
* | Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded withSerhiy Storchaka2015-03-115-6/+7
|\ \ | |/
| * Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded withSerhiy Storchaka2015-03-115-6/+7
* | Close issue23467: add %r compatibility to bytes and bytearrayEthan Furman2015-03-113-1/+14
* | Removes unused format string insertion in launcher.c.Steve Dower2015-03-111-1/+1
|\ \ | |/
| * Removes unused format string insertion in launcher.c.Steve Dower2015-03-111-1/+1
* | Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...Antoine Pitrou2015-03-106-52/+22
|\ \ | |/
| * Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...Antoine Pitrou2015-03-106-29/+22
* | Issue #22028: Ensure mimetypes will not open registry keys with embedded nullsSteve Dower2015-03-101-1/+2
|\ \ | |/