Vinay Sajip
|
bc7e34f692
|
Issue #3389: Allow resolving dotted names for handlers in logging configuration files. Thanks to Philip Jenvey for the patch.
|
2008-07-18 08:59:06 +00:00 |
Barry Warsaw
|
daddf03f77
|
Bumping to 2.6b2
|
2008-07-18 03:20:07 +00:00 |
Jesse Noller
|
7fb9640d57
|
Fix issue 3395, update _debugInfo to be _debug_info
|
2008-07-17 21:01:05 +00:00 |
Eric Smith
|
d6c393ab2b
|
Backed out r65069, pending fixing it in Windows.
|
2008-07-17 19:49:47 +00:00 |
Bill Janssen
|
0c1dbf8792
|
catch socket.error errors in badCertTest
|
2008-07-17 18:01:57 +00:00 |
Eric Smith
|
454816d8bd
|
Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.
|
2008-07-17 17:48:39 +00:00 |
Benjamin Peterson
|
f5668f13c8
|
try to fix test_threading on the Windows bot
|
2008-07-17 12:57:22 +00:00 |
Benjamin Peterson
|
1ab3149063
|
Merged revisions 65053-65054 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r65053 | benjamin.peterson | 2008-07-16 21:04:12 -0500 (Wed, 16 Jul 2008) | 1 line
massive optimizations for 2to3 (especially fix_imports) from Nick Edds
........
r65054 | benjamin.peterson | 2008-07-16 21:05:09 -0500 (Wed, 16 Jul 2008) | 1 line
normalize whitespace
........
|
2008-07-17 02:07:46 +00:00 |
Georg Brandl
|
0a34baf1fc
|
Byte items *can* be chars in 2.6.
|
2008-07-16 23:18:51 +00:00 |
Georg Brandl
|
3e483f643d
|
#3156: fix consistency in what type bytearray methods accept as items.
Also rename confusing "item" parameters to "index".
|
2008-07-16 22:57:41 +00:00 |
Georg Brandl
|
a24869ada7
|
#3312: fix two sqlite3 crashes.
|
2008-07-16 22:33:18 +00:00 |
Georg Brandl
|
4ed9be733b
|
#3345: fix docstring.
|
2008-07-16 22:09:17 +00:00 |
Georg Brandl
|
b9b68ae7a5
|
#3305: self->stream can be NULL.
|
2008-07-16 22:04:20 +00:00 |
Georg Brandl
|
b32dea5a3e
|
#3045: fix pydoc behavior for TEMP path with spaces.
|
2008-07-16 21:19:28 +00:00 |
Jesse Noller
|
5e62ca4fea
|
Apply patch for 874900: threading module can deadlock after fork
|
2008-07-16 20:03:47 +00:00 |
Benjamin Peterson
|
1bbf4ea553
|
Merged revisions 65025 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r65025 | benjamin.peterson | 2008-07-16 13:46:30 -0500 (Wed, 16 Jul 2008) | 1 line
remove use of has_key
........
|
2008-07-16 18:48:35 +00:00 |
Benjamin Peterson
|
4b4f0ebf19
|
lib2to3 isn't broken anymore, so we can run the test
|
2008-07-16 17:03:06 +00:00 |
Benjamin Peterson
|
699b09010f
|
Merged revisions 64863,64868,64870,64942,65001-65002,65017-65018 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r64863 | brett.cannon | 2008-07-10 19:42:32 -0500 (Thu, 10 Jul 2008) | 1 line
Add urlparse -> urllib.parse to fix_imports.
........
r64868 | brett.cannon | 2008-07-10 20:00:10 -0500 (Thu, 10 Jul 2008) | 1 line
Add robotparser -> urllib.robotparser to fix_imports.
........
r64870 | brett.cannon | 2008-07-11 00:56:27 -0500 (Fri, 11 Jul 2008) | 6 lines
Fix the fixers for the new dbm package.
Had to create a new fixer (fix_imports2) which did fixes in post-order. This
because ``import anydbm`` was being translated into ``import dbm`` which was
then subsequently changed into ``import dbm.ndbm``; one transform too many.
........
r64942 | collin.winter | 2008-07-13 20:19:05 -0500 (Sun, 13 Jul 2008) | 1 line
Add a comment explaining part of fix_imports.py
........
r65001 | brett.cannon | 2008-07-16 00:11:12 -0500 (Wed, 16 Jul 2008) | 2 lines
Remove some extraneous whitespace.
........
r65002 | brett.cannon | 2008-07-16 00:12:04 -0500 (Wed, 16 Jul 2008) | 4 lines
Implement a fixer for urllib(2).
Thanks Nick Edds for the patch.
........
r65017 | benjamin.peterson | 2008-07-16 11:04:19 -0500 (Wed, 16 Jul 2008) | 1 line
fix 2to3 in Python 2.6
........
r65018 | benjamin.peterson | 2008-07-16 11:55:21 -0500 (Wed, 16 Jul 2008) | 1 line
normalize whitespace
........
|
2008-07-16 17:01:46 +00:00 |
Jesse Noller
|
13e9d582fd
|
Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes
|
2008-07-16 14:32:36 +00:00 |
Jesse Noller
|
a6c5dc07f4
|
Apply patch for issue 3090: ARCHFLAGS parsing incorrect
|
2008-07-16 13:24:06 +00:00 |
Mark Dickinson
|
64b7e501f4
|
Issue #3360: Fix incorrect parsing of "020000000000.0".
|
2008-07-16 09:40:03 +00:00 |
Benjamin Peterson
|
a736a28702
|
disable lib2to3 in the trunk. It's broken just for 2.6
|
2008-07-16 00:44:02 +00:00 |
Eric Smith
|
a5fa5a218d
|
Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.format().
|
2008-07-16 00:11:49 +00:00 |
Mark Dickinson
|
62764566e8
|
Fix float.from_hex tests. It appears that Linux/ia64 doesn't like
computing 2.0**-1074 accurately. Using ldexp(1.0, -1074) should be
safer.
|
2008-07-15 21:55:23 +00:00 |
Thomas Heller
|
2affb40e70
|
Fix test on 64-bit platforms.
|
2008-07-15 20:18:46 +00:00 |
Mark Dickinson
|
7103aa42c0
|
Issue #3008: add instance method float.hex and class method float.fromhex
to convert floats to and from hexadecimal strings respectively.
|
2008-07-15 19:08:33 +00:00 |
Jesse Noller
|
9949d6ed4b
|
Revert 3270 patch: self._address is in pretty widespread use, need to revisit
|
2008-07-15 18:29:18 +00:00 |
Thomas Heller
|
c0b2a807ff
|
Issue #3258: Fix an assertion error (in debug build) and a crash (in
release build) when the format string of a pointer to an incomplete
structure is created.
|
2008-07-15 17:03:08 +00:00 |
Nick Coghlan
|
53663a695e
|
Issue 2235: __hash__ is once again inherited by default, but inheritance can be blocked explicitly so that collections.Hashable remains meaningful
|
2008-07-15 14:27:37 +00:00 |
Jesse Noller
|
9ace15ca25
|
multiprocessing/connection.py patch to remove fqdn oddness for issue 3270
|
2008-07-15 13:47:33 +00:00 |
Eric Smith
|
d0c841243c
|
Added '#' formatting to integers. This adds the 0b, 0o, or 0x prefix for bin, oct, hex. There's still one failing case, and I need to finish the docs. I hope to finish those today.
|
2008-07-15 10:10:07 +00:00 |
Benjamin Peterson
|
a6864e0d9f
|
fix test_py3kwarns
The fact that this was failing and went unnoticed so long seems like a good argument for being able to enable and disble py3kwarnings through Python.
|
2008-07-14 17:42:17 +00:00 |
Robert Schuppenies
|
2ee623b710
|
Fixed test failure on Win64 machines.
|
2008-07-14 08:42:18 +00:00 |
Benjamin Peterson
|
e79edf5f7c
|
remove sys.version_info check for 3.0
|
2008-07-13 18:34:58 +00:00 |
Benjamin Peterson
|
2a6087966c
|
remove bytes alias
|
2008-07-13 18:25:13 +00:00 |
Nick Coghlan
|
b028f50911
|
Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError when the parent module can't be found during an absolute import (likely due to non-PEP 361 aware code which sets a module level __package__ attribute)
|
2008-07-13 14:52:36 +00:00 |
Nick Coghlan
|
38469e2719
|
Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for itto test_warnings.
|
2008-07-13 12:23:47 +00:00 |
Brett Cannon
|
3d0b9f095a
|
dummy_thread.acquire() would return None if no waitflag argument was given. It
should have returned True.
Fixes issue #3339. Thanks, Henk Punt for the report and Andrii v. Mishkovskiyi
for attempting a patch.
|
2008-07-13 01:15:07 +00:00 |
Benjamin Peterson
|
0522a9f1eb
|
#1778443 robotparser fixes from Aristotelis Mikropoulos
|
2008-07-12 23:41:19 +00:00 |
Josiah Carlson
|
873c3864ba
|
Fixed test for asyncore.
|
2008-07-11 23:26:59 +00:00 |
Josiah Carlson
|
b65b4c3a47
|
Fix for the AttributeError in test_asynchat.
|
2008-07-11 22:17:14 +00:00 |
Amaury Forgeot d'Arc
|
2252d11c08
|
#3342: In tracebacks, printed source lines were not indented since r62555.
#3343: Py_DisplaySourceLine should be a private function. Rename it to _Py_DisplaySourceLine.
|
2008-07-11 21:45:06 +00:00 |
Amaury Forgeot d'Arc
|
ae6d2b9175
|
#3317 in zipfile module, restore the previous names of global variables:
some applications relied on them.
Also remove duplicated lines.
|
2008-07-11 21:28:25 +00:00 |
Robert Schuppenies
|
4762902998
|
Added garbage collector overhead and optional default return value to
sys.getsizeof.
|
2008-07-10 17:13:55 +00:00 |
Raymond Hettinger
|
5930d8f05e
|
Suppress -3 warnings in unittest.py
|
2008-07-10 16:06:41 +00:00 |
Raymond Hettinger
|
930795b7e0
|
Clear the -3 warnings in optparse.py
|
2008-07-10 15:37:08 +00:00 |
Robert Schuppenies
|
9be2ec109b
|
Added additional __sizeof__ implementations and addressed comments made in
Issue3122.
|
2008-07-10 15:24:04 +00:00 |
Raymond Hettinger
|
b01713e7dc
|
Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments.
|
2008-07-10 14:34:57 +00:00 |
Raymond Hettinger
|
3cd1e42dca
|
Issue 3301: Bisect functions behaved badly when lo was negative.
|
2008-07-10 14:03:19 +00:00 |
Robert Schuppenies
|
d2cd86ddd5
|
Fixed Issue3122 and extended sys.getsizeof tests for built-in types.
|
2008-07-10 13:43:26 +00:00 |