summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.4Victor Stinner2014-10-101-35/+51
|\
| * Issue #22564: ssl doc: mention how SSLSocket are usually createdVictor Stinner2014-10-101-0/+3
| * Issue #22564: ssl doc: use "class" marker to document the SSLSocket classVictor Stinner2014-10-101-24/+26
| * Issue #22564: ssl doc: document read(), write(), pending, server_side andVictor Stinner2014-10-101-0/+54
| * Issue #22564: ssl doc: fix typosVictor Stinner2014-10-101-2/+2
* | Issue #22591: Drop support of MS-DOSVictor Stinner2014-10-101-4/+1
* | Issue #19380: Optimized parsing of regular expressions.Serhiy Storchaka2014-10-102-150/+122
* | Issue #22584: Got rid of character tables in _sre.c and use standard macrosSerhiy Storchaka2014-10-101-34/+6
* | Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub()Serhiy Storchaka2014-10-105-8/+26
* | Merge with 3.4Terry Jan Reedy2014-10-101-11/+4
|\ \ | |/
| * Issue #20167: revise condition to accomodate message change.Terry Jan Reedy2014-10-101-11/+4
* | Merge: #18176: Change generic UCD PropList link to version specific link.R David Murray2014-10-102-2/+4
|\ \ | |/
| * #18176: Change generic UCD PropList link to version specific link.R David Murray2014-10-102-2/+4
* | Merge with 3.4: decolourizeTerry Jan Reedy2014-10-095-23/+25
|\ \ | |/
| * De-'colour'ize stdlib except for idlelib.configDialog.Terry Jan Reedy2014-10-095-23/+25
* | Closes #22579: Fix posixmodule.c to support any C compiler on WindowsVictor Stinner2014-10-091-1/+1
* | Merge: #18176: fix another reference and add it to the makeunicodedata comment.R David Murray2014-10-092-1/+2
|\ \ | |/
| * #18176: fix another reference and add it to the makeunicodedata comment.R David Murray2014-10-092-1/+2
* | Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.R David Murray2014-10-092-1/+5
|\ \ | |/
| * #18176: updated stdtypes UCD link, added reminder to makeunicodedata.R David Murray2014-10-092-1/+5
* | #18615: Make sndhdr return namedtuples.R David Murray2014-10-095-5/+39
* | Merge 3.4Victor Stinner2014-10-091-1/+1
|\ \ | |/
| * Issue #22588: Fix typo in _testcapi.test_incref_decref_API()Victor Stinner2014-10-091-1/+1
* | (Merge 3.4) Issue #22568: Fix compilation of posixmodule.c with Open Watcom:Victor Stinner2014-10-091-21/+21
|\ \ | |/
| * Issue #22568: Fix compilation of posixmodule.c with Open Watcom: rename "utime"Victor Stinner2014-10-091-21/+21
* | (Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch()Victor Stinner2014-10-091-1/+1
|\ \ | |/
| * Closes #22580: Fix documentation of PyUnicode_Tailmatch()Victor Stinner2014-10-091-1/+1
* | whatsnew: Fix markup.Berker Peksag2014-10-091-1/+2
* | whatsnew: Add PEP 478.Berker Peksag2014-10-091-1/+1
* | Merge with 3.4Terry Jan Reedy2014-10-091-19/+21
|\ \ | |/
| * Issue 3068: Move idlelib.configDialog action button creation into a separateTerry Jan Reedy2014-10-091-19/+21
* | Issue #21715: Extracted shared complicated code in the _io module to newSerhiy Storchaka2014-10-085-42/+33
|\ \ | |/
| * Issue #21715: Extracted shared complicated code in the _io module to newSerhiy Storchaka2014-10-085-42/+33
* | Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...Antoine Pitrou2014-10-088-161/+63
|\ \ | |/
| * Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...Antoine Pitrou2014-10-088-161/+63
* | Drop pydocgui.pyw from the distribution (post-merge merge from 165aa40bfe2e)Steve Dower2014-10-081-4/+1
* | Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.Berker Peksag2014-10-081-4/+4
|\ \ | |/
| * Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.Berker Peksag2014-10-081-4/+4
* | Mostly-null-merge from 3.4 branch following 3.4.2 release.Larry Hastings2014-10-082-2/+3
|\ \ | |/
| * Merge from 3.4.2 release head back into 3.4 mainline.Larry Hastings2014-10-0811-12619/+99
| |\
| | * Post-release changes after 3.4.2 final.Larry Hastings2014-10-082-1/+13
| | * Added tag v3.4.2 for changeset ab2c023a9432Larry Hastings2014-10-061-0/+1
| | * Release bump for 3.4.2 final.v3.4.2Larry Hastings2014-10-065-8/+8
| | * Update pydoc topics and fix supsicious markup for 3.4.2 final.Larry Hastings2014-10-063-85/+85
| | * Drop pydocgui.pyw from the distribution.Martin v. Löwis2014-09-211-4/+1
* | | Merge with 3.4: idlelib.configHandlerTerry Jan Reedy2014-10-071-255/+233
|\ \ \ | |/ /
| * | idlelib.configHandler: revise docstrings, add spaces, use False/True, add someTerry Jan Reedy2014-10-071-255/+233
* | | merge 3.4Benjamin Peterson2014-10-071-9/+8
|\ \ \ | |/ /
| * | use source role instead of linking to svnBenjamin Peterson2014-10-071-9/+8
* | | merge with 3.4Georg Brandl2014-10-063-6/+17
|\ \ \ | |/ /