- 21 Sep, 2011 3 commits
-
-
Senthil Kumaran authored
-
Charles-François Natali authored
multiprocessing.reduction, which may not be available (e.g. if the OS doesn't support FD passing over Unix domain sockets).
-
Jesus Cea authored
-
- 20 Sep, 2011 3 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Barry Warsaw authored
finding the bug and providing a patch.
-
- 19 Sep, 2011 2 commits
-
-
Mark Dickinson authored
-
Jesus Cea authored
-
- 18 Sep, 2011 1 commit
-
-
Georg Brandl authored
-
- 17 Sep, 2011 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 15 Sep, 2011 1 commit
-
-
Victor Stinner authored
find_module() now raises a RuntimeError, instead of ImportError, on an error on sys.path or sys.meta_path because load_package() and import_submodule() returns None and clear the exception if a ImportError occurred.
-
- 14 Sep, 2011 2 commits
-
-
Ned Deily authored
with invalid hex escape sequences, like b'\x0'. (Original patch by Claudiu Popa.)
-
Stefan Krah authored
-
- 12 Sep, 2011 5 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Amaury Forgeot d'Arc authored
object triggers the garbage collector.
-
Éric Araujo authored
-
Stefan Krah authored
-
- 10 Sep, 2011 4 commits
-
-
Éric Araujo authored
-
Ezio Melotti authored
-
Jesus Cea authored
-
Jesus Cea authored
-
- 09 Sep, 2011 5 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
I have tests to add in this file and it’s always nice to start from a clean base.
-
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 2 commits
-
-
Éric Araujo authored
-
Martin v. Löwis authored
-