- 16 Dec, 2013 15 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
* 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().
-
Serhiy Storchaka authored
* 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().
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Serhiy Storchaka authored
(U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE).
-
Serhiy Storchaka authored
(U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE).
-
Christian Heimes authored
-
Christian Heimes authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
R David Murray authored
-
R David Murray authored
Patch by Vajrasky Kok.
-
- 15 Dec, 2013 15 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
Stefan Krah authored
-
Raymond Hettinger authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Charles-François Natali authored
makefile.
-
Charles-François Natali authored
-
Charles-François Natali authored
makefile.
-
Christian Heimes authored
-
Christian Heimes authored
-
Nick Coghlan authored
Note that __spec__.name is not currently guaranteed to be in sys.modules when the code is running, only __name__ is. The "running module is in sys.modules" invariant will be expanded to also cover __spec__.name in a subsequent patch.
-
- 14 Dec, 2013 10 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
R David Murray authored
-
Stefan Krah authored
is used in a program.
-
Stefan Krah authored
-
Stefan Krah authored
by including stdint.h before mpdecimal.h. In that case the only option left is to compile with -D_STDC_LIMIT_MACROS.
-