summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * #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
|\ \ | |/
| * Fix time.time() references in the time module docsPetri Lehtinen2012-05-181-6/+6
* | Fix whitespaceAntoine Pitrou2012-05-181-1/+0
* | Move private function _args_from_interpreter_flags() to subprocess.py, soAntoine Pitrou2012-05-184-32/+38
* | #12098: Make multiprocessing's child processes inherit sys.flags on WindowsRichard Oudkerk2012-05-185-20/+73
* | 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
|\ \ \ \
| * | | | Issue #13031: Small speed-up for tarfile when unzipping tarfiles.Ross Lagerwall2012-05-173-2/+6
* | | | | Make the test completely clean up after itself.Antoine Pitrou2012-05-171-2/+4
|/ / / /
* | | | Move import lock-related functions to a separate doc section.Antoine Pitrou2012-05-171-42/+43
* | | | Issue #9260: A finer-grained import lock.Antoine Pitrou2012-05-1712-3010/+3746
* | | | Add mention of decoding optimizations in the what's new document.Antoine Pitrou2012-05-171-0/+4
* | | | #14823: Simplify threading.Lock.acquire argument discussion.R David Murray2012-05-171-8/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | #14823: Simplify threading.Lock.acquire argument discussion.R David Murray2012-05-171-8/+5
* | | | Issue 14813: Fix Visual Studio 2008 build after the move into the PC/VS9.0Stefan Krah2012-05-1634-552/+925
* | | | Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ...Antoine Pitrou2012-05-165-7/+30