Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update build.bat for VS2010 | Brian Curtin | 2012-05-22 | 1 | -3/+4 |
| | |||||
* | Restore [] where default arguments are not keywords | Hynek Schlawack | 2012-05-22 | 4 | -4/+4 |
|\ | |||||
| * | Restore [] where default arguments are not keywords | Hynek Schlawack | 2012-05-22 | 4 | -4/+4 |
| | | | | | | | | Reverts some changes of d13fdd97cc8e. | ||||
* | | Fix typo | Nick Coghlan | 2012-05-22 | 1 | -1/+1 |
| | | |||||
* | | Fix the versionadded tags for a couple of my recent changes | Nick Coghlan | 2012-05-22 | 2 | -2/+5 |
| | | |||||
* | | #14875: merge with 3.2. | Ezio Melotti | 2012-05-21 | 2 | -2/+3 |
|\ \ | |/ | |||||
| * | #14875: Use float('inf') instead of float('1e66666') in the json module. | Ezio Melotti | 2012-05-21 | 2 | -2/+3 |
| | | |||||
* | | Avoid useless indentation. | Georg Brandl | 2012-05-21 | 1 | -2/+2 |
| | | |||||
* | | Remove outdated statement. | Antoine Pitrou | 2012-05-21 | 1 | -5/+0 |
| | | |||||
* | | Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan ↵ | Nick Coghlan | 2012-05-21 | 2 | -52/+20 |
| | | | | | | | | Furman) | ||||
* | | Close #13585: add contextlib.ExitStack to replace the ill-fated ↵ | Nick Coghlan | 2012-05-21 | 5 | -6/+539 |
| | | | | | | | | contextlib.nested API | ||||
* | | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-21 | 3 | -24/+24 |
| | | | | | | | | 3.3 specific additions to d13fdd97cc8e. | ||||
* | | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-21 | 8 | -11/+11 |
|\ \ | |/ | |||||
| * | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-21 | 8 | -11/+11 |
| | | |||||
* | | Fix `versionchanged` tags for json.load | Hynek Schlawack | 2012-05-20 | 1 | -1/+1 |
|\ \ | |/ | | | | | `versionchanged` tags about 2.7 are useless in 3.x branches. | ||||
| * | Fix `versionchanged` tags for json.load | Hynek Schlawack | 2012-05-20 | 1 | -1/+1 |
| | | | | | | | | `versionchanged` tags about 2.7 are useless in 3.x branches. | ||||
* | | Closes #14864: Added documentation on how to undo the effects of a ↵ | Vinay Sajip | 2012-05-20 | 1 | -1/+2 |
|\ \ | |/ | | | | | logging.disable() call. Thanks to user Guillaume for the suggestion. | ||||
| * | Fixes #14864: Added documentation on how to undo the effects of a ↵ | Vinay Sajip | 2012-05-20 | 1 | -1/+2 |
| | | | | | | | | logging.disable() call. | ||||
* | | Issue 14821: | Kristján Valur Jónsson | 2012-05-20 | 1 | -12/+0 |
| | | | | | | | | | | | | | | If a dependency is expressed both in the .sln file and the .vcxproj file msbuild is confused. Removing the .sln dependencies which are deprecated anyway. See: http://blogs.msdn.com/b/visualstudio/archive/2010/12/21/incorrect-solution-build-ordering-when-using-msbuild-exe.aspx | ||||
* | | Remove an incorrect implementation detail | Nick Coghlan | 2012-05-20 | 1 | -5/+0 |
| | | |||||
* | | Issue #14814: addition of the ipaddress module (stage 1 - code and tests) | Nick Coghlan | 2012-05-20 | 5 | -0/+3347 |
| | | |||||
* | | Document when json.load's parse_constant behaviour changed | Hynek Schlawack | 2012-05-20 | 1 | -0/+3 |
|\ \ | |/ | | | | | It doesn't get called on 'null', 'true', 'false' since f686aced02a3. | ||||
| * | Document when json.load's parse_constant behaviour changed | Hynek Schlawack | 2012-05-20 | 1 | -0/+3 |
| | | | | | | | | It doesn't get called on 'null', 'true', 'false' since f686aced02a3. | ||||
* | | Merge. | Charles-François Natali | 2012-05-20 | 1 | -3/+3 |
|\ \ | |||||
| * | | Clarify a paragraph in the new metaclass docs | Nick Coghlan | 2012-05-20 | 1 | -3/+3 |
| | | | |||||
* | | | Issue #12760: Add some mising documentation about the new `x` exclusive | Charles-François Natali | 2012-05-20 | 1 | -5/+10 |
|/ / | | | | | | | creation flag to open(). | ||||
* | | merge - Fix for issue14426 - buildbots here I come | Senthil Kumaran | 2012-05-20 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix for issue14426 - buildbots here I come | Senthil Kumaran | 2012-05-20 | 1 | -1/+1 |
| | | |||||
* | | Describe the default hash correctly, and mark a couple of CPython ↵ | Nick Coghlan | 2012-05-20 | 1 | -4/+16 |
| | | | | | | | | implementation details | ||||
* | | Fix typo in new metaclass docs | Nick Coghlan | 2012-05-20 | 1 | -1/+1 |
| | | |||||
* | | Minor change to default lru size. Set default to a power of two. | Raymond Hettinger | 2012-05-20 | 2 | -2/+2 |
| | | |||||
* | | news for Issue14426 | Senthil Kumaran | 2012-05-20 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | news for Issue14426 | Senthil Kumaran | 2012-05-20 | 1 | -0/+3 |
| | | |||||
* | | Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. ↵ | Senthil Kumaran | 2012-05-20 | 2 | -5/+5 |
|\ \ | |/ | | | | | Patch by Federico Reghenzani and Müte Invert | ||||
| * | Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. ↵ | Senthil Kumaran | 2012-05-20 | 2 | -5/+5 |
| | | | | | | | | Patch by Federico Reghenzani and Müte Invert | ||||
* | | Issue #14849: setup Element data members to be assignable in subclasses | Eli Bendersky | 2012-05-20 | 2 | -13/+16 |
| | | |||||
* | | Remove missing files from the PCbuild pythoncore project. This avoids a | Kristján Valur Jónsson | 2012-05-19 | 2 | -16/+0 |
| | | | | | | | | "missing dependency", causing pythocore to be rebuilt every time. | ||||
* | | Clean up the PCBuild project files, removing redundant settings and | Kristján Valur Jónsson | 2012-05-19 | 38 | -260/+159 |
| | | | | | | | | | | use "references" to link to dependent projects. Update readme and batch files. | ||||
* | | Close #14588: added a PEP 3115 compliant dynamic type creation mechanism | Nick Coghlan | 2012-05-19 | 7 | -51/+486 |
| | | |||||
* | | #14494: Document that absolute imports became default in 3.0 instead of 2.7. | Petri Lehtinen | 2012-05-19 | 3 | -2/+6 |
|\ \ | |/ | |||||
| * | #14494: Document that absolute imports became default in 3.0 instead of 2.7. | Petri Lehtinen | 2012-05-19 | 4 | -2/+7 |
| | | |||||
* | | #14072: merge with 3.2. | Ezio Melotti | 2012-05-19 | 3 | -6/+16 |
|\ \ | |/ | |||||
| * | #14072: Fix parsing of tel URIs in urlparse by making the check for ports ↵ | Ezio Melotti | 2012-05-19 | 3 | -6/+16 |
| | | | | | | | | stricter. | ||||
* | | #13152: Allow to specify a custom tabsize for expanding tabs in textwrap | Hynek Schlawack | 2012-05-19 | 4 | -4/+29 |
| | | | | | | | | Patch by John Feuerstein. | ||||
* | | merge - Fix Issue14721: Send Content-length: 0 for empty body () in the ↵ | Senthil Kumaran | 2012-05-19 | 3 | -1/+32 |
|\ \ | |/ | | | | | http.client requests | ||||
| * | Fix Issue14721: Send Content-length: 0 for empty body () in the http.client ↵ | Senthil Kumaran | 2012-05-19 | 3 | -1/+32 |
| | | | | | | | | requests | ||||
* | | Issue9374 - Generic parsing of query and fragment portion of urls for any scheme | Senthil Kumaran | 2012-05-19 | 3 | -9/+14 |
|\ \ | |/ | |||||
| * | Issue9374 - Generic parsing of query and fragment portion of urls for any scheme | Senthil Kumaran | 2012-05-19 | 3 | -9/+14 |
| | | |||||
* | | #14798: pyclbr now raises ImportError instead of KeyError for missing packages | Petri Lehtinen | 2012-05-18 | 4 | -0/+12 |
|\ \ | |/ | |||||
| * | #14798: pyclbr now raises ImportError instead of KeyError for missing packages | Petri Lehtinen | 2012-05-18 | 4 | -0/+12 |
| | |