summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Document when json.load's parse_constant behaviour changedHynek Schlawack2012-05-201-0/+3
|\ | | | | | | It doesn't get called on 'null', 'true', 'false' since f686aced02a3.
| * Document when json.load's parse_constant behaviour changedHynek Schlawack2012-05-201-0/+3
| | | | | | | | It doesn't get called on 'null', 'true', 'false' since f686aced02a3.
* | 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
|/ / | | | | | | creation flag to open().
* | 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 ↵Nick Coghlan2012-05-201-4/+16
| | | | | | | | implementation details
* | 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. ↵Senthil Kumaran2012-05-202-5/+5
|\ \ | |/ | | | | Patch by Federico Reghenzani and Müte Invert
| * Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. ↵Senthil Kumaran2012-05-202-5/+5
| | | | | | | | Patch by Federico Reghenzani and Müte Invert
* | 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
| | | | | | | | "missing dependency", causing pythocore to be rebuilt every time.
* | Clean up the PCBuild project files, removing redundant settings andKristján Valur Jónsson2012-05-1938-260/+159
| | | | | | | | | | use "references" to link to dependent projects. Update readme and batch files.
* | 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 ↵Ezio Melotti2012-05-193-6/+16
| | | | | | | | stricter.
* | #13152: Allow to specify a custom tabsize for expanding tabs in textwrapHynek Schlawack2012-05-194-4/+29
| | | | | | | | Patch by John Feuerstein.
* | merge - Fix Issue14721: Send Content-length: 0 for empty body () in the ↵Senthil Kumaran2012-05-193-1/+32
|\ \ | |/ | | | | http.client requests
| * Fix Issue14721: Send Content-length: 0 for empty body () in the http.client ↵Senthil Kumaran2012-05-193-1/+32
| | | | | | | | requests
* | 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
|\ \ | |/
| * #14798: pyclbr now raises ImportError instead of KeyError for missing packagesPetri Lehtinen2012-05-184-0/+12
| |
* | Fix time.time() references in the time module docsPetri Lehtinen2012-05-181-6/+6
|\ \ | |/ | | | | Closes #14842.
| * Fix time.time() references in the time module docsPetri Lehtinen2012-05-181-6/+6
| | | | | | | | Closes #14842.
* | Fix whitespaceAntoine Pitrou2012-05-181-1/+0
| |
* | Move private function _args_from_interpreter_flags() to subprocess.py, soAntoine Pitrou2012-05-184-32/+38
| | | | | | | | | | that it can be imported when threads are disabled. (followup to issue #12098)
* | #12098: Make multiprocessing's child processes inherit sys.flags on WindowsRichard Oudkerk2012-05-185-20/+73
| | | | | | | | Initial patch by Sergey Mezentsev.
* | Fix typo.Martin v. Löwis2012-05-181-2/+2
| |
* | Upgrade OpenSSL to 1.0.1cMartin v. Löwis2012-05-187-8/+13
| |
* | Assume nasm.Martin v. Löwis2012-05-181-2/+2
| |
* | merge 3.2Martin v. Löwis2012-05-187-10/+9
|\ \ | |/
| * Drop double quoting again. I'm at a loss when to quote and when not.Martin v. Löwis2012-05-181-1/+1
| |
| * Upgrade OpenSSL to 1.0.0jMartin v. Löwis2012-05-186-8/+9
| |
* | merge 3.2Martin v. Löwis2012-05-180-0/+0
|\ \ | |/
| * merge headsMartin v. Löwis2012-05-181-33/+9
| |\
* | \ merge headsMartin v. Löwis2012-05-181-33/+9
|\ \ \
| * | | Port to VS 2010.Martin v. Löwis2012-05-181-2/+2
| | | |
| * | | Merge 3.2 build_ssl changes.Martin v. Löwis2012-05-181-33/+9
| |\ \ \ | | | |/ | | |/|
| | * | Add another set of quotes to make cmd.exe happy.Martin v. Löwis2012-05-181-1/+1
| | | |
| | * | Fetch openssl directory from pyproject.vsprops.Martin v. Löwis2012-05-181-32/+8
| | | |
* | | | Remove outdated statements about threading and imports.Antoine Pitrou2012-05-182-27/+1
| | | |
* | | | Add a mention of the new import locks in whatsnew.Antoine Pitrou2012-05-171-0/+17
| | | |
* | | | MergeAntoine Pitrou2012-05-173-2/+6
|\ \ \ \