Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. | Zachary Ware | 2013-12-19 | 3 | -65/+3 |
| | |||||
* | Issue #5815: Fixed support for locales with modifiers. Fixed support for | Serhiy Storchaka | 2013-12-19 | 3 | -43/+136 |
| | | | | locale encodings with hyphens. | ||||
* | Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a | Victor Stinner | 2013-12-19 | 2 | -0/+9 |
| | | | | ValueError if num is negative (instead of raising a SystemError). | ||||
* | Issue #20026: Fix the sqlite module to handle correctly invalid isolation level | Victor Stinner | 2013-12-19 | 3 | -1/+12 |
| | | | | (wrong type). | ||||
* | Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and | Serhiy Storchaka | 2013-12-19 | 3 | -6/+50 |
| | | | | quotechar fields. Original patch by Vajrasky Kok. | ||||
* | Issue #19902: Added list of logging levels. | Vinay Sajip | 2013-12-19 | 1 | -0/+32 |
| | |||||
* | update url to spec (closes #20018) | Benjamin Peterson | 2013-12-18 | 1 | -1/+1 |
| | |||||
* | remove trailing spaces. | Gregory P. Smith | 2013-12-18 | 1 | -7/+7 |
| | |||||
* | Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa. | Zachary Ware | 2013-12-18 | 1 | -1/+1 |
| | |||||
* | Issue #19492: Silently skipped distutils tests now reported as skipped. | Serhiy Storchaka | 2013-12-18 | 8 | -57/+32 |
| | |||||
* | #19855: uuid.get_node now looks on the PATH for executables on unix. | R David Murray | 2013-12-18 | 2 | -27/+32 |
| | | | | Patch by Serhiy Storchaka. | ||||
* | Issue #20006: Fix sporadic failures in test_weakset. | Antoine Pitrou | 2013-12-17 | 2 | -1/+8 |
| | |||||
* | Revert misled test change in f189da5bda26. | Antoine Pitrou | 2013-12-17 | 1 | -1/+0 |
| | |||||
* | Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. | Serhiy Storchaka | 2013-12-17 | 4 | -1/+8 |
| | | | | Original patch by Simon Sapin. | ||||
* | Issue #16404: Add checks for return value of PyLong_FromLong() in | Serhiy Storchaka | 2013-12-17 | 2 | -8/+5 |
| | | | | | sys.getwindowsversion() and ossaudiodev.setparameters(). Reported by Ned Batchelder. | ||||
* | Fixed leak in sys.flags initialization. | Serhiy Storchaka | 2013-12-17 | 1 | -0/+1 |
| | |||||
* | Close #19999: tolerate coarse time when testing time.monotonic() on very | Victor Stinner | 2013-12-16 | 1 | -1/+1 |
| | | | | busy/slow buildbot | ||||
* | Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns | Christian Heimes | 2013-12-16 | 2 | -2/+7 |
| | | | | EWOULDBLOCK on Windows or VMs hosted on Windows. | ||||
* | Issue #19987: Re-write test_alias_fallback in test_winsound to have two | Zachary Ware | 2013-12-16 | 2 | -8/+9 |
| | | | | | | acceptable outcomes: success or RuntimeError. Without being able to actually hear whether a sound was played, either one could be right, but any other error would be a failure. | ||||
* | Merge heads | Serhiy Storchaka | 2013-12-16 | 2 | -1/+3 |
|\ | |||||
| * | Merge. | Charles-François Natali | 2013-12-16 | 1 | -0/+1 |
| |\ | |||||
| | * | Issue #17919: add missing import of USHRT_MAX | Christian Heimes | 2013-12-16 | 1 | -0/+1 |
| | | | |||||
| * | | Merge. | Charles-François Natali | 2013-12-16 | 4 | -4/+32 |
| |\ \ | | |/ | |||||
| * | | Merge. | Charles-François Natali | 2013-12-15 | 116 | -552/+1088 |
| |\ \ | |||||
| * | | | Issue #19965: Make sure that Python-ast.h is properly taken into account in the | Charles-François Natali | 2013-12-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | makefile. | ||||
* | | | | Issue #19912: Fixed numerous bugs in ntpath.splitunc(). | Serhiy Storchaka | 2013-12-16 | 3 | -20/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * splitunc() no more return illegal result for paths with redundant slashes. * splitunc() now correctly processes the 'İ' character (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE). * Deprecation warnings now emitted for every use of splitunc(). * Added tests for splitunc(). | ||||
* | | | | Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character | Serhiy Storchaka | 2013-12-16 | 3 | -1/+7 |
| |_|/ |/| | | | | | | | | (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE). | ||||
* | | | #19532: make compileall with no file/dir args respect -f and -q. | R David Murray | 2013-12-16 | 3 | -1/+28 |
| | | | | | | | | | | | | Patch by Vajrasky Kok. | ||||
* | | | Issue #19986: Avoid an incorrect warning of older gcc versions. | Stefan Krah | 2013-12-15 | 1 | -3/+4 |
| |/ |/| | |||||
* | | Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e. | Serhiy Storchaka | 2013-12-14 | 6 | -45/+12 |
| | | |||||
* | | Issue #19623: Fixed writing to unseekable files in the aifc module. | Serhiy Storchaka | 2013-12-14 | 6 | -62/+103 |
| | | |||||
* | | Issue #17919: Fixed integer overflow in the eventmask parameter. | Serhiy Storchaka | 2013-12-14 | 4 | -17/+50 |
| | | |||||
* | | Fix C++ header usage. This __STDC_LIMIT_MACROS scheme can still be subverted | Stefan Krah | 2013-12-14 | 1 | -9/+11 |
| | | | | | | | | | | by including stdint.h before mpdecimal.h. In that case the only option left is to compile with -D_STDC_LIMIT_MACROS. | ||||
* | | #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa. | Ezio Melotti | 2013-12-14 | 1 | -2/+2 |
| | | |||||
* | | #19970: Fix some comment typos. | R David Murray | 2013-12-14 | 3 | -4/+4 |
| | | | | | | | | Report and patch by Vajrasky Kok. | ||||
* | | Issue #19963: Document that importlib.import_module() will import | Brett Cannon | 2013-12-13 | 2 | -2/+8 |
| | | | | | | | | parent packages automatically. | ||||
* | | #18036: update .pyc FAQ entry in light of PEP 3147. | R David Murray | 2013-12-13 | 1 | -18/+27 |
| | | | | | | | | Initial patch by Phil Connell. | ||||
* | | Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c" | Victor Stinner | 2013-12-13 | 3 | -3/+25 |
| | | | | | | | | argument is not in range [0; 255]. | ||||
* | | Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. | Serhiy Storchaka | 2013-12-13 | 3 | -7/+4 |
| | | |||||
* | | Issue #14432: Fix compilation when thread support is disabled | Victor Stinner | 2013-12-13 | 1 | -0/+4 |
| | | |||||
* | | Issue #14432: Generator now clears the borrowed reference to the thread state | Victor Stinner | 2013-12-13 | 4 | -0/+141 |
| | | | | | | | | | | | | | | Fix a crash when a generator is created in a C thread that is destroyed while the generator is still used. The issue was that a generator contains a frame, and the frame kept a reference to the Python state of the destroyed C thread. The crash occurs when a trace function is setup. | ||||
* | | Do not discard const qualifier without a reason. | Stefan Krah | 2013-12-12 | 1 | -7/+7 |
| | | |||||
* | | Avoid UnicodeEncodeError by only printing ASCII. | Zachary Ware | 2013-12-12 | 1 | -2/+2 |
| | | | | | | | | | | This fixes running test_decimal in verbose mode on Windows, which I broke in issue #19572. | ||||
* | | Filter namespaceobject's files properly in the pythoncore VS project. | Zachary Ware | 2013-12-11 | 1 | -2/+6 |
| | | |||||
* | | Issue #19828: Fixed test_site when the whole suite is run with -S. | Zachary Ware | 2013-12-11 | 2 | -9/+10 |
| | | | | | | | | Also, cleaned up an unused import. | ||||
* | | #19063: partially fix set_payload handling of non-ASCII string input. | R David Murray | 2013-12-11 | 4 | -11/+63 |
| | | | | | | | | | | | | This is a backward compatible partial fix, the complete fix requires raising an error instead of accepting the invalid input, so the real fix is only suitable for 3.4. | ||||
* | | Issue #17576: Deprecation warning emitted now when __int__() or __index__() | Serhiy Storchaka | 2013-12-11 | 7 | -186/+312 |
| | | | | | | | | | | return not int instance. Introduced _PyLong_FromNbInt() and refactored PyLong_As*() functions. | ||||
* | | Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the | Gregory P. Smith | 2013-12-11 | 2 | -2/+9 |
| | | | | | | | | | | | | fix to Issue #14635 in Python 3.3.0 to be interpreted as milliseconds instead of seconds when the platform supports select.poll (ie: everywhere). It is now treated as seconds once again. | ||||
* | | Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial | Ned Deily | 2013-12-11 | 2 | -12/+18 |
| | | | | | | | | shell window is present. (Original patch by Terry Reedy) | ||||
* | | Issue #19928: Fix test on Windows | Zachary Ware | 2013-12-10 | 1 | -2/+2 |
| | |