Georg Brandl
|
ee8e08b8b6
|
#5942: Copy over flag table from dbm.rst which is clearer.
|
2009-05-17 08:36:04 +00:00 |
Georg Brandl
|
4c8b1c7a59
|
#6017: better document behavior of dictiterators when the dict is changed.
|
2009-05-17 08:24:29 +00:00 |
Georg Brandl
|
5e88eea994
|
part of #4144: fix exception message in console session.
|
2009-05-17 08:10:27 +00:00 |
Hirokazu Yamamoto
|
a4f90184dc
|
Added NEWS for r72698.
|
2009-05-17 02:58:36 +00:00 |
Hirokazu Yamamoto
|
b24bb27d22
|
Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.
|
2009-05-17 02:52:09 +00:00 |
Benjamin Peterson
|
0c3b4c6e70
|
typo
|
2009-05-16 23:34:19 +00:00 |
Benjamin Peterson
|
eb9fb2c495
|
update
|
2009-05-16 22:46:11 +00:00 |
Benjamin Peterson
|
a27dbc68f0
|
completely ignore old-style stuff for type checking overloading
|
2009-05-16 22:40:56 +00:00 |
Benjamin Peterson
|
94eaba78b7
|
deal with old-style classes in issubclass and isinstance
|
2009-05-16 22:30:48 +00:00 |
Benjamin Peterson
|
fb6fb062e8
|
properly lookup __instancecheck__ and __subclasscheck__
|
2009-05-16 21:44:25 +00:00 |
Benjamin Peterson
|
757b3c90e6
|
use skipTest()
|
2009-05-16 18:44:34 +00:00 |
Tarek Ziadé
|
ae6acfc9a1
|
pep8-fied distutils.dist module
|
2009-05-16 18:29:40 +00:00 |
Tarek Ziadé
|
cb76804b17
|
#6041: sdist and register now use the check command. No more duplicate code for metadata checking
|
2009-05-16 16:37:06 +00:00 |
Georg Brandl
|
c03cd4ca8e
|
Fix about and bugs pages to match real workflow.
|
2009-05-16 11:24:41 +00:00 |
Georg Brandl
|
d933cc293b
|
#2856: document 2.x os.listdir() behavior for undecodable filenames.
|
2009-05-16 11:21:29 +00:00 |
Georg Brandl
|
14315d6513
|
#6009: undocument default argument of Option as deprecated.
|
2009-05-16 11:18:55 +00:00 |
Georg Brandl
|
29d3a04618
|
#6025: fix signature of parse().
|
2009-05-16 11:14:46 +00:00 |
Georg Brandl
|
8dc3b445ec
|
#6034: clarify __reversed__ doc.
|
2009-05-16 11:13:21 +00:00 |
Antoine Pitrou
|
f541378d13
|
Fix bootstrapping by removing uses of the copy module in distutils
|
2009-05-15 17:27:30 +00:00 |
Antoine Pitrou
|
775fd66d7b
|
Issue #2116: Weak references and weak dictionaries now support copy()ing and deepcopy()ing.
|
2009-05-15 16:54:52 +00:00 |
Antoine Pitrou
|
52035a04ab
|
Issue #1655: Make imaplib IPv6-capable. Patch by Derek Morr.
|
2009-05-15 11:50:29 +00:00 |
Georg Brandl
|
490096e760
|
Fix example output for doctest-like demos.
|
2009-05-15 08:03:03 +00:00 |
Collin Winter
|
0f489743ef
|
Issue 6024: make regrtest.py promote refleaks to test failures.
|
2009-05-14 23:26:30 +00:00 |
Benjamin Peterson
|
0db3cd6700
|
a useful decorator for cleaning up threads
|
2009-05-14 22:40:34 +00:00 |
Benjamin Peterson
|
92d102bf6d
|
prevent refleaks from threads
|
2009-05-14 22:37:49 +00:00 |
Antoine Pitrou
|
42b5bcf048
|
Issue #5918: Fix a crash in the parser module.
Patch by Amaury.
|
2009-05-14 21:48:09 +00:00 |
Antoine Pitrou
|
eed30d830b
|
Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr.
(Unfortunately, nntplib doesn't have a test suite)
|
2009-05-14 21:22:08 +00:00 |
Tarek Ziadé
|
cbb4f9ef58
|
#6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd
|
2009-05-14 20:14:13 +00:00 |
R. David Murray
|
878555401e
|
Fix test failure on Windows, and add skip check if even unicodedata
turns out not to be an external module on some other platform.
|
2009-05-14 16:12:57 +00:00 |
Tarek Ziadé
|
8953913cf5
|
pep8-fied distutils.command.sdist + more tests
|
2009-05-14 14:56:14 +00:00 |
Tarek Ziadé
|
064a768101
|
more test coverage for distutils sdist command
|
2009-05-14 12:40:59 +00:00 |
Benjamin Peterson
|
51d06abc99
|
importlib.import_module is better these days
|
2009-05-14 00:33:10 +00:00 |
Tarek Ziadé
|
d547144f0f
|
adding void to the c function
|
2009-05-13 22:16:03 +00:00 |
Tarek Ziadé
|
1652410429
|
added an inifoo in the C file, to avoid a warning by the MSVC9 linker
|
2009-05-13 21:30:06 +00:00 |
R. David Murray
|
996ba02602
|
Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source'
file is a binary. Patch by Brodie Rao, test by Daniel Diniz.
|
2009-05-13 17:14:11 +00:00 |
R. David Murray
|
525cffcd7e
|
Move news item to correct section, remove spurious 'see below'
from docstring.
|
2009-05-13 13:07:14 +00:00 |
R. David Murray
|
a3ec697cbd
|
Issue 5994: add docstrings to marshal.
|
2009-05-13 00:30:29 +00:00 |
Benjamin Peterson
|
e9a2b8a0e3
|
the compiler attribute is used in setup.py; can't rename
|
2009-05-12 21:06:05 +00:00 |
Tarek Ziadé
|
972480d999
|
fixed #5977: distutils build_ext.get_outputs was not using the inplace option
|
2009-05-12 17:07:14 +00:00 |
Michael Foord
|
f596a5125a
|
Better fix for modules using unittest.main(). Fixes regression caused by commit for issue 5995. Michael Foord
|
2009-05-12 10:49:13 +00:00 |
Michael Foord
|
7df82c9ef8
|
Fix to restore command line behaviour for test modules using unittest.main(). Regression caused by issue 5995. Michael
|
2009-05-12 10:46:23 +00:00 |
Tarek Ziadé
|
4ba25c25d2
|
removing the assert statement so the code works when Python is run with -O
|
2009-05-12 07:01:29 +00:00 |
R. David Murray
|
7118954914
|
Make it clear up front that shelve only records changes
when objects are assigned back to it when writeback is False.
|
2009-05-12 01:36:57 +00:00 |
Michael Foord
|
5471a77687
|
Add missing # to NEWS
|
2009-05-11 18:01:45 +00:00 |
Michael Foord
|
5d31e057c5
|
Adds a verbosity keyword argument to unittest.main plus a minor fix allowing you to specify test modules / classes
from the command line.
Closes issue 5995.
Michael Foord
|
2009-05-11 17:59:43 +00:00 |
Mark Dickinson
|
b1d45856c2
|
Issue #5981: Fix some float.fromhex bugs related to inf and nan handling.
|
2009-05-11 15:33:08 +00:00 |
Tarek Ziadé
|
68e27eb834
|
distutils.test_build_clib added a new line at the end of the file, to avoid a warning with some compilers
|
2009-05-11 08:45:17 +00:00 |
Benjamin Peterson
|
3dabc10134
|
sys.setdefaultencoding() strikes me as a bad example
|
2009-05-10 23:52:09 +00:00 |
Tarek Ziadé
|
2bb084e643
|
fixed test_build_ext for win32
|
2009-05-10 21:27:55 +00:00 |
Benjamin Peterson
|
e1577fb20f
|
use isinstance
|
2009-05-10 14:16:47 +00:00 |