- 08 Nov, 2016 11 commits
-
-
Serhiy Storchaka authored
plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext.
-
Serhiy Storchaka authored
plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext.
-
Serhiy Storchaka authored
plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext.
-
Serhiy Storchaka authored
plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
This makes Python startup from a virtual environment a little faster.
-
Yury Selivanov authored
-
Terry Jan Reedy authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
- 07 Nov, 2016 12 commits
-
-
Victor Stinner authored
Importing the enum module in the re module slows down Python startup by 34% when Python is run from a virtual environment, or more generally when the re module is imported at startup but not the enum module.
-
Eric V. Smith authored
-
Terry Jan Reedy authored
Update and augment description of the configuration system.
-
Yury Selivanov authored
Patch by Elvis Pranskevichus.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Berker Peksag authored
-
Berker Peksag authored
Also update versionadded directive to 3.5.3.
-
Yury Selivanov authored
Patch by Jim Fulton.
-
Steve Dower authored
-
Guido van Rossum authored
-
- 06 Nov, 2016 12 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Berker Peksag authored
WARNING: Could not lex literal_block as "c". Highlighting skipped. Patch by SilentGhost.
-
Berker Peksag authored
-
Berker Peksag authored
Move the still relevant parts of it to the previous chapter, "Errors and Exceptions".
-
Serhiy Storchaka authored
StopIteration with value. More safely handle non-normalized exceptions in -_PyGen_FetchStopIterationValue.
-
Serhiy Storchaka authored
StopIteration with value. More safely handle non-normalized exceptions in -_PyGen_FetchStopIterationValue.
-
Jason R. Coombs authored
Update docs to reflect new behavior around backslashes in expressions (not allowed), matching recent changes to PEP 498.
-
Jason R. Coombs authored
Update test_no_escapes_for_braces to clarify behavior with a docstring and expressions that clearly are not evaluated.
-
Jason R. Coombs authored
Additionally show that a backslash-escaped opening brace is treated as a literal and thus triggers the single closing brace error, clarifying #28590.
-
Jason R. Coombs authored
Add an additional test with a newline, one that's very similar to test_parens_in_expressions, but because the newline is not a literal newline, but a backslash en, this error is triggered.
-
Serhiy Storchaka authored
PyDict_GetItemWithError(). Patch by Xiang Zhang.
-
- 05 Nov, 2016 4 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
This matches the documentation, and passes the test suite when multithreading is disabled.
-
- 04 Nov, 2016 1 commit
-
-
Ned Deily authored
-