Benjamin Peterson
d43029ba5a
Merged revisions 66277 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66277 | benjamin.peterson | 2008-09-06 18:19:15 -0500 (Sat, 06 Sep 2008) | 1 line
fix missing module
........
2008-09-06 23:33:21 +00:00
Antoine Pitrou
c770bbbf48
Blocked revisions 66275 via svnmerge
...
........
r66275 | antoine.pitrou | 2008-09-07 01:04:32 +0200 (dim., 07 sept. 2008) | 3 lines
Backport relevant part of r66274 (in issue #874900 ).
........
2008-09-06 23:06:41 +00:00
Antoine Pitrou
5fe291f817
Issue #874900 : fix behaviour of threading module after a fork.
...
Reviewed by Gregory P. Smith.
2008-09-06 23:00:03 +00:00
Gregory P. Smith
0a608fdaac
fixes deferred/release blocker issue #3797 : Fixed the dbm, marshal, mmap,
...
ossaudiodev, & winreg modules to return bytes objects instead of bytearray
objects.
2008-09-06 21:34:51 +00:00
Amaury Forgeot d'Arc
7e958d1ceb
I modified the tests a bit to account for unicode string
...
Merged revisions 66270 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66270 | amaury.forgeotdarc | 2008-09-06 22:53:51 +0200 (sam., 06 sept. 2008) | 3 lines
#3796 : A test class was not run in test_float.
Reviewed by Benjamin.
........
2008-09-06 21:03:22 +00:00
Antoine Pitrou
5651eaa720
Issue #3705 : py3k aborts if "-c" or "-m" is given a non-ascii value.
...
Reviewed by Benjamin Peterson.
2008-09-06 20:46:58 +00:00
Gregory P. Smith
693fc4604f
Fixes release blocker issue #3492 and #3790 .
...
Make zlib and zipimport to return bytes instead of bytearray and use bytes
rather than bytearray for their internal leftover data storages.
2008-09-06 20:13:06 +00:00
Benjamin Peterson
35e661c711
Merged revisions 66262 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66262 | benjamin.peterson | 2008-09-06 14:28:11 -0500 (Sat, 06 Sep 2008) | 4 lines
#1638033 : add support for httponly on Cookie.Morsel
Reviewer: Benjamin
........
2008-09-06 19:37:35 +00:00
Georg Brandl
ae55dc0da4
#3794 : remove __div__ and __rdiv__ traces.
2008-09-06 17:43:49 +00:00
Georg Brandl
1aeaadd82a
#3793 : fix markup.
2008-09-06 17:42:52 +00:00
Barry Warsaw
cf06bcc098
Remove alpha notes from RELNOTES
2008-09-06 16:49:24 +00:00
Hirokazu Yamamoto
c883c4a767
forgot to remove _bsddb description from readme.txt (VC6)
2008-09-06 07:21:15 +00:00
Amaury Forgeot d'Arc
696af9772e
Align the VS2003 and VS2005 build files with the VS2008 ones
...
(VC6 was done before)
2008-09-06 00:11:20 +00:00
Benjamin Peterson
6a59b0e000
Blocked revisions 66137,66182,66192,66196 via svnmerge
...
........
r66137 | jesus.cea | 2008-09-01 21:29:06 -0500 (Mon, 01 Sep 2008) | 1 line
Improve compatibility with Python3.0 testsuite
........
r66182 | jesus.cea | 2008-09-03 12:50:32 -0500 (Wed, 03 Sep 2008) | 1 line
Fix some leaks - Neal Norwitz
........
r66192 | jesus.cea | 2008-09-03 17:07:11 -0500 (Wed, 03 Sep 2008) | 1 line
Python3.0 bsddb testsuite compatibility improvements
........
r66196 | facundo.batista | 2008-09-03 17:35:50 -0500 (Wed, 03 Sep 2008) | 5 lines
Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
to the urlparse one. Added a PendingDeprecationWarning in the old
module, it will be deprecated in the future. Docs and tests updated.
........
2008-09-05 23:45:52 +00:00
Antoine Pitrou
9e4fdf446d
Merged revisions 66240 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66240 | antoine.pitrou | 2008-09-06 01:30:23 +0200 (sam., 06 sept. 2008) | 5 lines
Issue #3535 : zipfile couldn't read some zip files larger than 2GB.
Reviewed by Amaury Forgeot d'Arc.
........
2008-09-05 23:43:02 +00:00
Benjamin Peterson
791dc2f32c
compile _bytesio and _stringio into the binary and initalize stdio before site fixing #3279
...
Reviewer: Alexandre Vassalotti
2008-09-05 23:27:15 +00:00
Brett Cannon
a741ebf8a1
Merged revisions 66237 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66237 | brett.cannon | 2008-09-05 15:59:17 -0700 (Fri, 05 Sep 2008) | 7 lines
GNU coding guidelines say that ``make check`` should verify the build. That
clashes with what Python's build target did. Rename the target to 'patchcheck'
to avoid the culture clash.
Closes issue 3758.
Reviewed by Benjamin Peterson.
........
2008-09-05 23:01:27 +00:00
Antoine Pitrou
b305aeb1dd
Merged revisions 66235 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66235 | antoine.pitrou | 2008-09-06 00:04:54 +0200 (sam., 06 sept. 2008) | 6 lines
#3601 : test_unicode.test_raiseMemError fails in UCS4
Reviewed by Benjamin Peterson on IRC.
........
2008-09-05 22:13:06 +00:00
Amaury Forgeot d'Arc
f048111403
#3660 : Correct a reference leak in PyUnicode_AsEncodedString when
...
the encoder does not return a bytes object.
Now test_unicode passes without leaking.
Reviewer: Antoine Pitrou.
2008-09-05 20:48:47 +00:00
Brett Cannon
f9b99a0baa
Blocked revisions 66232 via svnmerge
...
........
r66232 | brett.cannon | 2008-09-05 11:33:51 -0700 (Fri, 05 Sep 2008) | 5 lines
Deprecate bsddb for removal in Python 3.0.
Closes issue 3776.
Review by Nick Coghlan.
........
2008-09-05 18:35:01 +00:00
Brett Cannon
45916a4042
Blocked revisions 66229 via svnmerge
...
........
r66229 | brett.cannon | 2008-09-04 20:52:59 -0700 (Thu, 04 Sep 2008) | 1 line
Make it more obvious that warnings.catch_warnings() and its arguments should be considered keyword-only.
........
2008-09-05 03:54:40 +00:00
Benjamin Peterson
88d9498e6b
fix small typo
2008-09-05 00:43:33 +00:00
Antoine Pitrou
d79dc6216c
Issue #3660 (part of): fix a memory leak in _pickle.
...
Patch by Amaury Forgeot d'Arc, review by me.
2008-09-05 00:03:33 +00:00
Amaury Forgeot d'Arc
9252287f2c
Follow-up of #3773 : In PyTokenizer_FindEncoding, remove the call to PyErr_NoMemory when PyMem_MALLOC() fails.
...
It is not stritly necessary, the function may already return NULL without an exception set,
for example when the file cannot be opened.
Discussed with Benjamin Peterson.
2008-09-04 22:53:19 +00:00
Amaury Forgeot d'Arc
1b933ed50a
#3773 : Check for errors around the use of PyTokenizer_FindEncoding().
...
reviewed by Brett Cannon.
2008-09-04 22:34:09 +00:00
Antoine Pitrou
1d6a16bf38
Issue #3160 : the "bdist_wininst" distutils command didn't work.
...
Reviewed by Trent Nelson.
2008-09-04 21:32:09 +00:00
Barry Warsaw
95aee6260f
Update release notes for pybsddb.
2008-09-04 13:44:35 +00:00
Hirokazu Yamamoto
b12716b946
Merged revisions 66213 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66213 | hirokazu.yamamoto | 2008-09-04 20:15:14 +0900 | 1 line
Issue #3762 : platform.architecture() fails if python is lanched via its symbolic link.
Reviewed by Amaury Forgeot d'Arc.
........
2008-09-04 11:24:53 +00:00
Guilherme Polo
b212b75c22
Issue #1658 : dict size is changing during iteration in tkinter.BaseWidget and
...
tkinter.scrolledtext.ScrolledText.
Reviewed by Amaury Forgeot d'Arc
2008-09-04 11:21:31 +00:00
Hirokazu Yamamoto
c96cba047b
Follows to bsddb removal (VC6)
2008-09-04 08:47:17 +00:00
Gregory P. Smith
7b9a222f1b
Mention that bsddb is gone and include a link to jcea's website where
...
it is being maintained.
2008-09-04 05:07:03 +00:00
Brett Cannon
8a9583ec5c
PyTokenizer_FindEncoding() always failed because it set the tokenizer state
...
with only a file pointer when it called fp_setreadl() which expected a file
path. Changed fp_setreadl() to use either a file path or file descriptor
(derived from the file pointer) to fix the issue.
Closes issue 3594.
Reviewed by Antoine Pitrou and Benjamin Peterson.
2008-09-04 05:04:25 +00:00
Gregory P. Smith
451e99b393
Include a pointer to the pybsddb website with the 'bsddb has been
...
removed' note.
2008-09-04 04:46:48 +00:00
Gregory P. Smith
e838812c88
correct an example
2008-09-04 04:18:09 +00:00
Mark Hammond
ec12f23471
Remove _bsddb project on py3k (_bsddb44 project remains and builds). As discussed
...
with Barry etc on #python-dev
2008-09-04 03:03:00 +00:00
Benjamin Peterson
ad9565338c
Fix a memory leak in reloading extension modules #3667
...
Reviewer: Barry Warsaw
2008-09-04 02:28:15 +00:00
Benjamin Peterson
a7f4f5a772
#2501 xml.sax.parser doesn't terminate when given a filename; enable some more tests!
...
Reviewed by myself
2008-09-04 02:22:52 +00:00
Barry Warsaw
ecaab837b6
Committing the patch in issue 2965, so that weakref dicts have a closer
...
interface to normal dictionaries. keys(), values() and items() still return
iterators instead of views, but that can be fixed later (or not).
2008-09-04 01:42:51 +00:00
Benjamin Peterson
6ecc5c1980
db_incs is needed
2008-09-03 23:30:49 +00:00
Benjamin Peterson
6ba2332f55
clean up some more bsddb scraps
2008-09-03 22:59:38 +00:00
Facundo Batista
c469d4c3aa
Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
...
to the urlparse one. Added a DeprecationWarning in the old module, it
will be deprecated in the future. Docs and tests updated.
2008-09-03 22:49:01 +00:00
Brett Cannon
849f79a5d6
Blocked revisions 66197 via svnmerge
...
........
r66197 | brett.cannon | 2008-09-03 15:45:11 -0700 (Wed, 03 Sep 2008) | 6 lines
test_py3kwarn had been overlooked when test.test_support.catch_warning() was
re-implemented to use warnings.catch_warnings() and had its API improved.
Closes issue #3768 .
Code review by Benjamin Peterson.
........
2008-09-03 22:47:09 +00:00
Benjamin Peterson
b98eb875dc
remove bsddb
2008-09-03 22:30:12 +00:00
Benjamin Peterson
dcc1e11760
Merged revisions 66134,66136,66143,66154-66155,66190 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66134 | andrew.kuchling | 2008-09-01 20:13:42 -0500 (Mon, 01 Sep 2008) | 1 line
Describe the __hash__ changes
........
r66136 | andrew.kuchling | 2008-09-01 20:39:18 -0500 (Mon, 01 Sep 2008) | 1 line
typo fix
........
r66143 | mark.summerfield | 2008-09-02 02:23:16 -0500 (Tue, 02 Sep 2008) | 3 lines
a typo
........
r66154 | andrew.kuchling | 2008-09-02 08:06:00 -0500 (Tue, 02 Sep 2008) | 1 line
Clarify example; add imports
........
r66155 | andrew.kuchling | 2008-09-02 08:08:11 -0500 (Tue, 02 Sep 2008) | 1 line
Add e-mail address
........
r66190 | benjamin.peterson | 2008-09-03 16:48:20 -0500 (Wed, 03 Sep 2008) | 1 line
3.0 still has the old threading names
........
2008-09-03 22:22:18 +00:00
Jesus Cea
a64072f994
Python3.0 bsddb testsuite compatibility improvements
2008-09-03 22:07:33 +00:00
Christian Heimes
2ab3444284
Fixed wording of python --help text.
...
The -b option was still using the old name 'buffer' instead of 'bytearray'.
2008-09-03 20:31:07 +00:00
Jesus Cea
d6a6d3fcff
The decode is used to workaround this:
...
http://mail.python.org/pipermail/python-3000/2008-September/014709.html
2008-09-03 20:23:47 +00:00
Antoine Pitrou
fff953048f
Issue #3696 : Error parsing arguments on OpenBSD <= 4.4 and Cygwin.
...
Patch by Amaury Forgeot d'Arc, reviewed by me.
2008-09-03 18:58:51 +00:00
Antoine Pitrou
658fad8aae
Issue #3697 : "Fatal Python error: Cannot recover from stack overflow"
...
could be easily encountered under Windows in debug mode when exercising
the recursion limit checking code, due to bogus handling of recursion
limit when USE_STACKCHEK was enabled.
Reviewed by Amaury Forgeot d'Arc on IRC.
2008-09-03 18:34:34 +00:00
Jesse Noller
338f5786ea
merge 66184 to fix issue3110 to py3k
2008-09-03 18:22:19 +00:00