summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue 24088: Clarify semantics of yield expression (merge from 3.4).Guido van Rossum2015-05-051-1/+1
|\
| * Issue 24088: Clarify semantics of yield expression.Guido van Rossum2015-05-051-1/+1
* | Issue #24113: Remove unreachable code in shlex.Raymond Hettinger2015-05-051-3/+0
* | Issue #23911: Fix mixed bytes/strings.Eric Snow2015-05-041-2/+4
* | Issue #24001: Argument Clinic converters now use accept={type}Larry Hastings2015-05-0416-122/+163
* | Issue #20159. Converted the _elementtree module to Argument Clinic.Serhiy Storchaka2015-05-042-400/+1222
* | Enables shortcuts to be deselected when installing on Windows.Steve Dower2015-05-0314-64/+100
* | Fix Windows build breakage from checkins on Issues #20148 and #20168.Larry Hastings2015-05-032-179/+173
* | merge 3.4 (#24118)Benjamin Peterson2015-05-031-6/+6
|\ \ | |/
| * update example, since python.org is HTTPS-only now (closes #24118)Benjamin Peterson2015-05-031-6/+6
* | merge 3.4 (#24096)Benjamin Peterson2015-05-033-10/+42
|\ \ | |/
| * merge 3.3 (#24096)Benjamin Peterson2015-05-033-10/+42
| |\
| | * be more robust against the filters list changing under us (closes #24096)Benjamin Peterson2015-05-033-6/+31
* | | Issue #20179: Converted the _ssl module to Argument Clinic.Serhiy Storchaka2015-05-032-479/+1646
* | | Issue #20148: Converted the _sre module to Argument Clinic.Serhiy Storchaka2015-05-032-311/+1084
* | | Issue #20168: Converted the _tkinter module to Argument Clinic.Serhiy Storchaka2015-05-032-246/+1041
* | | Issue #23330: h2py now supports arbitrary filenames in #include.Serhiy Storchaka2015-05-032-1/+4
|\ \ \ | |/ /
| * | Issue #23330: h2py now supports arbitrary filenames in #include.Serhiy Storchaka2015-05-032-1/+4
* | | Issue #22619: Added negative limit support in the traceback module.Serhiy Storchaka2015-05-035-27/+170
* | | Updates documentation for installing Python on Windows.Steve Dower2015-05-032-24/+22
* | | Replaces use of WinRAR to generate ZIP file with Python scriptSteve Dower2015-05-034-24/+6
* | | merge 3.4 (#24094)Benjamin Peterson2015-05-033-28/+25
|\ \ \ | |/ /
| * | merge 3.3 (#24094)Benjamin Peterson2015-05-033-28/+25
| |\ \ | | |/
| | * just sort the items tuple directly (closes #24094)Benjamin Peterson2015-05-033-27/+25
* | | remove merge markersBenjamin Peterson2015-05-031-27/+0
* | | Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions witho...Guido van Rossum2015-05-035-32/+94
|\ \ \ | |/ /
| * | Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions witho...Guido van Rossum2015-05-035-32/+70
* | | Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-0327-5712/+6192
* | | Makes embedded distribution a plain ZIP file and corrects pyd exclusion.Steve Dower2015-05-022-12/+16
* | | Fixes Python failing to run during Windows release buildSteve Dower2015-05-021-1/+3
* | | Update Windows installer for new CRT version.Steve Dower2015-05-021-2/+2
* | | Merge: #24108: Update fnmatch.translate example to show correct output.R David Murray2015-05-021-1/+1
|\ \ \ | |/ /
| * | #24108: Update fnmatch.translate example to show correct output.R David Murray2015-05-021-1/+1
* | | Merge: #24081: Remove obsolete caveat from import docs.R David Murray2015-05-022-12/+0
|\ \ \ | |/ /
| * | #24081: Remove obsolete caveat from import docs.R David Murray2015-05-022-12/+0
* | | mergeRaymond Hettinger2015-05-020-0/+0
|\ \ \ | |/ /
| * | Defer deleted item decref until after the deque is restored to a consistent s...Raymond Hettinger2015-05-022-6/+10
* | | mergeRaymond Hettinger2015-05-020-0/+0
|\ \ \ | |/ /
| * | Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq.Raymond Hettinger2015-05-022-50/+24
* | | Fixed a typo.Serhiy Storchaka2015-05-021-1/+1
|\ \ \ | |/ /
| * | Fixed a typo.Serhiy Storchaka2015-05-021-1/+1
* | | Closes #24060: Merged documentation update from 3.4.Vinay Sajip2015-05-021-1/+3
|\ \ \ | |/ /
| * | Issue #24060: Made logging.Formatter documentation a little clearer.Vinay Sajip2015-05-021-1/+3
* | | merge 3.4Benjamin Peterson2015-04-301-6/+6
|\ \ \ | |/ /
| * | update linksBenjamin Peterson2015-04-301-6/+6
* | | Issue #23910: Optimize property() getter calls. Patch by Joe JevnikRaymond Hettinger2015-04-302-1/+11
* | | - merge 3.4doko@ubuntu.com2015-04-301-2/+1
|\ \ \ | |/ /
| * | - remove unused EXTRAPLATDIR macro in Makefile.pre.indoko@ubuntu.com2015-04-301-2/+1
* | | merge 3.4Benjamin Peterson2015-04-291-2/+1
|\ \ \ | |/ /
| * | improve phrasingBenjamin Peterson2015-04-291-2/+1