summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge from 3.4Senthil Kumaran2014-09-174-1/+18
|\ \ | |/
| * Merge from 3.3Senthil Kumaran2014-09-174-1/+18
| |\
| | * Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...Senthil Kumaran2014-09-174-1/+18
* | | Merge from 3.4Senthil Kumaran2014-09-172-2/+4
|\ \ \ | |/ /
| * | Merge from 3.3Senthil Kumaran2014-09-172-2/+4
| |\ \ | | |/
| | * Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all i...Senthil Kumaran2014-09-172-2/+4
* | | Close issue21706: add 'start' parameter to functional APIEthan Furman2014-09-173-11/+80
* | | Issue21738: clarify usage of __new__ in Enum subclassesEthan Furman2014-09-171-6/+9
|\ \ \ | |/ /
| * | Issue21738: clarify usage of __new__ in Enum subclassesEthan Furman2014-09-171-6/+9
* | | consistently use _name_ and _value_; patch from Kiss GyorgyEthan Furman2014-09-171-5/+5
|\ \ \ | |/ /
| * | consistently use _name_ and _value_; patch from Kiss GyorgyEthan Furman2014-09-171-5/+5
* | | Replace bad ftp URLs in test_urllib2netAntoine Pitrou2014-09-161-34/+34
|\ \ \ | |/ /
| * | Replace bad ftp URLs in test_urllib2netAntoine Pitrou2014-09-161-34/+34
* | | Lax cookie parsing in http.cookies could be a security issue when combinedAntoine Pitrou2014-09-164-1/+16
|\ \ \ | |/ /
| * | Lax cookie parsing in http.cookies could be a security issue when combinedAntoine Pitrou2014-09-164-1/+16
| |\ \ | | |/
| | * Lax cookie parsing in http.cookies could be a security issue when combinedAntoine Pitrou2014-09-164-1/+16
* | | Closes #21270 : We now override tuple methods in mock.call objects.Kushal Das2014-09-163-0/+19
* | | Merge fix for issue #22166 from 3.4Nick Coghlan2014-09-155-0/+102
|\ \ \ | |/ /
| * | Issue #22166: clear codec caches in test_codecsNick Coghlan2014-09-155-0/+102
* | | Closes #18159: ConfigParser getters not available on SectionProxyŁukasz Langa2014-09-153-88/+423
|\ \ \
| * | | Closes #18159: ConfigParser getters not available on SectionProxyŁukasz Langa2014-09-153-53/+386
| * | | Fix full-stop whitespace in configparser docsŁukasz Langa2014-09-151-42/+44
* | | | Restored re pickling test.Serhiy Storchaka2014-09-151-5/+9
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Restored re pickling test.Serhiy Storchaka2014-09-151-5/+9
* | | Issue #17095: merge from 3.4Ned Deily2014-09-151-14/+0
|\ \ \ | |/ /
| * | Issue #17095: Temporarily revert getpath.c change that added the ModulesNed Deily2014-09-151-14/+0
* | | Closes #20537: logging methods now accept an exception instance as well as a ...Vinay Sajip2014-09-144-14/+34
* | | Issue #22384: An exception in Tkinter callback no longer crashes the programSerhiy Storchaka2014-09-142-2/+8
|\ \ \ | |/ /
| * | Issue #22384: An exception in Tkinter callback no longer crashes the programSerhiy Storchaka2014-09-142-2/+8
* | | Use more appropriate asserts in re tests.Serhiy Storchaka2014-09-141-115/+115
|\ \ \ | |/ /
| * | Use more appropriate asserts in re tests.Serhiy Storchaka2014-09-141-115/+115
* | | Fixed re tests incorrectly ported from 2.x to 3.x.Serhiy Storchaka2014-09-141-22/+27
|\ \ \ | |/ /
| * | Fixed re tests incorrectly ported from 2.x to 3.x.Serhiy Storchaka2014-09-141-22/+27
* | | Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X.Ned Deily2014-09-142-2/+5
|\ \ \ | |/ /
| * | Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X.Ned Deily2014-09-142-2/+5
* | | merge 3.4Benjamin Peterson2014-09-131-1/+1
|\ \ \ | |/ /
| * | make hg link secureBenjamin Peterson2014-09-131-1/+1
* | | inspect.Signature: Fix discrepancy between __eq__ and __hash__.Yury Selivanov2014-09-123-39/+39
* | | Issue #16104: Allow compileall to do parallel bytecode compilation.Brett Cannon2014-09-124-25/+137
* | | Closes #22386: merged fix from 3.4.Vinay Sajip2014-09-113-3/+8
|\ \ \ | |/ /
| * | Issue #22386: fixed regression.Vinay Sajip2014-09-113-3/+8
* | | Closes #22336: attemptckalloc() with PyMem_Malloc() in _tkinterVictor Stinner2014-09-111-12/+12
* | | Issue #13968: Fixed newly added recursive glob test.Serhiy Storchaka2014-09-111-38/+40
* | | Issue #21147: sqlite3 now raises an exception if the request contains a nullSerhiy Storchaka2014-09-114-1/+19
|\ \ \ | |/ /
| * | Issue #21147: sqlite3 now raises an exception if the request contains a nullSerhiy Storchaka2014-09-114-1/+19
* | | Issue #13968: The glob module now supports recursive search inSerhiy Storchaka2014-09-115-19/+199
* | | Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command withSerhiy Storchaka2014-09-113-1/+9
|\ \ \ | |/ /
| * | Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command withSerhiy Storchaka2014-09-113-1/+9
* | | Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.Serhiy Storchaka2014-09-112-10/+29
|\ \ \ | |/ /
| * | Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.Serhiy Storchaka2014-09-112-10/+29