summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Issue 28475: Improve error message for random.sample() with k < 0. ↵Raymond Hettinger2016-11-212-1/+2
| | | | (Contributed by Francisco Couzo).
* Issue #28752: Restored the __reduce__() methods of datetime objects.Serhiy Storchaka2016-11-212-3/+16
|
* close issue28172: Change all example enum member names to uppercase, per ↵Ethan Furman2016-11-212-5/+5
| | | | Guido; patch by Chris Angelico.
* Implement rich comparison for _sre.SRE_PatternVictor Stinner2016-11-211-2/+45
| | | | | | | Issue #28727: Regular expression patterns, _sre.SRE_Pattern objects created by re.compile(), become comparable (only x==y and x!=y operators). This change should fix the issue #18383: don't duplicate warning filters when the warnings module is reloaded (thing usually only done in unit tests).
* Issue #28532: Show sys.version when -V option is supplied twiceINADA Naoki2016-11-211-1/+1
|
* Issue #28556: upstream improvements to docstrings and error messages by Ivan ↵Guido van Rossum2016-11-211-40/+44
|\ | | | | | | Levkivskyi (#331) (3.5->3.6)
| * Issue #28556: upstream improvements to docstrings and error messages by Ivan ↵Guido van Rossum2016-11-211-40/+44
| | | | | | | | Levkivskyi (#331)
* | Issue #20572: The subprocess.Popen.wait method's undocumented endtimeGregory P. Smith2016-11-212-16/+22
| | | | | | | | | | parameter now raises a DeprecationWarning. It was deprecated in 3.4. It was never documented prior to that.
* | Issue #25659: Merge ctypes fix from 3.5Martin Panter2016-11-201-0/+8
|\ \ | |/
| * Issue #25659: Change assert to TypeError in from_buffer/_copy()Martin Panter2016-11-201-0/+8
| | | | | | | | Based on suggestion by Eryk Sun.
* | Issue #28666: Fix removing readonly directories on Windows.Serhiy Storchaka2016-11-201-1/+1
|\ \ | |/
| * Issue #28666: Fix removing readonly directories on Windows.Serhiy Storchaka2016-11-201-1/+1
| |
* | Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-15/+16
|\ \ | |/ | | | | unreadable directories on Windows too.
| * Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-15/+16
| | | | | | | | unreadable directories on Windows too.
* | Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-202-13/+54
|\ \ | |/ | | | | unreadable directories.
| * Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-202-11/+54
| | | | | | | | unreadable directories.
* | Fixes empty tuple case.Steve Dower2016-11-201-1/+1
| |
* | Issue #28732: Adds new errors to spawnv emulation for platforms that only ↵Steve Dower2016-11-201-0/+4
| | | | | | | | have fork and execv
* | Issue #28732: Raise ValueError when argv[0] is emptySteve Dower2016-11-201-2/+16
|\ \ | |/
* | Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of ↵Steve Dower2016-11-201-0/+21
| | | | | | | | arguments
* | Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, ↵Guido van Rossum2016-11-192-2/+21
|\ \ | |/ | | | | #330) (3.5->3.6)
| * Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330)Guido van Rossum2016-11-192-2/+21
| |
* | Issue #26926: Skip some test_io tests on platforms without large file supportXavier de Gaye2016-11-171-1/+4
| |
* | Issue 26931: Skip the test_distutils tests using a compiler executableXavier de Gaye2016-11-176-25/+46
| | | | | | | | that is not found
* | Issue #28720: Add collections.abc.AsyncGenerator.Yury Selivanov2016-11-162-2/+141
| |
* | Issue #28721: Fix asynchronous generators aclose() and athrow()Yury Selivanov2016-11-161-0/+140
| |
* | Issue #26935: Fix broken Android dup2() in test_osXavier de Gaye2016-11-161-2/+7
| |
* | Merge - upgrade pip/setuptoolsDonald Stufft2016-11-163-2/+2
|\ \ | |/
| * Merge - upgrade pip/setuptoolsDonald Stufft2016-11-163-2/+2
| |\
| | * Upgrade pip to 9.0.1 and setuptools to 28.8.0Donald Stufft2016-11-163-2/+2
| | |
* | | Merge 3.5 (issue #28704)Yury Selivanov2016-11-152-0/+18
|\ \ \ | |/ /
| * | Issue #28704: Fix create_unix_server to support Path-like objectsYury Selivanov2016-11-152-0/+18
| | |
* | | Merge 3.5 (issue #28703)Yury Selivanov2016-11-152-2/+16
|\ \ \ | |/ /
| * | Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects.Yury Selivanov2016-11-152-2/+16
| | |
* | | Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) ↵Guido van Rossum2016-11-152-37/+53
|\ \ \ | |/ / | | | | | | (upstream #321) (3.5->3.6)
| * | Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) ↵Guido van Rossum2016-11-152-37/+53
| | | | | | | | | | | | (upstream #321)
* | | Issue #26929: Skip some test_strptime tests failing on Android thatXavier de Gaye2016-11-151-0/+13
| | | | | | | | | | | | | | | incorrectly formats %V or %G for the last or the first incomplete week in a year
* | | Issue 28668: Merge 3.5Xavier de Gaye2016-11-152-1/+19
|\ \ \ | |/ /
| * | Issue 28668: Skip tests where instanciation of multiprocessing.QueueXavier de Gaye2016-11-152-0/+19
| | | | | | | | | | | | would raise ImportError
* | | Fix warn_invalid_escape_sequence()Victor Stinner2016-11-151-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | Issue #28691: Fix warn_invalid_escape_sequence(): handle correctly DeprecationWarning raised as an exception. First clear the current exception to replace the DeprecationWarning exception with a SyntaxError exception. Unit test written by Serhiy Storchaka.
* | | Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-142-8/+20
|\ \ \ | |/ / | | | | | | non-integer numbers. Django tests depend on this.
| * | Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-142-8/+20
| |\ \ | | |/ | | | | | | non-integer numbers. Django tests depend on this.
| | * Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-142-8/+20
| | |\ | | | | | | | | | | | | non-integer numbers. Django tests depend on this.
| | | * Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-142-8/+20
| | | | | | | | | | | | | | | | non-integer numbers. Django tests depend on this.
* | | | Issue #28662: Catch PermissionError in tests when spawning a non existent ↵Xavier de Gaye2016-11-143-4/+6
| | | | | | | | | | | | | | | | program
* | | | Issue #28082: Add basic unit tests on re enumsVictor Stinner2016-11-141-0/+6
| | | |
* | | | Issue #28637: Reapply changeset 223731925d06Victor Stinner2016-11-141-12/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | "issue28082: use IntFlag for re constants" by Ethan Furman. The re module is not more used in the site module and so adding "import enum" to re.py doesn't impact python_startup benchmark anymore.
* | | | correctly emulate error semantics of gen.throw in FutureIter_throwBenjamin Peterson2016-11-141-0/+9
| | | |
* | | | Merge AIX fixes from 3.5 into 3.6Martin Panter2016-11-141-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #28016: Skip /dev/tty seekable() test on AIXMartin Panter2016-11-141-1/+1
| | | |