Commit graph

40551 commits

Author SHA1 Message Date
Raymond Hettinger
6ee7bc04f7 Fix namedtuple bug reported by Glenn Linderman. Template did not form correctly if the field names were input in Unicode. 2008-09-25 23:31:52 +00:00
Amaury Forgeot d'Arc
17617a07d1 #3965: on Windows, open() crashes if the filename or the mode is invalid,
and if the filename is a unicode string.

Reviewed by Martin von Loewis.
2008-09-25 20:52:56 +00:00
Benjamin Peterson
22d3c92480 add a NEWs entry for r66614 2008-09-25 20:35:45 +00:00
Martin v. Löwis
e86b07cc9a Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default. 2008-09-25 04:12:50 +00:00
Benjamin Peterson
52d52f185a #3950 fix missing scale factors in turtle.py
reviewers: Georg, Benjamin
2008-09-24 22:11:59 +00:00
Thomas Heller
a85c95d5e8 Fix issue #3547: ctypes is confused by bitfields of varying integer types
Reviewed by Fredrik Lundh and Skip Montanaro.
2008-09-24 18:26:05 +00:00
Andrew M. Kuchling
8798c90df2 Improve wording 2008-09-24 17:27:55 +00:00
Georg Brandl
1379ae02e3 Indentation normalization. 2008-09-24 09:47:55 +00:00
Benjamin Peterson
a74d675fac backport the atexit test for r66563 2008-09-23 20:43:09 +00:00
Jesus Cea
5cd5f12a48 Bugfix for issue3885 and 'DB.verify()' crash.
Reviewed by Nick Coghlan.
2008-09-23 18:54:08 +00:00
Hirokazu Yamamoto
09979a137a Issue #3945: Fixed compile error on cygwin. (initializer element is not constant)
Reviewed by Amaury Forgeot d'Arc.
2008-09-23 16:11:09 +00:00
Benjamin Peterson
fe7c26d942 mention how to override boolean evaluation 2008-09-23 13:32:46 +00:00
Benjamin Peterson
3e876fd146 clean up docs for platform's linux_distribution and dist functions 2008-09-22 22:13:29 +00:00
Benjamin Peterson
ffb3cca39b use the new threading properties for multiprocessing (reviewed by Jesse #3927) 2008-09-22 21:11:43 +00:00
Andrew MacIntyre
41c56b5ea1 build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files
Part of source_os2emx.patch in issue 3868:
  Include/pystrcmp.h:  OS/2 has same C APIs as Windows
  Lib/test/test_io.py: OS/2 has same behaviour as Windows for this test

Reviewed by Amaury Forgeot d'Arc
2008-09-22 14:23:45 +00:00
Andrew MacIntyre
f8db82242b any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h>
Part of source_os2emx.patch in issue 3868
Reviewed by Amaury Forgeot d'Arc
2008-09-22 14:11:41 +00:00
Andrew MacIntyre
8c47cabbe9 should use macro'ed symbols not direct
Part of source_os2emx.patch in issue 3868
Reviewed by Amaury Forgeot d'Arc
2008-09-22 14:10:54 +00:00
Georg Brandl
29fdcad93d Fill out download page. 2008-09-21 22:31:59 +00:00
Benjamin Peterson
2c7470d951 #3879 fix a regression in urllib.getproxies_environment
reviewers: Benjamin, Georg
2008-09-21 21:27:51 +00:00
Hirokazu Yamamoto
1672e10dc2 Issue #3925: Ignores shutil.rmtree error on cygwin too.
Reviewed by Benjamin Peterson.
2008-09-21 20:48:41 +00:00
Hirokazu Yamamoto
56d380de1d Issue #3838: TarFile object assigned to self.tar should be closed explicitly.
Reviewed by Lars Gustäbel.
2008-09-21 11:44:23 +00:00
Georg Brandl
267acd2205 Add "dist" target. 2008-09-21 10:03:39 +00:00
Georg Brandl
afeea0711a #3918: note that uniform() args can be swapped. 2008-09-21 08:03:21 +00:00
Georg Brandl
450a7f578e Update readme and Makefile (web builder doesn't exist). 2008-09-21 07:36:22 +00:00
Georg Brandl
a438c85a88 #3897: _collections now has an underscore. 2008-09-21 07:31:52 +00:00
Georg Brandl
e4c1f11e20 #3901: bsddb fix. 2008-09-21 07:24:11 +00:00
Georg Brandl
83463ce8d4 #3914: add //= to the augmented assign operators. 2008-09-21 07:18:28 +00:00
Georg Brandl
73ac29e426 #3916: fixes for docs wrt. Windows directory layout 2008-09-21 07:17:00 +00:00
Georg Brandl
4517323df8 #3912: document default for *places* arg. 2008-09-21 07:15:59 +00:00
Georg Brandl
2f3bd8364a #3852: fix some select.kqueue and kevent docs. 2008-09-21 07:14:44 +00:00
Martin v. Löwis
e1d9dca794 Use AMD64 version of CRT in just-for-me installations for Win64 installers. 2008-09-19 19:20:03 +00:00
Martin v. Löwis
175d00784d Bug #3887: Package x64 version of CRT for AMD64
Windows binaries.
2008-09-19 15:21:07 +00:00
Lars Gustäbel
5576091fc7 Correct information about the tarfile module. 2008-09-19 12:39:23 +00:00
Raymond Hettinger
3134f14b1a Improve docs for super(). 2008-09-19 08:07:48 +00:00
Josiah Carlson
5aaa3e579d Fix for documentation bug. Fixes issue 3904. 2008-09-19 02:07:22 +00:00
Benjamin Peterson
fbb388b39b tabify 2008-09-18 23:20:28 +00:00
Barry Warsaw
0c5ca57369 done with 2.6rc2 2008-09-18 05:34:31 +00:00
Barry Warsaw
877d58dbd6 Tagging 2.6rc2 2008-09-18 04:34:09 +00:00
Barry Warsaw
6af16190f6 Bumping to 2.6rc2 2008-09-18 04:33:43 +00:00
Mark Hammond
900155fa42 avoid putting unicode objects in the environment causing
later test failures.  As discussed on #python-dev
2008-09-18 03:51:46 +00:00
Mark Hammond
9f381ec50b On Windows, temporarily disable the bsddb test referenced in bug 3892.
We do yell to stderr and the bug is marked as a blocker.
Reviewed by barry in #python-dev.
2008-09-18 02:47:35 +00:00
Benjamin Peterson
8c2b7dc463 fix possible integer overflows in _hashopenssl #3886 2008-09-18 01:22:16 +00:00
Benjamin Peterson
b8966ab753 document compileall command flags 2008-09-17 21:54:56 +00:00
Andrew M. Kuchling
b34c3f4024 Note sqlite3 version; move item 2008-09-17 13:04:53 +00:00
Andrew M. Kuchling
24c9021ebf Remove comment about improvement: pystone is about the same, and
the improvements seem to be difficult to quantify
2008-09-17 12:58:22 +00:00
Andrew M. Kuchling
026bcced2d Markup fixes 2008-09-17 12:57:04 +00:00
Skip Montanaro
b40890db07 usage 2008-09-17 11:50:36 +00:00
Georg Brandl
4da1da094c #3888: add some deprecated modules in whatsnew. 2008-09-17 08:45:54 +00:00
Benjamin Peterson
6be425c85f be less wordy 2008-09-16 21:20:28 +00:00
Georg Brandl
c8fd1bc4db Fix typo. 2008-09-16 10:17:45 +00:00