- 06 Tem, 2008 1 kayıt (commit)
-
-
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 9 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
the GIL must be re-acquired in the callback function
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Closes issue #3261. THankjs Leo Soto for the bug report.
-
Jesse Noller yazdı
-
Facundo Batista yazdı
added a '(' when completed.
-
Jesse Noller yazdı
-
Nick Coghlan yazdı
-
Mark Dickinson yazdı
that the behaviour of Decimal doesn't change if/when re.UNICODE becomes assumed in Python 3.0. Also add a check that alternative Unicode digits (e.g. u'\N{FULLWIDTH DIGIT ONE}') are *not* accepted in a numeric string.
-
Brett Cannon yazdı
* Deprecate urllib.urlopen() in favor of urllib2.urlopen() for 3.0. * Update docs to mention split/rename of the module and deprecation of urlopen(). Changes to lib2to3 are in a separate commit. Work is for issue #2885.
-
- 01 Tem, 2008 9 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Amaury Forgeot d'Arc yazdı
whose write() method installs another sys.stdout. Will backport.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 30 Haz, 2008 4 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
When a thread touches such an object for the first time, a new thread-local __dict__ is created, and the __init__ method is run. But a thread switch can occur here; if the other thread touches the same object, it installs another __dict__; when the first thread resumes, it updates the dictionary of the second... This is the deep cause of the failures in test_multiprocessing involving "managers" objects. Also a 2.5 backport candidate.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Facundo Batista yazdı
-
- 29 Haz, 2008 1 kayıt (commit)
-
-
Vinay Sajip yazdı
Updated to reflect change in logging.config to remove out-of-date comment in _install_handlers and the use of issubclass in place of equality comparison of classes.
-