- 21 Eyl, 2011 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 20 Eyl, 2011 3 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Barry Warsaw yazdı
finding the bug and providing a patch.
-
- 19 Eyl, 2011 2 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Jesus Cea yazdı
-
- 18 Eyl, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 17 Eyl, 2011 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 15 Eyl, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
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 Eyl, 2011 2 kayıt (commit)
-
-
Ned Deily yazdı
with invalid hex escape sequences, like b'\x0'. (Original patch by Claudiu Popa.)
-
Stefan Krah yazdı
-
- 12 Eyl, 2011 5 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Amaury Forgeot d'Arc yazdı
object triggers the garbage collector.
-
Éric Araujo yazdı
-
Stefan Krah yazdı
-
- 10 Eyl, 2011 4 kayıt (commit)
-
-
Éric Araujo yazdı
-
Ezio Melotti yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
- 09 Eyl, 2011 5 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
I have tests to add in this file and it’s always nice to start from a clean base.
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Éric Araujo yazdı
Also fix some markup and typos.
-
- 06 Eyl, 2011 4 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
Fix also spelling of the null character.
-
- 05 Eyl, 2011 6 kayıt (commit)
-
-
Victor Stinner yazdı
instead of the locale encoding.
-
Victor Stinner yazdı
sys.platform is now always 'linux2' on Linux (even on Linux 3)
-
Senthil Kumaran yazdı
Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez.
-
Éric Araujo yazdı
-
Lars Gustäbel yazdı
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 yazdı
#12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten.
-
- 04 Eyl, 2011 4 kayıt (commit)
-
-
Éric Araujo yazdı
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-