summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #22065: Try the delete demohelp.txt part again.Terry Jan Reedy2014-08-151-83/+0
* | Issue #22065: forward port the changes in c26862955342, update docstring withTerry Jan Reedy2014-08-151-28/+36
* | Issue #10291: null mergeTerry Jan Reedy2014-08-150-0/+0
|\ \ | |/
| * Issue #10291: Backport 004fe3449193 with a few changes due to 22095.Terry Jan Reedy2014-08-152-6/+103
* | Merge with 3.4Terry Jan Reedy2014-08-151-4/+5
|\ \ | |/
| * Issue #17390: Adjust Editor window title. Remove 'Python', move version to end.Terry Jan Reedy2014-08-151-4/+5
* | Issue #15381: Optimized line reading in io.BytesIO.Serhiy Storchaka2014-08-142-29/+29
* | Issue #22193: Added private function _PySys_GetSizeOf() needed to implementSerhiy Storchaka2014-08-142-32/+44
|\ \ | |/
| * Issue #22193: Added private function _PySys_GetSizeOf() needed to implementSerhiy Storchaka2014-08-142-32/+44
* | Issue #21445: Pass exception messages correctly to assertTrue inBerker Peksag2014-08-142-4/+5
|\ \ | |/
| * Issue #21445: Pass exception messages correctly to assertTrue inBerker Peksag2014-08-142-4/+5
* | Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems()Serhiy Storchaka2014-08-133-14/+17
|\ \ | |/
| * Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems()Serhiy Storchaka2014-08-133-14/+17
* | mergeRaymond Hettinger2014-08-123-0/+16
|\ \ | |/
| * Issue 22184: Early detection and reporting of missing lru_cache parametersRaymond Hettinger2014-08-123-0/+16
* | Decreased memory requirements of new tests added in issue21448.Serhiy Storchaka2014-08-121-1/+2
|\ \ | |/
| * Decreased memory requirements of new tests added in issue21448.Serhiy Storchaka2014-08-121-1/+2
* | Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing ...Serhiy Storchaka2014-08-123-12/+80
|\ \ | |/
| * Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing ...Serhiy Storchaka2014-08-123-12/+80
* | Issue #17923: glob() patterns ending with a slash no longer match non-dirs onSerhiy Storchaka2014-08-122-3/+11
|\ \ | |/
| * Issue #17923: glob() patterns ending with a slash no longer match non-dirs onSerhiy Storchaka2014-08-122-3/+11
* | Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de G...Antoine Pitrou2014-08-122-0/+5
|\ \ | |/
| * Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de G...Antoine Pitrou2014-08-122-0/+5
* | Closes #22178: Merge with 3.4Zachary Ware2014-08-111-1/+1
|\ \ | |/
| * Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601).Zachary Ware2014-08-111-1/+1
* | #21725: Add RFC 6531 (SMTPUTF8) support to smtpd.R David Murray2014-08-096-80/+434
* | Fix usage of the versionchanged directive.Berker Peksag2014-08-111-1/+1
* | (Merge 3.4) Issue #22112, asyncio doc: replace loop.create_task(coro) withVictor Stinner2014-08-103-16/+19
|\ \ | |/
| * Issue #22112, asyncio doc: replace loop.create_task(coro) withVictor Stinner2014-08-103-16/+19
* | (Merge 3.4) Close #22175: Improve test_faulthandler readability with dedent.Victor Stinner2014-08-101-178/+180
|\ \ | |/
| * Close #22175: Improve test_faulthandler readability with dedent.Victor Stinner2014-08-101-174/+176
* | mergeRaymond Hettinger2014-08-102-7/+14
|\ \ | |/
| * Issue #22174: Clean-up grammar and ambiguities in property() docs.Raymond Hettinger2014-08-102-7/+14
* | mergeRaymond Hettinger2014-08-101-9/+0
|\ \ | |/
| * Issue #22180: Remove weak exampleRaymond Hettinger2014-08-101-9/+0
* | merge 3.4 (#21121)Benjamin Peterson2014-08-105-3/+20
|\ \ | |/
| * add -Werror=declaration-after-statement only to stdlib extension modules (clo...Benjamin Peterson2014-08-105-3/+20
* | - Merge 3.4doko@ubuntu.com2014-08-092-3/+26
|\ \ | |/
| * - Issue #22176: Fix build failure on ARM with -Werror=declaration-after-stat...doko@ubuntu.com2014-08-092-3/+26
* | merge 3.4.doko@ubuntu.com2014-08-092-2/+2
|\ \ | |/
| * - Issue #22176: Add src/x86/win32.S for x86 libffi builds.doko@ubuntu.com2014-08-092-2/+2
* | - Issue #22176: Update the ctypes module's libffi to v3.1. This releasedoko@ubuntu.com2014-08-09136-13698/+28240
|\ \ | |/
| * - Issue #22176: Update the ctypes module's libffi to v3.1. This releasedoko@ubuntu.com2014-08-09136-13698/+28243
* | Issue #22161: Conformed arguments type checks in ctype to actually supportedSerhiy Storchaka2014-08-096-28/+30
|\ \ | |/
| * Issue #22161: Conformed arguments type checks in ctype to actually supportedSerhiy Storchaka2014-08-096-28/+30
* | Merge #21777 from 3.4Nick Coghlan2014-08-092-77/+773
|\ \ | |/
| * Issue #21777: separate docs for binary sequence methodsNick Coghlan2014-08-092-77/+776
* | Merge with 3.4Terry Jan Reedy2014-08-092-1/+10
|\ \ | |/
| * Issue #14105: Stop removing breakpoints from Idle editors.Terry Jan Reedy2014-08-092-1/+10
* | Closes #22060: Merge with 3.4Zachary Ware2014-08-089-302/+74
|\ \ | |/