summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed refactoring bug in dd046963bd42 (issue27129).Serhiy Storchaka2016-09-111-1/+1
* Wrap testPasswordProtectedSite with @reap_threadsBerker Peksag2016-09-111-0/+1
* Closed #26533: Merged update from 3.5.Vinay Sajip2016-09-111-5/+14
|\
| * Closed #26533: expanded on behaviour of logging.config.listen().Vinay Sajip2016-09-111-5/+14
* | Merged upstream changes.Vinay Sajip2016-09-111-220/+139
|\ \
| * | Issue #25497: Rewrite test_robotparser to use a class based designBerker Peksag2016-09-111-220/+139
* | | Closes #25671: Merged fix from 3.5.Vinay Sajip2016-09-111-19/+20
|\ \ \ | |/ / |/| / | |/
| * Fixes #25671: Updated prompt handling in activate.fish.Vinay Sajip2016-09-111-19/+20
* | Use uint16_t instead of short in audioop.Serhiy Storchaka2016-09-111-14/+14
* | Use sequence repetition instead of bytes constructor with integer argument.Serhiy Storchaka2016-09-1112-20/+20
* | Issue #27129: Replaced wordcode related magic constants with macros.Serhiy Storchaka2016-09-117-158/+173
* | Issue #27952: Merge fixcid.py from 3.5Martin Panter2016-09-113-25/+125
|\ \ | |/
| * Issue #27952: Get fixcid.py working with the re moduleMartin Panter2016-09-113-25/+122
* | Issue #27991: Merge from 3.5Berker Peksag2016-09-111-2/+2
|\ \ | |/
| * Issue #27991: Remove incorrect sentence about store_trueBerker Peksag2016-09-111-2/+2
* | Issue #10740: sqlite3 no longer implicitly commit an open transaction before ...Berker Peksag2016-09-118-116/+83
* | Issue #22493: Inline flags now should be used only at the start of theSerhiy Storchaka2016-09-1112-34/+58
* | Issue #26885: xmlrpc now supports unmarshalling additional data types usedSerhiy Storchaka2016-09-115-8/+101
* | Issue #26900: Excluded underscored names and other private API from limited API.Serhiy Storchaka2016-09-1121-15/+74
* | issue23591: add auto() for auto-generating Enum member valuesEthan Furman2016-09-113-31/+195
* | Issue #23722: Initialize __class__ from type.__new__()Nick Coghlan2016-09-118-1258/+1358
* | Remove the debug print that i accidentally left in.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-111-1/+0
|\ \ | |/
| * Remove the debug print that i accidentally left in.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-111-1/+0
* | Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (null merge 3.5->3.6)Guido van Rossum2016-09-110-0/+0
|\ \ | |/
| * Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the ...Guido van Rossum2016-09-111-14/+113
* | Issue #26141: Update docs for typing.py. Ivan Levkivskyi.Guido van Rossum2016-09-111-10/+104
* | Issue #28073: Improve wording around None. Michael Lee. (3.5->3.6)Guido van Rossum2016-09-111-2/+4
|\ \ | |/
| * Issue #28073: Improve wording around None. Michael Lee.Guido van Rossum2016-09-111-2/+4
* | Backed out changeset 8460a729e1deBenjamin Peterson2016-09-112-15/+3
* | force gcc to use c99 inline semanticsBenjamin Peterson2016-09-112-3/+15
* | fix link to instrumentationBenjamin Peterson2016-09-111-1/+1
* | add the usual extern C silliness to pydtrace.hBenjamin Peterson2016-09-111-0/+6
* | reST is not markdownBenjamin Peterson2016-09-111-17/+17
* | Backed out changeset 3934e070c9dbBenjamin Peterson2016-09-111-2/+1
* | Null mergeSerhiy Storchaka2016-09-100-0/+0
|\ \ | |/
| * Backported tests for issue #28070.Serhiy Storchaka2016-09-101-0/+3
* | Issue #28070: Fixed parsing inline verbose flag in regular expressions.Serhiy Storchaka2016-09-103-0/+6
* | Issue #19500: Add client-side SSL session resumption to the ssl module.Christian Heimes2016-09-105-20/+582
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-1023-85/+189
* | #28067: Fixed another typo.Alexander Belopolsky2016-09-101-1/+1
* | Issue 28043: SSLContext has improved default settingsChristian Heimes2016-09-105-54/+82
* | IDLE newx items. merge from 3.5Terry Jan Reedy2016-09-102-1/+32
|\ \ | |/
| * IDLE newx items.Terry Jan Reedy2016-09-102-0/+14
* | #28067: Fixed a typo.Alexander Belopolsky2016-09-101-1/+1
* | Closes #28067: Do not call localtime (gmtime) in datetime module.Alexander Belopolsky2016-09-101-42/+60
* | Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd filesSteve Dower2016-09-101-2/+3
|\ \ | |/
| * Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd filesSteve Dower2016-09-101-2/+9
* | Issue #25221: merge from 3.5.Mark Dickinson2016-09-102-1/+5
|\ \ | |/
| * Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is com...Mark Dickinson2016-09-102-1/+5
* | Merge from 3.5Steve Dower2016-09-102-35/+29
|\ \ | |/