- d084558 make _PyParser_TokenNames const by Benjamin Peterson · 13 years ago
- 5b02d68 Merged fix of whitespace typo in Misc/NEWS from 3.3. by Vinay Sajip · 13 years ago
- f0ef7fe Fixed whitespace typo in Misc/NEWS. by Vinay Sajip · 13 years ago
- 998b105 Closes #16116: Merged fix from 3.3. by Vinay Sajip · 13 years ago
- e87acc1 Issue #16116: Now uses corrected include and library paths when building C extensions in a venv. by Vinay Sajip · 13 years ago
- d2e90cd Add Misc/NEWS entry for dd8b969d7459/#16245. by Ezio Melotti · 13 years ago
- bf644c5 Fix the windows buildbot permission error - close the fd of tempfile beffore unlinking by Senthil Kumaran · 13 years ago
- 3194d7c Fix issue16300: addressing the buildbot failures on windows by Senthil Kumaran · 13 years ago
- 32e4608 #16245: merge with 3.3. by Ezio Melotti · 13 years ago
- e6e96ee #16245: Fix the value of a few entities in html.entities.html5. by Ezio Melotti · 13 years ago
- ccc9e61 #16245: add a script to generate the html.entities.html5 dict. by Ezio Melotti · 13 years ago
- d25b398 Replace tabs with spaces in posixmodule.c by Petri Lehtinen · 13 years ago
- 5445a8c Replace tabs with spaces in posixmodule.c by Petri Lehtinen · 13 years ago
- 3831bec Issue #16241: document -X faulthandler command line option. by Andrew Svetlov · 13 years ago
- 950d5fd Issue #16241: document -X faulthandler command line option. by Andrew Svetlov · 13 years ago
- 4904e5a Merge html.entities.html5 reordering with 3.3. by Ezio Melotti · 13 years ago
- 518dbfd Reorder html.entities.html5 entities to make updates easier. Patch by Iuliia Proskurnia. by Ezio Melotti · 13 years ago
- 8410821 Automated merge with ssh://hg.python.org/cpython by Senthil Kumaran · 13 years ago
- c3633b6 skip the file localhost test on windows. Fix it on branch and modify the test by Senthil Kumaran · 13 years ago
- c6cf1ba Replace usage of the deprecated Py_UNICODE_COPY() with Py_MEMCPY() in resize_copy() by Victor Stinner · 13 years ago
- fe75fb4 Optimize _PyUnicode_HasNULChars(): use findchar() instead of PyUnicode_Contains() by Victor Stinner · 13 years ago
- 6fa6275 Inline raise_translate_exception(): it is only used once by Victor Stinner · 13 years ago
- e5567ad Optimize PyUnicode_RichCompare() for Py_EQ and Py_NE: always use memcmp() by Victor Stinner · 13 years ago
- 3a81580 Fix the ResourceWarning in test_urllib.py due changes made for #16301. Patch by Berker Peksag by Senthil Kumaran · 13 years ago
- a212114 Issue #15853: merge 3.3 -> default by Ned Deily · 13 years ago
- b6d24d9 Issue #15853: merge 3.2 -> 3.3 by Ned Deily · 13 years ago
- fdf0f27 Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu by Ned Deily · 13 years ago
- 40d8078 Issue #16301: Fix the localhost verification in urllib/request.py for file://. Modify tests to use localhost for local temp files, which could make Windows Buildbot (#16300) happy by Senthil Kumaran · 13 years ago
- efb1599 Add _sha3.pyd to list of extension modules for MSI by Christian Heimes · 13 years ago
- a2897e4 Merge with 3.3: Issue #16295: Link "select" with ws2_32, the winsock2 lib. by Kristjan Valur Jonsson · 13 years ago
- abb0feb Issue #16295: Link "select" with ws2_32.lib, the winsock2 stub library. by Kristjan Valur Jonsson · 13 years ago
- 145ce8e MERGE: Closes #16294: 8 space indent in tutorial by Jesus Cea · 13 years ago
- 80c2f4f MERGE: Closes #16294: 8 space indent in tutorial by Jesus Cea · 13 years ago
- af38774 Closes #16294: 8 space indent in tutorial by Jesus Cea · 13 years ago
- 3ebef36 Issue #16250: Fix the invocations of URLError which had misplaced filename attribute for exception by Senthil Kumaran · 13 years ago
- 1348747 - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. by Matthias Klose · 13 years ago
- aee3c76 - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. by Matthias Klose · 13 years ago
- c4c4842 - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. by Matthias Klose · 13 years ago
- f577686 Issue #10836: Fix exception raised when file not found in urlretrieve by Senthil Kumaran · 13 years ago
- 8a91549 backout ce9c9cbd1b11, Build the _sha3 module with VS 2008 by Christian Heimes · 13 years ago
- a3bc779 Add VS 9 project file for _sha3 module by Christian Heimes · 13 years ago
- 78a59a6 Merge #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 13 years ago
- 18b7fcc Merge #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 13 years ago
- 5f8f0d6 Issue #14398: Fix size truncation and overflow bugs in bz2 module. by Nadeem Vawda · 13 years ago
- bd26b54 Issue #12692: Fix resource leak in urllib.request. by Nadeem Vawda · 13 years ago
- ca4a525 Build the _sha3 module with VS 2008. by Antoine Pitrou · 13 years ago
- da201fa Try to fix issue #16264 (test_logging failure on some buildbots). by Antoine Pitrou · 13 years ago
- 186370b Issue #16034 follow-up: Apply optimizations to the lzma module. by Nadeem Vawda · 13 years ago
- 06eecea Issue #12034: Fix bogus caching of result in check_GetFinalPathNameByHandle. by Antoine Pitrou · 13 years ago
- d3a3e64 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 13 years ago
- 5508412 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 13 years ago
- 66510fe Fix whacky spacking in test_wsgiref by Antoine Pitrou · 13 years ago
- ae247a5 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 13 years ago
- 777d0c5 Merge PEP name fix with 3.3. by Ezio Melotti · 13 years ago
- 8cd45bd Fix PEP name. by Ezio Melotti · 13 years ago
- 353af29 Merge typo fix with 3.3. by Ezio Melotti · 13 years ago
- 1f67e80 Fix typo. by Ezio Melotti · 13 years ago
- d5050b3 Merge indentation fixes with 3.3. by Ezio Melotti · 13 years ago
- b24d3cf Fix indentation (or Sphinx will think these are attributes of ConnectionError). by Ezio Melotti · 13 years ago
- 6f7b0da Issue #12805: Make bytes.join and bytearray.join faster when the separator is empty. by Antoine Pitrou · 13 years ago
- 257c132 Issue #10405: merge from 3.3 by Ned Deily · 13 years ago
- d2cc1bb Issue #10405: merge from 3.2 by Ned Deily · 13 years ago
- 2778d0d Issue #10405: Document IDLE context menus in Standard Library document by Ned Deily · 13 years ago
- 13b1547 Merge punctuation fixes with 3.3. by Ezio Melotti · 13 years ago
- 76e7ea5 Fix punctuation. by Ezio Melotti · 13 years ago
- 022b6d2 Merge "seealso" change with 3.3. by Ezio Melotti · 13 years ago
- 36e01df Move note about the implementation in the "seealso". by Ezio Melotti · 13 years ago
- 5ee2404 Fix concurrent.futures docstring typo: "Request Q" -> "Result Q". by Mark Dickinson · 13 years ago
- aaa2883 Merge from 3.3 by Nick Coghlan · 13 years ago
- 40c6773 Fix typo in example (pointed out by a couple of people, most recently Ken Rimey) by Nick Coghlan · 13 years ago
- fe54fd5 Propagate dummy merge from 3.3 by Nick Coghlan · 13 years ago
- 903c316 Dummy merge from 3.2 by Nick Coghlan · 13 years ago
- 557c76c Fix compilation on Windows by Nick Coghlan · 13 years ago
- 8d3069a Merge wrong escape removal with 3.3. by Ezio Melotti · 13 years ago
- 5b69fbd Remove wrong escape in code snippet. by Ezio Melotti · 13 years ago
- 359fc8e Propagate dummy merge from 3.3 by Nick Coghlan · 13 years ago
- 55062e3 Dummy merge from 3.2 by Nick Coghlan · 13 years ago
- 62b4136 Fix broken test and replace redundant generator with a tuple by Nick Coghlan · 13 years ago
- f3cf34c Propagate dummy merge from 3.3 by Nick Coghlan · 13 years ago
- 059e37f Dummy merge from 3.2 by Nick Coghlan · 13 years ago
- c71b4c7 Issue #6074: Actually delete the source file in the test as intended by Nick Coghlan · 13 years ago
- 324c9fa Merge from 3.3 by Nick Coghlan · 13 years ago
- 11d752e Remove unused import by Nick Coghlan · 13 years ago
- d4f5ad6 Merge fix from #6074 from 3.3 by Nick Coghlan · 13 years ago
- eb8d627 Issue #6074: Apply an appropriate fix for importlib based imports by Nick Coghlan · 13 years ago
- 0772398 Propagate dummy merge from 3.3 by Nick Coghlan · 13 years ago
- 90eb8ae Dummy merge from 3.2, as that approach to resolving #6074 is not applicable to importlib by Nick Coghlan · 13 years ago
- 34937ce Issue #6074: Forward port Windows read-only source file fix from 2.7 by Nick Coghlan · 13 years ago
- 2d51f68 Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. by Giampaolo Rodola' · 13 years ago
- b0cc912 Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. by Giampaolo Rodola' · 13 years ago
- 89e9285 Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. by Giampaolo Rodola' · 13 years ago
- edbe30c Merge with 3.3 by Georg Brandl · 13 years ago
- 2ee776b Fix merging mistake. by Georg Brandl · 13 years ago
- 5d590d8 Issue #16226: Fix IDLE Path Browser crash. (Patch by Roger Serwy) by Ned Deily · 13 years ago
- bfbf3f1 Issue #16226: Fix IDLE Path Browser crash. (Patch by Roger Serwy) by Ned Deily · 13 years ago
- e453e4c Issue 16280: Drop questionable special-casing of null pointer in PyLong_FromVoidPtr. by Mark Dickinson · 13 years ago
- 74375fc Followup to issue #15958: add join.h to Makefile dependencies for byte strings by Antoine Pitrou · 13 years ago
- 5cb6591 Issue #16277: merge fix from 3.3 by Mark Dickinson · 13 years ago
- 44362a8 Issue #16277: merge fix from 3.2 by Mark Dickinson · 13 years ago
- 9104479 Issue #16277: in PyLong_FromVoidPtr, add missing branch for sizeof(void*) <= sizeof(long). by Mark Dickinson · 13 years ago