Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | ||||||
* | | Fix time.time() references in the time module docs | Petri Lehtinen | 2012-05-18 | 1 | -6/+6 | |
|\ \ | |/ | | | | | Closes #14842. | |||||
| * | Fix time.time() references in the time module docs | Petri Lehtinen | 2012-05-18 | 1 | -6/+6 | |
| | | | | | | | | Closes #14842. | |||||
* | | Fix whitespace | Antoine Pitrou | 2012-05-18 | 1 | -1/+0 | |
| | | ||||||
* | | Move private function _args_from_interpreter_flags() to subprocess.py, so | Antoine Pitrou | 2012-05-18 | 4 | -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 Windows | Richard Oudkerk | 2012-05-18 | 5 | -20/+73 | |
| | | | | | | | | Initial patch by Sergey Mezentsev. | |||||
* | | Fix typo. | Martin v. Löwis | 2012-05-18 | 1 | -2/+2 | |
| | | ||||||
* | | Upgrade OpenSSL to 1.0.1c | Martin v. Löwis | 2012-05-18 | 7 | -8/+13 | |
| | | ||||||
* | | Assume nasm. | Martin v. Löwis | 2012-05-18 | 1 | -2/+2 | |
| | | ||||||
* | | merge 3.2 | Martin v. Löwis | 2012-05-18 | 7 | -10/+9 | |
|\ \ | |/ | ||||||
| * | Drop double quoting again. I'm at a loss when to quote and when not. | Martin v. Löwis | 2012-05-18 | 1 | -1/+1 | |
| | | ||||||
| * | Upgrade OpenSSL to 1.0.0j | Martin v. Löwis | 2012-05-18 | 6 | -8/+9 | |
| | | ||||||
* | | merge 3.2 | Martin v. Löwis | 2012-05-18 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | merge heads | Martin v. Löwis | 2012-05-18 | 1 | -33/+9 | |
| |\ | ||||||
* | \ | merge heads | Martin v. Löwis | 2012-05-18 | 1 | -33/+9 | |
|\ \ \ | ||||||
| * | | | Port to VS 2010. | Martin v. Löwis | 2012-05-18 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Merge 3.2 build_ssl changes. | Martin v. Löwis | 2012-05-18 | 1 | -33/+9 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Add another set of quotes to make cmd.exe happy. | Martin v. Löwis | 2012-05-18 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Fetch openssl directory from pyproject.vsprops. | Martin v. Löwis | 2012-05-18 | 1 | -32/+8 | |
| | | | | ||||||
* | | | | Remove outdated statements about threading and imports. | Antoine Pitrou | 2012-05-18 | 2 | -27/+1 | |
| | | | | ||||||
* | | | | Add a mention of the new import locks in whatsnew. | Antoine Pitrou | 2012-05-17 | 1 | -0/+17 | |
| | | | | ||||||
* | | | | Merge | Antoine Pitrou | 2012-05-17 | 3 | -2/+6 | |
|\ \ \ \ | ||||||
| * | | | | Issue #13031: Small speed-up for tarfile when unzipping tarfiles. | Ross Lagerwall | 2012-05-17 | 3 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | Patch by Justin Peel. | |||||
* | | | | | Make the test completely clean up after itself. | Antoine Pitrou | 2012-05-17 | 1 | -2/+4 | |
|/ / / / |