- 14 Apr, 2017 2 commits
-
-
Ryan Gonzalez authored
-
Mariatta authored
-
- 13 Apr, 2017 11 commits
-
-
Armin Rigo authored
-
Serhiy Storchaka authored
-
Nevada Sanchez authored
* Allow underscores in numeric literals in lib2to3. * Stricter literal parsing for Python 3.6 in lib2to3.pgen2.tokenize. * Add test case for underscores in literals in Python 3.
-
Joshua Diaddigo authored
Replace `For object's ... ` with `For objects ...`
-
Serhiy Storchaka authored
And fix the parameter name.
-
Marco Buttu authored
-
Berker Peksag authored
-
Berker Peksag authored
Reported by Lucio Ricardo Montero Valenzuela.
-
Marco Buttu authored
-
Benjamin Peterson authored
-
Xiang Zhang authored
-
- 12 Apr, 2017 3 commits
-
-
Serhiy Storchaka authored
multiple times. Writing to closed zip entry writer object now always produce a ValueError.
-
NAKAMURA Osamu authored
-
Alex Gaynor authored
The data contained in them is nonsensical
-
- 11 Apr, 2017 4 commits
-
-
Serhiy Storchaka authored
-
Nick Coghlan authored
-
svelankar authored
contextlib._GeneratorContextManager.__exit__ includes a special case to deal with PEP 479 RuntimeErrors created when `StopIteration` is thrown into the context manager body. Previously this check was too permissive, and undid one level of chaining on *all* RuntimeError instances, not just those that wrapped a StopIteration instance.
-
Senthil Kumaran authored
-
- 10 Apr, 2017 1 commit
-
-
Senthil Kumaran authored
-
- 09 Apr, 2017 5 commits
-
-
Sanyam Khurana authored
The reference to administrative data was confusing to readers, so this simplifies the note to explain that deep copying may copy more then you intended, such as data that you expected to be shared between copies.
-
Aviv Palivoda authored
conn.set_trace_callback() shouldn't be called multiple times when the schema is changing. This has indirectly been fixed by using sqlite3_prepare_v2() in bpo-9303.
-
Nick Coghlan authored
The original attempted fix missed an `isdir()` call in `get_base_branch()`.
-
Michael Seifert authored
Also changed format specifier for function name from "%s" to "%.200s" and exception messages should start with lowercase letter.
-
Senthil Kumaran authored
-
- 08 Apr, 2017 4 commits
-
-
Jelle Zijlstra authored
Documents a few omitted classes and adds NamedTuple methods.
-
Serhiy Storchaka authored
attributes.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
object.__reduce__() no longer takes arguments, object.__reduce_ex__() now requires one argument.
-
- 07 Apr, 2017 3 commits
-
-
Barry Warsaw authored
-
Serhiy Storchaka authored
-
Senthil Kumaran authored
-
- 06 Apr, 2017 2 commits
-
-
Stuart Berg authored
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (#24)
-
Alex Jordan authored
-
- 05 Apr, 2017 5 commits
-
-
Mark Dickinson authored
* Implement math.remainder. * Fix markup for arguments; use double spaces after period. * Mark up function reference in what's new entry. * Add comment explaining the calculation in the final branch. * Fix out-of-order entry in whatsnew. * Add comment explaining why it's good enough to compare m with c, in spite of possible rounding error.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
This hides unwanted implementation details from tracebacks.
-
Lisa Roach authored
* Updates B.index documentation. * Updates str.index documentation, makes it Argument Clinic compatible. * Removes ArgumentClinic code. * Finishes string.index documentation. * Updates string.rindex documentation. * Documents B.rindex.
-