summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Issue #16116: Now uses corrected include and library paths when building C ex...Vinay Sajip2012-10-232-0/+10
* | | Add Misc/NEWS entry for dd8b969d7459/#16245.Ezio Melotti2012-10-231-0/+3
* | | Fix the windows buildbot permission error - close the fd of tempfile beffore ...Senthil Kumaran2012-10-231-6/+7
* | | Fix issue16300: addressing the buildbot failures on windowsSenthil Kumaran2012-10-231-2/+1
* | | #16245: merge with 3.3.Ezio Melotti2012-10-232-12/+14
|\ \ \ | |/ /
| * | #16245: Fix the value of a few entities in html.entities.html5.Ezio Melotti2012-10-232-12/+14
* | | #16245: add a script to generate the html.entities.html5 dict.Ezio Melotti2012-10-232-0/+106
* | | Replace tabs with spaces in posixmodule.cPetri Lehtinen2012-10-231-6/+6
|\ \ \ | |/ /
| * | Replace tabs with spaces in posixmodule.cPetri Lehtinen2012-10-231-6/+6
* | | Issue #16241: document -X faulthandler command line option.Andrew Svetlov2012-10-232-1/+3
|\ \ \ | |/ /
| * | Issue #16241: document -X faulthandler command line option.Andrew Svetlov2012-10-232-1/+3
* | | Merge html.entities.html5 reordering with 3.3.Ezio Melotti2012-10-231-109/+109
|\ \ \ | |/ /
| * | Reorder html.entities.html5 entities to make updates easier. Patch by Iuliia...Ezio Melotti2012-10-231-109/+109
* | | Automated merge with ssh://hg.python.org/cpythonSenthil Kumaran2012-10-231-0/+1
|\ \ \
| * | | skip the file localhost test on windows. Fix it on branch and modify the testSenthil Kumaran2012-10-231-0/+1
* | | | Replace usage of the deprecated Py_UNICODE_COPY() with Py_MEMCPY() in resize_...Victor Stinner2012-10-231-2/+2
* | | | Optimize _PyUnicode_HasNULChars(): use findchar() instead of PyUnicode_Contai...Victor Stinner2012-10-231-7/+9
* | | | Inline raise_translate_exception(): it is only used onceVictor Stinner2012-10-231-15/+4
* | | | Optimize PyUnicode_RichCompare() for Py_EQ and Py_NE: always use memcmp()Victor Stinner2012-10-231-26/+44
|/ / /
* | | Fix the ResourceWarning in test_urllib.py due changes made for #16301. Patch ...Senthil Kumaran2012-10-231-1/+2
* | | Issue #15853: merge 3.3 -> defaultNed Deily2012-10-222-4/+6
|\ \ \ | |/ /
| * | Issue #15853: merge 3.2 -> 3.3Ned Deily2012-10-222-4/+6
| |\ \ | | |/
| | * Issue #15853: Prevent IDLE crash on OS X when opening Preferences menuNed Deily2012-10-222-4/+6
* | | Issue #16301: Fix the localhost verification in urllib/request.py for file://...Senthil Kumaran2012-10-223-2/+5
* | | Add _sha3.pyd to list of extension modules for MSIChristian Heimes2012-10-221-1/+2
* | | Merge with 3.3: Issue #16295: Link "select" with ws2_32, the winsock2 lib.Kristjan Valur Jonsson2012-10-221-8/+8
|\ \ \ | |/ /
| * | Issue #16295: Link "select" with ws2_32.lib, the winsock2 stub library.Kristjan Valur Jonsson2012-10-221-8/+8
* | | MERGE: Closes #16294: 8 space indent in tutorialJesus Cea2012-10-221-2/+2
|\ \ \ | |/ /
| * | MERGE: Closes #16294: 8 space indent in tutorialJesus Cea2012-10-221-2/+2
| |\ \ | | |/
| | * Closes #16294: 8 space indent in tutorialJesus Cea2012-10-221-2/+2
* | | Issue #16250: Fix the invocations of URLError which had misplaced filename at...Senthil Kumaran2012-10-223-15/+46
* | | - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.Matthias Klose2012-10-215-172/+163
|\ \ \ | |/ /
| * | - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.Matthias Klose2012-10-215-25/+31
| |\ \ | | |/
| | * - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.Matthias Klose2012-10-214-24/+31
* | | Issue #10836: Fix exception raised when file not found in urlretrieveSenthil Kumaran2012-10-213-2/+10
* | | backout ce9c9cbd1b11, Build the _sha3 module with VS 2008Christian Heimes2012-10-212-6/+0
* | | Add VS 9 project file for _sha3 moduleChristian Heimes2012-10-212-0/+531
* | | Merge #14398: Fix size truncation and overflow bugs in bz2 module.Nadeem Vawda2012-10-212-9/+26
|\ \ \ | |/ /
| * | Merge #14398: Fix size truncation and overflow bugs in bz2 module.Nadeem Vawda2012-10-212-9/+26
| |\ \ | | |/
| | * Issue #14398: Fix size truncation and overflow bugs in bz2 module.Nadeem Vawda2012-10-214-153/+217
* | | Issue #12692: Fix resource leak in urllib.request.Nadeem Vawda2012-10-213-0/+10
* | | Build the _sha3 module with VS 2008.Antoine Pitrou2012-10-212-0/+6
* | | Try to fix issue #16264 (test_logging failure on some buildbots).Antoine Pitrou2012-10-211-1/+4
* | | Issue #16034 follow-up: Apply optimizations to the lzma module.Nadeem Vawda2012-10-212-29/+72
* | | Issue #12034: Fix bogus caching of result in check_GetFinalPathNameByHandle.Antoine Pitrou2012-10-212-2/+5
* | | Issue #16220: wsgiref now always calls close() on an iterable response.Antoine Pitrou2012-10-214-93/+29
|\ \ \ | |/ /
| * | Issue #16220: wsgiref now always calls close() on an iterable response.Antoine Pitrou2012-10-214-93/+29
| |\ \ | | |/
| | * Fix whacky spacking in test_wsgirefAntoine Pitrou2012-10-211-57/+0
| | * Issue #16220: wsgiref now always calls close() on an iterable response.Antoine Pitrou2012-10-214-36/+29
* | | Merge PEP name fix with 3.3.Ezio Melotti2012-10-211-3/+3
|\ \ \ | |/ /