Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | merge | Raymond Hettinger | 2013-10-01 | 4 | -5/+20 | |
|\ \ | |/ | ||||||
| * | Issue #18594: Fix the fast path for collections.Counter(). | Raymond Hettinger | 2013-10-01 | 4 | -5/+20 | |
* | | merge from 3.3. Minor urllib.parse.rst docs fix. | Senthil Kumaran | 2013-10-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Minor doc fix in urllib.parse.rst | Senthil Kumaran | 2013-10-01 | 1 | -1/+1 | |
* | | Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe... | Antoine Pitrou | 2013-09-30 | 3 | -7/+21 | |
|\ \ | |/ | ||||||
| * | Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe... | Antoine Pitrou | 2013-09-30 | 3 | -8/+22 | |
* | | Add a "skull and crossbones" to Py_AddPendingCall. | Antoine Pitrou | 2013-09-30 | 1 | -25/+30 | |
|\ \ | |/ | ||||||
| * | Add a "skull and crossbones" to Py_AddPendingCall. | Antoine Pitrou | 2013-09-30 | 1 | -25/+30 | |
* | | Issue #19134: Make a test in inspect conditional on multiprocessing | Brett Cannon | 2013-09-30 | 1 | -0/+3 | |
* | | Merge 3.3 | Martin v. Löwis | 2013-09-30 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | Issue #19106: Add buildbottouch target. | Martin v. Löwis | 2013-09-30 | 1 | -0/+3 | |
* | | Merge 3.3 | Martin v. Löwis | 2013-09-30 | 1 | -11/+26 | |
|\ \ | |/ | ||||||
| * | Issue #19106: Touch generated files to be 1s newer than their youngest source. | Martin v. Löwis | 2013-09-30 | 1 | -11/+26 | |
* | | merge from 3.3 | Senthil Kumaran | 2013-09-30 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Minor code improvement. Review comment by Eric V. Smith | Senthil Kumaran | 2013-09-30 | 1 | -1/+1 | |
* | | Merge 3.4.0a3 release changes. | Larry Hastings | 2013-09-30 | 26 | -986/+84 | |
|\ \ | ||||||
| * | | Issue #5845: In site.py, only load readline history from ~/.python_history if... | Antoine Pitrou | 2013-09-29 | 2 | -6/+17 | |
| * | | rename some more tests to avoid duplicate names (#19123) | Benjamin Peterson | 2013-09-29 | 1 | -3/+3 | |
| * | | merge heads | Benjamin Peterson | 2013-09-29 | 0 | -0/+0 | |
| |\ \ | ||||||
| | * \ | merge 3.3 | Benjamin Peterson | 2013-09-29 | 1 | -7/+0 | |
| | |\ \ | ||||||
| * | \ \ | merge 3.3 | Benjamin Peterson | 2013-09-29 | 1 | -7/+0 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| | * | | | merge heads | Benjamin Peterson | 2013-09-29 | 1 | -7/+0 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | | * | | remove unused imports | Benjamin Peterson | 2013-09-29 | 1 | -7/+0 | |
| * | | | | Issue #19128: Remove nonfunctional, unused Mac help indexing tool from repo. | Ned Deily | 2013-09-29 | 8 | -909/+0 | |
| * | | | | Properly initialize all fields of a SSL object after allocation. | Antoine Pitrou | 2013-09-29 | 2 | -0/+3 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Properly initialize all fields of a SSL object after allocation. | Antoine Pitrou | 2013-09-29 | 2 | -0/+3 | |
| | |/ / | ||||||
| * | | | Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL hand... | Antoine Pitrou | 2013-09-29 | 4 | -3/+24 | |
| | |/ | |/| | ||||||
| * | | Issue #19130: mention historic VS 2008 build dir, too | Christian Heimes | 2013-09-29 | 1 | -0/+2 | |
| |\ \ | | |/ | ||||||
| | * | Issue #19130: mention historic VS 2008 build dir, too | Christian Heimes | 2013-09-29 | 1 | -0/+2 | |
| * | | Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010 | Christian Heimes | 2013-09-29 | 2 | -4/+6 | |
| |\ \ | | |/ | ||||||
| | * | Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010 | Christian Heimes | 2013-09-29 | 2 | -4/+6 | |
| * | | Merge. | Richard Oudkerk | 2013-09-29 | 1 | -8/+9 | |
| |\ \ | | |/ | ||||||
| | * | Issue #19112: avoid using function defined in method. | Richard Oudkerk | 2013-09-29 | 1 | -8/+9 | |
| * | | merge 3.3 (#19127) | Benjamin Peterson | 2013-09-29 | 1 | -3/+0 | |
| |\ \ | | |/ | ||||||
| | * | remove duplicate method (closes #19127) | Benjamin Peterson | 2013-09-29 | 1 | -3/+0 | |
| * | | merge 3.3 (#19114) | Benjamin Peterson | 2013-09-29 | 1 | -13/+12 | |
| |\ \ | | |/ | ||||||
| | * | condense two tests with the same name (closes #19114) | Benjamin Peterson | 2013-09-29 | 1 | -13/+12 | |
| * | | merge 3.3 (#19112) | Benjamin Peterson | 2013-09-29 | 1 | -7/+6 | |
| |\ \ | | |/ | ||||||
| | * | move helper function into its test method (closes #19112) | Benjamin Peterson | 2013-09-29 | 1 | -7/+6 | |
| * | | merge 3.3 (#19117) | Benjamin Peterson | 2013-09-29 | 1 | -4/+0 | |
| |\ \ | | |/ | ||||||
| | * | fix duplicate test names in test_dis (closes #19117) | Benjamin Peterson | 2013-09-29 | 1 | -4/+0 | |
| * | | merge 3.3 (#19118) | Benjamin Peterson | 2013-09-29 | 1 | -4/+0 | |
| |\ \ | | |/ | ||||||
| | * | remove duplicate test_mkd (closes #19118) | Benjamin Peterson | 2013-09-29 | 1 | -4/+0 | |
| * | | merge 3.3 (#19116) | Benjamin Peterson | 2013-09-29 | 1 | -1/+0 | |
| |\ \ | | |/ | ||||||
| | * | combine two tests to avoid duplicate names (closes #19116) | Benjamin Peterson | 2013-09-29 | 1 | -1/+0 | |
| * | | merge 3.3 (#19126) | Benjamin Peterson | 2013-09-29 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | fix duplicate test name (closes #19126) | Benjamin Peterson | 2013-09-29 | 1 | -1/+1 | |
| * | | merge 3.3 (#19125) | Benjamin Peterson | 2013-09-29 | 1 | -3/+3 | |
| |\ \ | | |/ | ||||||
| | * | fix test to run and test that smtpd does support ELHO (closes #19125) | Benjamin Peterson | 2013-09-29 | 1 | -3/+3 | |
| * | | delete duplicate test (closes #19123) | Benjamin Peterson | 2013-09-29 | 1 | -6/+0 | |