- 10 Tem, 2008 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Robert Schuppenies yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 08 Tem, 2008 3 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Issue 2517: Allow unicode messages in Exceptions again by correctly bypassing the instance dictionary when looking up __unicode__ on new-style classes
-
Georg Brandl yazdı
-
- 07 Tem, 2008 7 kayıt (commit)
-
-
Facundo Batista yazdı
-
Andrew M. Kuchling yazdı
-
Skip Montanaro yazdı
-
Gregory P. Smith yazdı
redundant ":443" port number designation when the connection is using the default https port (443).
-
Gregory P. Smith yazdı
-
Josiah Carlson yazdı
-
Gregory P. Smith yazdı
properly when raising an exception due to the bz2file being closed. Prevents a deadlock.
-
- 06 Tem, 2008 8 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
Forward-port of 38255 (2005/01/15!) This was already fixed in 2.4, but never merged into trunk... py3k is already right, thanks to the bytes/str distinction! Should be backported to 2.5.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Gregory P. Smith yazdı
-
Benjamin Peterson yazdı
-
Gregory P. Smith yazdı
interrupted by a signal.
-
Gregory P. Smith yazdı
freelists. Changes their CompactFreeList apis into ClearFreeList apis and calls them via gc.collect().
-
- 05 Tem, 2008 11 kayıt (commit)
-
-
Facundo Batista yazdı
the builtin one.
-
Facundo Batista yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r64493 | benjamin.peterson | 2008-06-24 04:14:14 +0200 (Di, 24 Jun 2008) | 1 line add a fix_import mapping for cPickle -> pickle ........ r64651 | brett.cannon | 2008-07-02 04:00:11 +0200 (Mi, 02 Jul 2008) | 3 lines Update fix_imports for urllib. Had to change the fixer itself to handle modules that are split across several renames in 3.0. ........ r64669 | brett.cannon | 2008-07-02 21:43:48 +0200 (Mi, 02 Jul 2008) | 4 lines Backing out last change until fix_imports is working again. Also re-enable the testing for fix_imports; if it is deemed that it takes too long to run then a random sample should be taken and used to test it. ........
-
Mark Dickinson yazdı
#3168.
-
Mark Dickinson yazdı
makes the float constructor behave in the same way as specified by various other language standards, including C99, IEEE 754r, and the IBM Decimal standard.
-
Georg Brandl yazdı
This is a new feature, but Barry authorized adding it in the beta period.
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
- 04 Tem, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 03 Tem, 2008 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Martin v. Löwis yazdı
Also fixes - Issue #1526: Allow more than 64k files to be added to Zip64 file. - Issue #1746: Correct handling of zipfile archive comments (previously archives with comments over 4k were flagged as invalid). Allow writing Zip files with archives by setting the 'comment' attribute of a ZipFile.
-
Andrew M. Kuchling yazdı
-
- 02 Tem, 2008 2 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
the GIL must be re-acquired in the callback function
-
Brett Cannon yazdı
-