summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Eric Snow's implementation of PEP 421.Barry Warsaw2012-06-0311-3/+541
|/ /
* | #2658: Add test for issue fixed by fix for #1079.R David Murray2012-06-031-0/+10
* | merge 3.2Martin v. Löwis2012-06-033-3/+3
|\ \ | |/
| * PEP 3131: support non-ASCII characters in auto-completion of identifiers.Martin v. Löwis2012-06-032-2/+2
| * Do not try to insert control characters.Martin v. Löwis2012-06-031-1/+1
* | Drop unused constant.Martin v. Löwis2012-06-031-3/+0
* | Merge 3.2: issue #14937.Martin v. Löwis2012-06-033-3/+22
|\ \ | |/
| * Issue #14937: Perform auto-completion of filenames in strings even for non-AS...Martin v. Löwis2012-06-033-2/+24
* | merge headsSenthil Kumaran2012-06-039-36/+37
|\ \
| * \ mergeEli Bendersky2012-06-031-15/+17
| |\ \
| | * \ Merge with 3.2 #12510Terry Jan Reedy2012-06-031-15/+17
| | |\ \ | | | |/
| | | * Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive nameTerry Jan Reedy2012-06-031-15/+17
| * | | Issue #14090: fix some minor C API problems in default branch (3.3)Eli Bendersky2012-06-038-17/+15
| |/ /
| * | Issue #14424: Document PyType_GenericAlloc, and fix the documentation of PyTy...Eli Bendersky2012-06-031-4/+5
* | | Issue 14989: http.server --cgi option can enable the CGI http server.Senthil Kumaran2012-06-033-7/+24
|/ /
* | Fix unterminated keyword array passed to PyArg_ParseTupleAndKeywordsEli Bendersky2012-06-031-2/+2
* | Issue #14987: Add a missing import statementBrett Cannon2012-06-032-0/+3
* | Merge with 3.2 #10365Terry Jan Reedy2012-06-031-16/+13
|\ \ | |/
| * Issue 10365: Add and replace comments; condense defaulted attribute access.Terry Jan Reedy2012-06-031-16/+13
* | #1079: Fix parsing of encoded words.R David Murray2012-06-025-19/+113
* | null mergeSandro Tosi2012-06-020-0/+0
|\ \ | |/
| * backport c4bd68be5fc6 to 3.2Sandro Tosi2012-06-021-1/+1
* | Issue #14926: merge with 3.2Sandro Tosi2012-06-021-1/+1
|\ \ | |/
| * Issue #14926: fix docstring highlightSandro Tosi2012-06-021-1/+1
* | merge with 3.2Sandro Tosi2012-06-021-8/+8
|\ \ | |/
| * refer to time.strftimeSandro Tosi2012-06-021-8/+8
* | #14957: fix doc typo.R David Murray2012-06-021-1/+1
|\ \ | |/
| * #14957: fix doc typo.R David Murray2012-06-021-1/+1
* | Issue #14814: use print() functionSandro Tosi2012-06-021-1/+1
* | Issue #14814: minor spelling fixesSandro Tosi2012-06-021-4/+4
* | merge 3.2Benjamin Peterson2012-06-021-4/+2
|\ \ | |/
| * don't leak if the __class__ closure is setBenjamin Peterson2012-06-021-4/+2
* | Fix sporadic failure of test_time.test_process_time() on WindowsVictor Stinner2012-06-011-2/+5
* | #14957: clarify splitlines docs.R David Murray2012-06-011-1/+7
|\ \ | |/
| * #14957: clarify splitlines docs.R David Murray2012-06-011-1/+7
* | merge headsSandro Tosi2012-06-012-5/+12
|\ \
| * | #14814: Fix errror message creation in ipaddress.collapse_addressesHynek Schlawack2012-06-012-5/+12
* | | Issue #14968: merge with 3.2Sandro Tosi2012-06-011-1/+1
|\ \ \ | |/ / |/| / | |/
| * Issue #14968: set 'Inplace Operators' as subsection; patch by Lars BuitinckSandro Tosi2012-06-011-1/+1
* | check return for errorBenjamin Peterson2012-06-011-0/+2
* | Close #14969: Improve the handling of exception chaining in contextlib.ExitStackNick Coghlan2012-06-013-14/+33
* | #14814: Remove 2.x's new-style classes syntax from ipaddressHynek Schlawack2012-06-011-3/+3
* | word.digits are always initialized before use in the Taylor series loop,Stefan Krah2012-06-011-1/+1
* | Issue #14007: implement doctype() method calling in XMLParser of _elementtree.Eli Bendersky2012-06-014-11/+120
* | We're always building _elementtree with USE_PYEXPAT_CAPI, so the #ifdefs inEli Bendersky2012-06-011-12/+2
* | Reformat two issue numbersBrian Curtin2012-06-011-2/+2
* | fix trailing whitespaceEli Bendersky2012-06-011-1/+1
* | Issue #14007: make XMLParser a real subclassable type exported from _elementt...Eli Bendersky2012-06-013-115/+174
* | #14814: Remove stale __hex__ method from ipaddressHynek Schlawack2012-05-311-3/+0
* | Don't use metaclasses when class decorators can do the job.R David Murray2012-05-316-67/+66