- 10 Sep, 2011 2 commits
- 09 Sep, 2011 3 commits
-
-
Jesus Cea authored
-
Jesus Cea authored
-
Éric Araujo authored
Also fix some markup and typos.
-
- 06 Sep, 2011 4 commits
-
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
Fix also spelling of the null character.
-
- 05 Sep, 2011 6 commits
-
-
Victor Stinner authored
instead of the locale encoding.
-
Victor Stinner authored
sys.platform is now always 'linux2' on Linux (even on Linux 3)
-
Senthil Kumaran authored
Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez.
-
Éric Araujo authored
-
Lars Gustäbel authored
tarfile unnecessarily checked the existence of numerical user and group ids on extraction. If one of them did not exist the respective id of the current user (i.e. root) was used for the file and ownership information was lost. (Patch by Sebastien Luttringer)
-
Ezio Melotti authored
#12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten.
-
- 04 Sep, 2011 5 commits
-
-
Éric Araujo authored
-
Martin v. Löwis authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 03 Sep, 2011 2 commits
-
-
Georg Brandl authored
-
Benjamin Peterson authored
-
- 02 Sep, 2011 7 commits
-
-
Éric Araujo authored
sdist used to crash with a full traceback dump instead of printing a nice warning with the faulty line number.
-
Éric Araujo authored
-
Łukasz Langa authored
-
Sandro Tosi authored
-
Amaury Forgeot d'Arc authored
a string.
-
Sandro Tosi authored
-
Éric Araujo authored
-
- 01 Sep, 2011 11 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Éric Araujo authored
-
Éric Araujo authored
Suggested by Terry J. Reedy in #12298.
-
Éric Araujo authored
-
Benjamin Peterson authored
-
Éric Araujo authored
-
Antoine Pitrou authored
mapped to POSIX errno ENOTDIR (previously EINVAL).
-
Éric Araujo authored
-
Éric Araujo authored
Text adapted from the PEP. Addition requested by Terry J. Reedy on 2011-02-23 on python-dev.
-