- 28 Sep, 2011 20 commits
-
-
Victor Stinner authored
It now returns the number of written characters on success.
-
Victor Stinner authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Current, XID_Continue is a superset of XID_Start, but that may sometime change.
-
Victor Stinner authored
-
Martin v. Löwis authored
that could be allocated.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Meador Inge authored
Thanks to Suman Saha for finding the bug and providing a patch.
-
Meador Inge authored
Thanks to Suman Saha for finding the bug and providing a patch.
-
- 27 Sep, 2011 1 commit
-
-
Georg Brandl authored
-
- 25 Sep, 2011 4 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Mark Dickinson authored
Issue #1621: Fix undefined behaviour from signed overflow in datetime module hashes, array and list iterations, and get_integer (stringlib/string_format.h)
-
Mark Dickinson authored
-
- 24 Sep, 2011 7 commits
-
-
Mark Dickinson authored
-
Charles-François Natali authored
-
Mark Dickinson authored
Issue #1621: Fix undefined behaviour in bytes.__hash__, str.__hash__, tuple.__hash__, frozenset.__hash__ and set indexing operations.
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.splitlines, bytes.splitlines and bytearray.splitlines.
-
Mark Dickinson authored
-
Mark Dickinson authored
-
- 23 Sep, 2011 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
importing a module. Ignore the direcotry if its name matchs the module name (e.g. "__init__.py") and raise a ImportError instead.
-
Victor Stinner authored
module. Ignore the direcotry if its name matchs the module name (e.g. "__init__.py") and raise a ImportError instead.
-
- 22 Sep, 2011 2 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
- 21 Sep, 2011 1 commit
-
-
Charles-François Natali authored
ready before having been set up.
-