summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #25825: Merge AIX fix from 3.5Martin Panter2016-08-122-3/+6
|\
| * Issue #25825: Fix references to Modules/python.expMartin Panter2016-08-122-3/+6
| | | | | | | | These were incorrectly changed in revision 88a532a31eb3.
* | Issue #27745: Merge typo fixes from 3.5Martin Panter2016-08-121-4/+4
|\ \ | |/
| * Issue #27745: Fix some typos in Argument Clinic howto, by Lele GaifaxMartin Panter2016-08-121-4/+4
| |
* | Issue #26741: Merge ResourceWarning fixes from 3.5Martin Panter2016-08-122-2/+13
|\ \ | |/
| * Issue #26741: Clean up subprocess.Popen object in test_pollMartin Panter2016-08-121-1/+2
| |
| * Close HTTP connections and responses in tests to avoid ResourceWarningsMartin Panter2016-08-121-1/+11
| |
* | Issue #24773: Fix and speed-up ZoneInfoCompleteTest.Alexander Belopolsky2016-08-111-13/+13
| | | | | | | | | | | | * Read the zone.tab file for the list of zones to exclude the aliases. * Skip Casablanca and El_Aaiun October 2037 transitions.
* | Issue #27732: Silence test_idle with dummy bell functions.Terry Jan Reedy2016-08-1110-23/+32
| |
* | null merge from3.5Terry Jan Reedy2016-08-100-0/+0
|\ \ | |/
| * Issue #27714: text_textview now passes when re-run in the same processTerry Jan Reedy2016-08-101-2/+1
| | | | | | | | because test_idle failed while running with test -w (and no -jn).
* | Issue #27714: text_textview now passes when re-run in the same processTerry Jan Reedy2016-08-102-3/+3
| | | | | | | | | | because test_idle failed while running with test -w (and no -jn). Prevent a non-fatal warning from test_config_key.
* | Issue #27380: For test_query on Mac, adjust one expected result.Terry Jan Reedy2016-08-101-1/+3
| |
* | Issue #27621: Put query response validation error messages in query boxTerry Jan Reedy2016-08-102-194/+165
| | | | | | | | | | instead of in separate massagebox. Redo tests to match. Add Mac OSX refinements. Original patch by Mark Roseman.
* | Merge ISO-8859 fixes from 3.5Martin Panter2016-08-104-6/+6
|\ \ | |/
| * Correct misspellings of ISO-8859Martin Panter2016-08-104-6/+6
| |
* | Issue #27200: Merge with 3.5Zachary Ware2016-08-101-0/+5
|\ \ | |/
| * Issue #27200: Fix doctests in Doc/library/hashlib.rstZachary Ware2016-08-101-0/+5
| |
* | Closes #27210: Merge with 3.5Zachary Ware2016-08-103-11/+9
|\ \ | |/
| * Issue #27210: Fix doctests for a few modules.Zachary Ware2016-08-103-11/+9
| | | | | | | | Initial patch by Jelle Zijlstra.
* | Closes #27209: Merge with 3.5Zachary Ware2016-08-103-30/+29
|\ \ | |/
| * Issue #27209: Fix doctests in Doc/library/email*.rstZachary Ware2016-08-103-30/+29
| | | | | | | | Patch by Jelle Zijlstra.
* | Closes #27208: Merge with 3.5Zachary Ware2016-08-101-4/+4
|\ \ | |/
| * Issue #27208: Fix doctest in Doc/library/traceback.rstZachary Ware2016-08-101-4/+4
| | | | | | | | Patch by Jelle Zijlstra.
* | Closes #27207: Merge with 3.5Zachary Ware2016-08-101-18/+31
|\ \ | |/
| * Issue #27207: Fix doctests in Doc/whatsnew/3.2.rstZachary Ware2016-08-101-18/+31
| | | | | | | | Initial patch by Jelle Zijlstra.
* | Closes #27206: Merge with 3.5Zachary Ware2016-08-091-0/+4
|\ \ | |/
| * Issue #27206: Fix doctests in Doc/tutorial.Zachary Ware2016-08-091-0/+4
| | | | | | | | Patch by Jelle Zijlstra.
* | Closes #27205: Merge with 3.5Zachary Ware2016-08-091-15/+15
|\ \ | |/
| * Issue #27205: Fix doctests in Doc/library/collections.rst.Zachary Ware2016-08-091-15/+15
| | | | | | | | Initial patch by Jelle Zijlstra.
* | Closes #27722: Merge with 3.5Zachary Ware2016-08-091-1/+1
|\ \ | |/
| * Issue #27722: Fix default for touch method's 'mode' argumentZachary Ware2016-08-091-1/+1
| |
* | Closes #27204: Merge with 3.5Zachary Ware2016-08-093-24/+29
|\ \ | |/
| * Issue #27204: Fix doctests in Doc/howtoZachary Ware2016-08-093-24/+29
| | | | | | | | Patch by Jelle Zijlstra.
* | Merge with 3.5Zachary Ware2016-08-091-2/+2
|\ \ | |/
| * Correct signatures for a couple of logging handlersZachary Ware2016-08-091-2/+2
| | | | | | | | Reported by Oleg Gromyak on docs@
* | Closes #21999: (Empty) merge from 3.5.Vinay Sajip2016-08-090-0/+0
|\ \ | |/
| * Closes #21999: Handled empty strings correctly when in POSIX mode.Vinay Sajip2016-08-092-1/+13
| |
* | Issue27181 add geometric mean.Steven D'Aprano2016-08-092-0/+552
| |
* | Tighten up test of harmonic mean on a single value.Steven D'Aprano2016-08-091-4/+1
| |
* | Automated merge with ssh://hg.python.org/cpythonSteven D'Aprano2016-08-092-14/+211
|\ \
| * | Add harmonic mean and tests.Steven D'Aprano2016-08-092-14/+211
| | |
* | | Issue #27700: Document AbstractEventLoop, not BaseEventLoop. (Merge 3.5->3.6)Guido van Rossum2016-08-087-129/+138
|\ \ \ | | |/ | |/|
| * | Issue #27700: Document AbstractEventLoop, not BaseEventLoop.Guido van Rossum2016-08-087-129/+138
| | |
* | | Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors.Alexander Belopolsky2016-08-083-11/+36
| |/ |/|
* | Issue #27702: Only expose SOCK_RAW when definedBerker Peksag2016-08-081-0/+3
| | | | | | | | | | | | | | | | SOCK_RAW is marked as optional in the POSIX specification: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html Patch by Ed Schouten.
* | Expose EPOLLRDHUP conditionallyBerker Peksag2016-08-081-0/+3
| |
* | Merge from 3.5Berker Peksag2016-08-081-3/+3
|\ \ | |/
| * Fix use of default reST roleBerker Peksag2016-08-081-3/+3
| |
* | Issue #23322: Merge from 3.5Berker Peksag2016-08-081-7/+0
|\ \ | |/