- 18 Oct, 2011 7 commits
-
-
Antoine Pitrou authored
when imported, instead doing it at build time. This makes importing sysconfig faster and reduces Python startup time by 20%.
-
Antoine Pitrou authored
generator.throw() now gets the traceback from the passed exception's ``__traceback__`` attribute. Patch by Petri Lehtinen.
-
Antoine Pitrou authored
generator.throw() now gets the traceback from the passed exception's `__traceback__` attribute. Patch by Petri Lehtinen.
-
Ezio Melotti authored
-
Ezio Melotti authored
in order to display the prompt correctly. Patch by Petri Lehtinen.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 17 Oct, 2011 13 commits
-
-
Victor Stinner authored
encoding, to read and write MH mailboxes (.mh_sequences files).
-
Victor Stinner authored
works properly. PyErr_SetFromErrnoWithFilenameObject() was already fixed by the changeset 793c75177d28. This commit fixes PyErr_SetExcFromWindowsErrWithFilenameObject(), used on Windows.
-
Victor Stinner authored
See the FreeBSD bug: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/155606
-
Nadeem Vawda authored
Merge #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows.
-
Nadeem Vawda authored
Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Mark Hammond authored
-
Mark Hammond authored
-
Mark Hammond authored
-
Mark Hammond authored
-
- 16 Oct, 2011 8 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
On Fedora, new files get the 'security.selinux' attribute.
-
Victor Stinner authored
-
Victor Stinner authored
-
Senthil Kumaran authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 15 Oct, 2011 2 commits
-
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
- 14 Oct, 2011 10 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Martin v. Löwis authored
-
Lars Gustäbel authored
The nti() function that converts a number field from a tar header to a number failed to decode GNU tar specific base-256 fields. I also added support for decoding and encoding negative base-256 number fields.
-
Martin v. Löwis authored
-