summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #12759: merge with 3.2.Ezio Melotti2012-11-033-1/+30
|\
| * #12759: sre_parse now raises a proper error when the name of the group is mis...Ezio Melotti2012-11-033-1/+30
* | #4711: merge with 3.2.Ezio Melotti2012-11-031-0/+1
|\ \ | |/
| * #4711: break long words in the docs sidebar to avoid overflow.Ezio Melotti2012-11-031-0/+1
* | #16152: merge with 3.2.Ezio Melotti2012-11-034-1/+11
|\ \ | |/
| * #16152: fix tokenize to ignore whitespace at the end of the code when no newl...Ezio Melotti2012-11-034-1/+12
* | Issue #15814: Use hash function that is compatible with the equalityStefan Krah2012-11-023-8/+38
* | Issue #16145: Support legacy strings in the _csv module.Stefan Krah2012-11-023-6/+50
* | merge with 3.2Georg Brandl2012-11-021-12/+10
|\ \ | |/
| * Grammar touchup.Georg Brandl2012-11-021-12/+10
* | Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context MenuAndrew Svetlov2012-11-016-13/+98
|\ \ | |/
| * Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context MenuAndrew Svetlov2012-11-016-13/+98
* | Merge: Reword set docs to use *proper subset/superset* terminology.Andrew Svetlov2012-11-011-2/+2
|\ \ | |/
| * Reword set docs to use *proper subset/superset* terminology.Andrew Svetlov2012-11-011-2/+2
* | Merge issue #14893: Add function annotation example to function tutorial.Andrew Svetlov2012-11-011-0/+34
|\ \ | |/
| * Issue #14893: Add function annotation example to function tutorial.Andrew Svetlov2012-11-011-0/+34
* | Issue #16230: Fix a crash in select.select() when one the lists changes size ...Antoine Pitrou2012-11-013-4/+15
|\ \ | |/
| * Issue #16230: Fix a crash in select.select() when one the lists changes size ...Antoine Pitrou2012-11-013-4/+15
* | Issue #16228: Fix a crash in the json module where a list changes size while ...Antoine Pitrou2012-11-013-7/+14
|\ \ | |/
| * Issue #16228: Fix a crash in the json module where a list changes size while ...Antoine Pitrou2012-11-013-7/+14
* | Issue #16218: Support non ascii characters in python launcher.Andrew Svetlov2012-11-012-2/+16
* | Merge: change docstring for xdrlib.Error to use new style exceptions.Andrew Svetlov2012-11-011-1/+1
|\ \ | |/
| * Change docstring for xdrlib.Error to use new style exceptions.Andrew Svetlov2012-11-011-1/+1
* | Merge issue #16373: Prevent infinite recursion for ABC Set class operations.Andrew Svetlov2012-11-012-2/+35
|\ \ | |/
| * Issue #16373: Prevent infinite recursion for ABC Set class operations.Andrew Svetlov2012-11-012-2/+35
* | merge headsBenjamin Peterson2012-10-313-111/+149
|\ \
| * \ Merge issue #16377: Fix bisect unittest.Andrew Svetlov2012-10-311-1/+1
| |\ \ | | |/
| | * Issue #16377: Fix bisect unittest.Andrew Svetlov2012-10-311-1/+1
| * | null mergeAndrew Svetlov2012-10-310-0/+0
| |\ \ | | |/
| | * merge headsAndrew Svetlov2012-10-311-104/+133
| | |\
| * | \ Merge issue #14900: document added sort keys for profile stats.Andrew Svetlov2012-10-311-104/+133
| |\ \ \ | | | |/ | | |/|
| | * | Issue #14900: document added sort keys for profile stats.Andrew Svetlov2012-10-311-104/+133
| * | | Issue #16348: merge fix from 3.2.Mark Dickinson2012-10-311-6/+15
| |\ \ \ | | | |/ | | |/|
| | * | Issue #16348: Fix incorrect documentation for Decimal.remainder_near.Mark Dickinson2012-10-311-6/+15
* | | | check return value of _PyUnicode_AsStringBenjamin Peterson2012-10-311-2/+6
|/ / /
* | | merge 3.2Benjamin Peterson2012-10-311-1/+1
|\ \ \ | |/ /
| * | avoid a function call with redundant checks for dict sizeBenjamin Peterson2012-10-311-1/+1
* | | merge 3.2Benjamin Peterson2012-10-311-1/+1
|\ \ \ | |/ /
| * | fix spellingBenjamin Peterson2012-10-311-1/+1
* | | merge 3.2 (#16345)Benjamin Peterson2012-10-313-29/+41
|\ \ \ | |/ /
| * | merge headsBenjamin Peterson2012-10-316-21/+18
| |\ \ | | |/
| * | only fast-path fromkeys() when the constructor returns a empty dict (closes #...Benjamin Peterson2012-10-313-33/+45
* | | Issue #16197: Fix several small errors in winreg documentation.Andrew Svetlov2012-10-312-31/+34
* | | MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...Jesus Cea2012-10-311-0/+2
|\ \ \ | | |/ | |/|
| * | Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). D...Jesus Cea2012-10-311-0/+2
* | | merge #16371: fix up the English a bit more.R David Murray2012-10-311-2/+2
|\ \ \ | |/ /
| * | #16371: fix up the English a bit more.R David Murray2012-10-311-2/+2
* | | Merge issue #16371: fix typo in ctypes documentation.Andrew Svetlov2012-10-311-1/+1
|\ \ \ | |/ /
| * | Issue #16371: fix typo in ctypes documentation.Andrew Svetlov2012-10-311-1/+1
* | | Merge issue #16370: Mention Py_SetProgramName in example for very high level ...Andrew Svetlov2012-10-311-8/+13
|\ \ \ | |/ /