Alexandre Vassalotti
25ad76c91d
Added test for copy_reg rename.
...
Added note to documentation about copy_reg rename.
2008-05-11 09:01:51 +00:00
Georg Brandl
2ac747c05a
#2812 : document property.getter/setter/deleter.
2008-05-11 08:47:53 +00:00
Georg Brandl
d809603623
#2742 : ``''`` is not converted to NULL in getaddrinfo.
2008-05-11 07:06:05 +00:00
Georg Brandl
605a0c6f7f
reload() takes the module itself.
2008-05-11 07:02:17 +00:00
Brett Cannon
2a86913864
Deprecated the mhlib module for removal in 3.0.
2008-05-11 03:01:47 +00:00
Skip Montanaro
79964cf64f
Copied two versions of the example from the interactive session. Delete
...
one.
2008-05-11 02:59:30 +00:00
Brett Cannon
a975cd446e
Fix up markup in the deprecation notice.
2008-05-11 01:06:54 +00:00
Brett Cannon
df0a717037
The linuxaudidev module has been deprecated for removal in Python 3.0.
2008-05-11 00:50:51 +00:00
Brett Cannon
27508d4eb9
Deprecate ihooks for removal in 3.0.
2008-05-10 22:45:07 +00:00
Brett Cannon
fe5985188d
Deprecate the fpformat module for removal in 3.0.
2008-05-10 22:11:45 +00:00
Brett Cannon
7f874fce63
Deprecate the dl module for removal in 3.0.
2008-05-10 21:20:19 +00:00
Brett Cannon
0aa6e1b8fb
Deprecate the dircache module for 3.0.
2008-05-10 21:12:57 +00:00
Brett Cannon
10f5db6424
Revert r62998 as it broke the build (seems distutils.config is missing).
2008-05-10 20:52:01 +00:00
Andrew M. Kuchling
cd8001c8ed
#1858 from Tarek Ziade:
...
Allow multiple repositories in .pypirc; see http://wiki.python.org/moin/EnhancedPyPI
for discussion.
The patch is slightly revised from Tarek's last patch: I've simplified
the PyPIRCCommand.finalize_options() method to not look at sys.argv.
Tests still pass.
2008-05-10 19:51:55 +00:00
Andrew M. Kuchling
4ff7fc49c6
#1625509 : describe behaviour of import lock
2008-05-10 17:48:45 +00:00
Andrew M. Kuchling
311c580539
Document the 'line' argument
2008-05-10 17:37:05 +00:00
Skip Montanaro
45f585915e
Note the PyPI-edness of bsddb185 for people who might still need it.
2008-05-10 14:48:49 +00:00
Brett Cannon
6192df10b6
Deprecate the compiler package for removal in 3.0.
2008-05-10 02:58:26 +00:00
Brett Cannon
768d44f54d
Deprecate the bsddb185 module for removal in 3.0.
2008-05-10 02:47:54 +00:00
Brett Cannon
4c1f881f13
Deprecate Bastion and rexec for 3.0.
2008-05-10 02:27:04 +00:00
Brett Cannon
ccdf9081b7
Fix some errors in the deprecation warnings for new and user.
2008-05-10 02:25:00 +00:00
Benjamin Peterson
54718dd691
In stdtypes.rst, move methods under class directives where applicable
2008-05-09 21:30:26 +00:00
Andrew M. Kuchling
ba290db601
Update planned release date.
...
Uncomment PEP 370 section.
Add some module items
2008-05-09 11:46:05 +00:00
Georg Brandl
68fd63ba9a
Add a note about using reload().
2008-05-09 06:39:58 +00:00
Georg Brandl
2e829cb769
Add Kodos as a re reference.
2008-05-09 06:36:07 +00:00
Georg Brandl
3ddaf2d64b
Add another link to colorsys docs.
2008-05-09 06:26:54 +00:00
Georg Brandl
dfb5bbd44a
Add a sentence to basicConfig() that is in the docstring.
2008-05-09 06:18:27 +00:00
Georg Brandl
5117409a53
#2781 : fix function name.
2008-05-09 06:10:43 +00:00
Brett Cannon
fa24d9a71c
Deprecate the toaiff module for removal in 3.0.
2008-05-09 05:32:42 +00:00
Brett Cannon
3c75914434
Deprecate test.testall for removal in 3.0.
2008-05-09 05:25:37 +00:00
Brett Cannon
d7265d6483
Deprecate the new module for removal in 3.0.
2008-05-09 05:18:40 +00:00
Benjamin Peterson
d03238a647
reindent example
2008-05-09 00:50:40 +00:00
Skip Montanaro
e404a12a46
Add an example about using NamedTemporaryFile() to replace mktemp(). I'm
...
unclear whether the verbatim text should have been indented or by how much.
2008-05-09 00:45:00 +00:00
Benjamin Peterson
0893a0a961
Add Py3k warnings to os.path.walk
2008-05-09 00:27:01 +00:00
Brett Cannon
e3b1940eb9
Deprecate the user module for removal in 3.0.
2008-05-08 20:36:09 +00:00
Brett Cannon
98b9c07ab7
Document the 'record' argument for test.test_support.catch_warning().
2008-05-08 20:20:54 +00:00
Brett Cannon
9d44182427
The mutex module has been deprecated for removal in 3.0.
2008-05-08 19:26:08 +00:00
Brett Cannon
80bb9d92e3
Deprecate the imputil module for removal in 3.0.
2008-05-08 18:15:14 +00:00
Raymond Hettinger
f8105ceec7
Issue 2778. Document the temporary frozenset swap in __contains__(), remove(), and discard().
2008-05-08 17:18:13 +00:00
Barry Warsaw
bf5bd9f2f0
Post tag updates.
2008-05-08 15:30:00 +00:00
Raymond Hettinger
5a9fed75bd
Fix-up the enumerate type example and move it to the end.
2008-05-08 07:23:30 +00:00
Brett Cannon
e5d2cbaeaf
Deprecate the audiodev module for 3.0.
2008-05-06 23:23:34 +00:00
Christian Heimes
af748c3ab8
Implemented PEP 370
2008-05-06 22:41:46 +00:00
Georg Brandl
c730d5f7e5
> != (!<).
2008-05-06 17:20:54 +00:00
Georg Brandl
5820022862
#2773 : fix description of 'g' and 'G' formatting spec.
2008-05-06 17:11:42 +00:00
Georg Brandl
98fd03637f
#2752 : fix second example too.
2008-05-05 21:06:48 +00:00
Georg Brandl
cb63565eb5
#2769 : markup glitch.
2008-05-05 20:59:05 +00:00
Georg Brandl
3961f1872c
Fix JSON module docs.
2008-05-05 20:53:39 +00:00
Brett Cannon
4b964f9c90
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
...
Ippolito.
Closes issue #2750 .
2008-05-05 20:21:38 +00:00
Brett Cannon
8a232cc385
Add a DeprecationWarning for when warnings.showwarning() is set to a function
...
that lacks support for the new 'line' argument.
2008-05-05 05:32:07 +00:00