- 07 Jul, 2008 6 commits
-
-
Andrew M. Kuchling authored
-
Skip Montanaro authored
-
Gregory P. Smith authored
redundant ":443" port number designation when the connection is using the default https port (443).
-
Gregory P. Smith authored
-
Josiah Carlson authored
-
Gregory P. Smith authored
properly when raising an exception due to the bz2file being closed. Prevents a deadlock.
-
- 06 Jul, 2008 8 commits
-
-
Amaury Forgeot d'Arc authored
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 authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Gregory P. Smith authored
-
Benjamin Peterson authored
-
Gregory P. Smith authored
interrupted by a signal.
-
Gregory P. Smith authored
freelists. Changes their CompactFreeList apis into ClearFreeList apis and calls them via gc.collect().
-
- 05 Jul, 2008 11 commits
-
-
Facundo Batista authored
the builtin one.
-
Facundo Batista authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
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 authored
#3168.
-
Mark Dickinson authored
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 authored
This is a new feature, but Barry authorized adding it in the beta period.
-
Georg Brandl authored
-
Raymond Hettinger authored
-
- 04 Jul, 2008 1 commit
-
-
Georg Brandl authored
-
- 03 Jul, 2008 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Martin v. Löwis authored
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 authored
-
- 02 Jul, 2008 9 commits
-
-
Amaury Forgeot d'Arc authored
the GIL must be re-acquired in the callback function
-
Brett Cannon authored
-
Brett Cannon authored
Closes issue #3261. THankjs Leo Soto for the bug report.
-
Jesse Noller authored
-
Facundo Batista authored
added a '(' when completed.
-
Jesse Noller authored
-
Nick Coghlan authored
-
Mark Dickinson authored
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 authored
* 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 Jul, 2008 1 commit
-
-
Benjamin Peterson authored
-