summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | #14472: Update .gitignorePetri Lehtinen2012-05-223-0/+22
* | Update build.bat for VS2010Brian Curtin2012-05-221-3/+4
* | Restore [] where default arguments are not keywordsHynek Schlawack2012-05-224-4/+4
|\ \ | |/
| * Restore [] where default arguments are not keywordsHynek Schlawack2012-05-224-4/+4
* | Fix typoNick Coghlan2012-05-221-1/+1
* | Fix the versionadded tags for a couple of my recent changesNick Coghlan2012-05-222-2/+5
* | #14875: merge with 3.2.Ezio Melotti2012-05-212-2/+3
|\ \ | |/
| * #14875: Use float('inf') instead of float('1e66666') in the json module.Ezio Melotti2012-05-212-2/+3
* | Avoid useless indentation.Georg Brandl2012-05-211-2/+2
* | Remove outdated statement.Antoine Pitrou2012-05-211-5/+0
* | Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan Fur...Nick Coghlan2012-05-212-52/+20
* | Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.ne...Nick Coghlan2012-05-215-6/+539
* | #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-213-24/+24
* | #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-218-11/+11
|\ \ | |/
| * #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-218-11/+11
* | Fix `versionchanged` tags for json.loadHynek Schlawack2012-05-201-1/+1
|\ \ | |/
| * Fix `versionchanged` tags for json.loadHynek Schlawack2012-05-201-1/+1
* | Closes #14864: Added documentation on how to undo the effects of a logging.di...Vinay Sajip2012-05-201-1/+2
|\ \ | |/
| * Fixes #14864: Added documentation on how to undo the effects of a logging.dis...Vinay Sajip2012-05-201-1/+2
* | Issue 14821:Kristján Valur Jónsson2012-05-201-12/+0
* | Remove an incorrect implementation detailNick Coghlan2012-05-201-5/+0
* | Issue #14814: addition of the ipaddress module (stage 1 - code and tests)Nick Coghlan2012-05-205-0/+3347
* | Document when json.load's parse_constant behaviour changedHynek Schlawack2012-05-201-0/+3
|\ \ | |/
| * Document when json.load's parse_constant behaviour changedHynek Schlawack2012-05-201-0/+3
* | Merge.Charles-François Natali2012-05-201-3/+3
|\ \
| * | Clarify a paragraph in the new metaclass docsNick Coghlan2012-05-201-3/+3
* | | Issue #12760: Add some mising documentation about the new `x` exclusiveCharles-François Natali2012-05-201-5/+10
|/ /
* | merge - Fix for issue14426 - buildbots here I comeSenthil Kumaran2012-05-201-1/+1
|\ \ | |/
| * Fix for issue14426 - buildbots here I comeSenthil Kumaran2012-05-201-1/+1
* | Describe the default hash correctly, and mark a couple of CPython implementat...Nick Coghlan2012-05-201-4/+16
* | Fix typo in new metaclass docsNick Coghlan2012-05-201-1/+1
* | Minor change to default lru size. Set default to a power of two.Raymond Hettinger2012-05-202-2/+2
* | news for Issue14426Senthil Kumaran2012-05-201-0/+3
|\ \ | |/
| * news for Issue14426Senthil Kumaran2012-05-201-0/+3
* | Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...Senthil Kumaran2012-05-202-5/+5
|\ \ | |/
| * Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...Senthil Kumaran2012-05-202-5/+5
* | Issue #14849: setup Element data members to be assignable in subclassesEli Bendersky2012-05-202-13/+16
* | Remove missing files from the PCbuild pythoncore project. This avoids aKristján Valur Jónsson2012-05-192-16/+0
* | Clean up the PCBuild project files, removing redundant settings andKristján Valur Jónsson2012-05-1938-260/+159
* | Close #14588: added a PEP 3115 compliant dynamic type creation mechanismNick Coghlan2012-05-197-51/+486
* | #14494: Document that absolute imports became default in 3.0 instead of 2.7.Petri Lehtinen2012-05-193-2/+6
|\ \ | |/
| * #14494: Document that absolute imports became default in 3.0 instead of 2.7.Petri Lehtinen2012-05-194-2/+7
* | #14072: merge with 3.2.Ezio Melotti2012-05-193-6/+16
|\ \ | |/
| * #14072: Fix parsing of tel URIs in urlparse by making the check for ports str...Ezio Melotti2012-05-193-6/+16
* | #13152: Allow to specify a custom tabsize for expanding tabs in textwrapHynek Schlawack2012-05-194-4/+29
* | merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http....Senthil Kumaran2012-05-193-1/+32
|\ \ | |/
| * Fix Issue14721: Send Content-length: 0 for empty body () in the http.client r...Senthil Kumaran2012-05-193-1/+32
* | Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-193-9/+14
|\ \ | |/
| * Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-193-9/+14
* | #14798: pyclbr now raises ImportError instead of KeyError for missing packagesPetri Lehtinen2012-05-184-0/+12
|\ \ | |/