Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. | Steve Dower | 2016-03-12 | 2 | -0/+8 | |
| | | | ||||||
* | | | Issue #26513: Fixes platform module detection of Windows Server | Steve Dower | 2016-03-12 | 2 | -1/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #26513: Fixes platform module detection of Windows Server | Steve Dower | 2016-03-12 | 2 | -1/+3 | |
| | | | ||||||
* | | | Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by | Serhiy Storchaka | 2016-03-12 | 3 | -7/+36 | |
|\ \ \ | |/ / | | | | | | | Tamás Bence Gedai. | |||||
| * | | Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by | Serhiy Storchaka | 2016-03-12 | 4 | -7/+29 | |
| | | | | | | | | | | | | Tamás Bence Gedai. | |||||
* | | | Revert change 291d47954618 | Victor Stinner | 2016-03-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert: "Always test datetime.strftime("%4Y") Issue #13305: Always test datetime.datetime.strftime("%4Y") for years < 1900." In fact, strftime("%4Y") fails on most platforms. | |||||
* | | | Merge 3.5 | Victor Stinner | 2016-03-11 | 1 | -10/+10 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #20589: Fix test_pathlib | Victor Stinner | 2016-03-11 | 1 | -10/+10 | |
| | | | ||||||
* | | | Always test datetime.strftime("%4Y") | Victor Stinner | 2016-03-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | Issue #13305: Always test datetime.datetime.strftime("%4Y") for years < 1900. | |||||
* | | | Add Mock.assert_called() | Victor Stinner | 2016-03-11 | 6 | -0/+83 | |
| | | | | | | | | | | | | | | | Issue #26323: Add assert_called() and assert_called_once() methods to unittest.mock.Mock. | |||||
* | | | Issue #26542: Fix markup of code example in difflib documentation | Berker Peksag | 2016-03-11 | 1 | -5/+3 | |
|\ \ \ | |/ / | | | | | | | Patch by Dmitry Shachnev. | |||||
| * | | Issue #26542: Fix markup of code example in difflib documentation | Berker Peksag | 2016-03-11 | 1 | -5/+3 | |
| | | | | | | | | | | | | Patch by Dmitry Shachnev. | |||||
* | | | Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise | Berker Peksag | 2016-03-11 | 3 | -0/+18 | |
|\ \ \ | |/ / | | | | | | | NotImplementedError instead of ImportError. | |||||
| * | | Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise | Berker Peksag | 2016-03-11 | 3 | -0/+18 | |
| | | | | | | | | | | | | NotImplementedError instead of ImportError. | |||||
* | | | Merge with 3.5 | Terry Jan Reedy | 2016-03-11 | 1 | -4/+8 | |
|\ \ \ | |/ / | ||||||
| * | | Issue 25959: Explain in docstring that PhotoImage.zoom arguments are | Terry Jan Reedy | 2016-03-11 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | multipliers, not final sizes. Explain y default for .zoom and .subsample. Initial patch by Serhiy Storchaka. | |||||
* | | | Merge 3.5 (malloc doc) | Victor Stinner | 2016-03-09 | 1 | -43/+77 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #26516: Enhance Python mem allocators doc | Victor Stinner | 2016-03-09 | 1 | -43/+77 | |
| | | | | | | | | | | | | | | | | | | | | | * add link to PYTHONMALLOCSTATS env var * add parameters to PyMem macros like PyMem_MALLOC() * fix PyMem_SetupDebugHooks(): add Calloc functions * add some newlines for readability | |||||
* | | | Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. | Serhiy Storchaka | 2016-03-09 | 6 | -138/+183 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. | Serhiy Storchaka | 2016-03-09 | 6 | -138/+183 | |
| | | | | | | | | | | | | Added few missed tests for configure options. | |||||
* | | | Issue #21042: Return full path in ctypes.util.find_library() on Linux | Martin Panter | 2016-03-10 | 5 | -22/+37 | |
| | | | | | | | | | | | | Patch by Tamás Bence Gedai. | |||||
* | | | Issue #15068: Avoid creating a reference loop in fileinput. | Serhiy Storchaka | 2016-03-08 | 1 | -13/+15 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #15068: Avoid creating a reference loop in fileinput. | Serhiy Storchaka | 2016-03-08 | 1 | -13/+15 | |
| | | | ||||||
* | | | Backs out buildbot clean trigger. | Steve Dower | 2016-03-08 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Backs out buildbot clean trigger. | Steve Dower | 2016-03-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Adds warning to prepare_ssl when nasm is not available. | Steve Dower | 2016-03-08 | 2 | -1/+4 | |
|\ \ \ | |/ / | | | | | | | Force clean externals on buildbots. | |||||
| * | | Adds warning to prepare_ssl when nasm is not available. | Steve Dower | 2016-03-08 | 2 | -1/+4 | |
| | | | | | | | | | | | | Force clean of externals on buildbots. | |||||
* | | | Issue #25911: Tring to silence deprecation warnings in bytes path walk tests. | Serhiy Storchaka | 2016-03-08 | 1 | -0/+11 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #25911: Tring to silence deprecation warnings in bytes path walk tests. | Serhiy Storchaka | 2016-03-08 | 1 | -0/+11 | |
| | | | ||||||
* | | | Backed out changeset da020e408c7f | Serhiy Storchaka | 2016-03-08 | 1 | -5/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Backed out changeset f9e22717722d | Serhiy Storchaka | 2016-03-08 | 1 | -5/+1 | |
| |\ \ | | |/ | ||||||
| | * | Backed out changeset 19a3e0e664af | Serhiy Storchaka | 2016-03-08 | 1 | -5/+1 | |
| | | | ||||||
* | | | Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. | Steve Dower | 2016-03-08 | 4 | -4/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. | Steve Dower | 2016-03-08 | 4 | -4/+6 | |
| | | | ||||||
* | | | Issue #15068: Got rid of excessive buffering in fileinput. | Serhiy Storchaka | 2016-03-08 | 4 | -95/+160 | |
|\ \ \ | |/ / | | | | | | | The bufsize parameter is now deprecated and ignored. | |||||
| * | | Issue #15068: Got rid of excessive buffering in the fileinput module. | Serhiy Storchaka | 2016-03-08 | 4 | -90/+152 | |
| | | | | | | | | | | | | The bufsize parameter is no longer used. | |||||
* | | | Issues #23808, #25911: Trying to fix walk tests on Windows. | Serhiy Storchaka | 2016-03-08 | 1 | -1/+5 | |
|\ \ \ | |/ / | | | | | | | On Windows a symlink can has the FILE_ATTRIBUTE_DIRECTORY flag. | |||||
| * | | Issues #23808, #25911: Trying to fix walk tests on Windows. | Serhiy Storchaka | 2016-03-08 | 1 | -1/+5 | |
| |\ \ | | |/ | | | | | | | On Windows a symlink can has the FILE_ATTRIBUTE_DIRECTORY flag. | |||||
| | * | Issues #23808, #25911: Trying to fix walk tests on Windows. | Serhiy Storchaka | 2016-03-08 | 1 | -1/+5 | |
| | | | | | | | | | | | | On Windows a symlink can has the FILE_ATTRIBUTE_DIRECTORY flag. | |||||
* | | | Issue #26465: merge from 3.5 | Ned Deily | 2016-03-08 | 2 | -5/+7 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g. | Ned Deily | 2016-03-08 | 2 | -5/+7 | |
| | | | ||||||
* | | | Issue #24324: merge from 3.5 | Ned Deily | 2016-03-08 | 4 | -7/+29 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #24324: Do not enable unreachable code warnings when using | Ned Deily | 2016-03-08 | 4 | -7/+29 | |
| | | | | | | | | | | | | | | | gcc as the option does not work correctly in older versions of gcc and has been silently removed as of gcc-4.5. | |||||
* | | | Issue #26505: merge from 3.5 | Ned Deily | 2016-03-07 | 3 | -8/+9 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #26505: Fix typos in getaddrinfo license text. | Ned Deily | 2016-03-07 | 3 | -8/+9 | |
| | | | | | | | | | | | | Patch by Alex Willmer. | |||||
* | | | Issue #24852: Remove outdated "HOWTO Use Python in the web" document | Berker Peksag | 2016-03-07 | 2 | -732/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #24852: Remove outdated "HOWTO Use Python in the web" document | Berker Peksag | 2016-03-07 | 2 | -732/+0 | |
| | | | ||||||
* | | | Issue #21034: Remove outdated paragraph from venv documentation | Berker Peksag | 2016-03-07 | 1 | -5/+0 | |
|\ \ \ | |/ / | | | | | | | | | | Since Python 3.4, there is no need to install pip and setuptools into a venv manually. | |||||
| * | | Issue #21034: Remove outdated paragraph from venv documentation | Berker Peksag | 2016-03-07 | 1 | -5/+0 | |
| | | | | | | | | | | | | | | | Since Python 3.4, there is no need to install pip and setuptools into a venv manually. | |||||
* | | | Merge | Raymond Hettinger | 2016-03-07 | 2 | -0/+13 | |
|\ \ \ | |/ / |