Georg Brandl
22b3431426
Merged revisions 74209 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r74209 | georg.brandl | 2009-07-26 16:37:28 +0200 (So, 26 Jul 2009) | 1 line
builtin -> built-in.
........
2009-07-26 14:54:51 +00:00
Antoine Pitrou
88909540ff
Merged revisions 73072 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73072 | antoine.pitrou | 2009-05-31 16:20:14 +0200 (dim., 31 mai 2009) | 4 lines
Issue #6152 : New option '-j'/'--multiprocess' for regrtest allows running
regression tests in parallel, shortening the total runtime.
........
2009-06-29 13:54:42 +00:00
Benjamin Peterson
6fd7d6c89f
include 3.2 in toctree
2009-06-28 21:41:24 +00:00
Raymond Hettinger
f558ddd61f
Fill-in some new news.
2009-06-28 21:37:08 +00:00
Raymond Hettinger
6e6565b64b
Whatsnew begins afresh
2009-06-28 20:56:11 +00:00
Benjamin Peterson
87c8d87b91
Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73196 | benjamin.peterson | 2009-06-03 20:40:29 -0500 (Wed, 03 Jun 2009) | 1 line
use the offical api
........
r73278 | benjamin.peterson | 2009-06-07 17:33:11 -0500 (Sun, 07 Jun 2009) | 1 line
inherit from object
........
r73279 | benjamin.peterson | 2009-06-07 17:35:00 -0500 (Sun, 07 Jun 2009) | 1 line
always inherit from an appropiate base class
........
r73280 | benjamin.peterson | 2009-06-07 17:54:35 -0500 (Sun, 07 Jun 2009) | 1 line
use booleans for flags
........
r73299 | georg.brandl | 2009-06-08 13:41:36 -0500 (Mon, 08 Jun 2009) | 1 line
Typo fix.
........
r73308 | benjamin.peterson | 2009-06-08 17:18:32 -0500 (Mon, 08 Jun 2009) | 1 line
remove useless assertion
........
r73312 | benjamin.peterson | 2009-06-08 18:44:13 -0500 (Mon, 08 Jun 2009) | 1 line
remove error checks already done in set_context()
........
r73313 | r.david.murray | 2009-06-08 19:44:22 -0500 (Mon, 08 Jun 2009) | 4 lines
Issue 2947: document how return code handling translates from
os.popen to subprocess. Also fixes reference link in the
os.spawn documentation.
........
r73317 | benjamin.peterson | 2009-06-09 12:24:26 -0500 (Tue, 09 Jun 2009) | 1 line
make ast.c depend on the grammar
........
r73318 | benjamin.peterson | 2009-06-09 12:29:51 -0500 (Tue, 09 Jun 2009) | 1 line
explain why keyword names are not just NAME
........
r73321 | benjamin.peterson | 2009-06-09 16:13:43 -0500 (Tue, 09 Jun 2009) | 1 line
update symbol.py from with statement changes
........
r73324 | amaury.forgeotdarc | 2009-06-09 17:53:16 -0500 (Tue, 09 Jun 2009) | 2 lines
Avoid invoking the parser/compiler just to test the presence of a function.
........
r73331 | benjamin.peterson | 2009-06-10 08:45:31 -0500 (Wed, 10 Jun 2009) | 1 line
fix spelling
........
r73335 | raymond.hettinger | 2009-06-10 11:15:40 -0500 (Wed, 10 Jun 2009) | 1 line
Fix signed/unsigned compiler warning.
........
r73340 | amaury.forgeotdarc | 2009-06-10 15:30:19 -0500 (Wed, 10 Jun 2009) | 2 lines
Fix a typo spotted by Nick Coghlan.
........
r73363 | benjamin.peterson | 2009-06-11 12:51:17 -0500 (Thu, 11 Jun 2009) | 1 line
use multi-with syntax
........
2009-06-11 22:54:11 +00:00
Raymond Hettinger
5c96308ee1
Fix funny typo.
2009-06-10 15:38:52 +00:00
Raymond Hettinger
5b4a54c5d5
Add notes for porting issues related to pickles.
2009-06-09 21:07:46 +00:00
Raymond Hettinger
662bad868e
Add example for the change to pickle and note the effect of the fix_imports option.
2009-06-09 21:01:05 +00:00
Antoine Pitrou
3bbbf18a38
Add what's new entry for r73236.
2009-06-06 14:21:44 +00:00
Raymond Hettinger
aa5acaa2d6
Take ipaddr out of whatsnew.
2009-06-04 17:39:41 +00:00
Georg Brandl
3cfdd9c1d5
Merged revisions 73186,73206,73212 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73186 | georg.brandl | 2009-06-03 23:21:09 +0200 (Mi, 03 Jun 2009) | 1 line
#6174 : fix indentation in code example.
........
r73206 | georg.brandl | 2009-06-04 11:15:12 +0200 (Do, 04 Jun 2009) | 1 line
#3584 : ignore trailing newlines when placing the caret for a SyntaxError location.
........
r73212 | georg.brandl | 2009-06-04 12:10:41 +0200 (Do, 04 Jun 2009) | 1 line
Better name for "Ctor".
........
2009-06-04 10:21:10 +00:00
Raymond Hettinger
eb816954fb
Issue 5150: Add rstrip() menu option to IDLE.
2009-05-29 01:22:18 +00:00
Raymond Hettinger
323ee0cc21
fix typo
2009-05-28 22:49:33 +00:00
Raymond Hettinger
91e3b9d89d
Deprecate contextlib.nested(). The with-statement now provides this functionality directly.
2009-05-28 22:20:03 +00:00
Georg Brandl
ed23ab677c
Add attribution for patch co-author.
2009-05-27 19:46:38 +00:00
Raymond Hettinger
81c0dcee65
Update whatsnew for compound with-statements.
2009-05-27 09:12:18 +00:00
Raymond Hettinger
bd3da6b980
More updates.
2009-05-15 16:16:12 +00:00
Raymond Hettinger
daafea3691
Add examples for ipaddr.
2009-05-15 15:21:33 +00:00
Raymond Hettinger
9dd747692c
Update whatsnew for imaplib changes. Move importlib work to end of section.
2009-05-15 14:57:35 +00:00
Benjamin Peterson
95d78ec302
this statement isn't actually true
2009-05-14 23:31:04 +00:00
Raymond Hettinger
4f20a741eb
Bring whatsnew up-to-date as of May 14th.
2009-05-14 23:17:38 +00:00
Raymond Hettinger
d48ed2e15d
Update whatsnew for NEWS entries through May 5th.
2009-05-14 22:48:19 +00:00
Benjamin Peterson
25c95f1298
Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70768 | andrew.kuchling | 2009-03-30 17:29:15 -0500 (Mon, 30 Mar 2009) | 1 line
Typo fixes
........
r71657 | vinay.sajip | 2009-04-16 14:07:37 -0500 (Thu, 16 Apr 2009) | 1 line
Issue #5768 : Change to Unicode output logic and test case for same.
........
r71721 | benjamin.peterson | 2009-04-18 14:26:19 -0500 (Sat, 18 Apr 2009) | 1 line
fix a few nits in unittest.py #5771
........
r71729 | benjamin.peterson | 2009-04-18 16:03:10 -0500 (Sat, 18 Apr 2009) | 1 line
move test to a more appropiate one
........
r71794 | vinay.sajip | 2009-04-22 07:10:47 -0500 (Wed, 22 Apr 2009) | 2 lines
Issue #5170 : Fixed regression caused when fixing #5768 .
........
r71976 | mark.dickinson | 2009-04-26 14:54:55 -0500 (Sun, 26 Apr 2009) | 2 lines
Fix typo in function name
........
r72036 | georg.brandl | 2009-04-27 12:04:23 -0500 (Mon, 27 Apr 2009) | 1 line
#5848 : small unittest doc patch.
........
r72037 | georg.brandl | 2009-04-27 12:09:53 -0500 (Mon, 27 Apr 2009) | 1 line
#5840 : dont claim we dont support TLS.
........
r72079 | r.david.murray | 2009-04-28 14:02:55 -0500 (Tue, 28 Apr 2009) | 2 lines
Remove spurious 'u'.
........
r72085 | georg.brandl | 2009-04-28 16:48:35 -0500 (Tue, 28 Apr 2009) | 1 line
Make the doctests in the docs pass, except for those in the turtle module.
........
r72131 | benjamin.peterson | 2009-04-29 17:43:35 -0500 (Wed, 29 Apr 2009) | 1 line
fix test_shutil on ZFS #5676
........
r72132 | georg.brandl | 2009-04-29 17:44:07 -0500 (Wed, 29 Apr 2009) | 1 line
#5878 : fix repr of re object.
........
r72133 | benjamin.peterson | 2009-04-29 17:44:15 -0500 (Wed, 29 Apr 2009) | 1 line
make sure mode is removable while cleaning up test droppings
........
r72134 | benjamin.peterson | 2009-04-29 19:06:33 -0500 (Wed, 29 Apr 2009) | 1 line
make sure to close file
........
r72191 | michael.foord | 2009-05-02 06:43:06 -0500 (Sat, 02 May 2009) | 9 lines
Adds an exit parameter to unittest.main(). If False main no longer
calls sys.exit.
Closes issue 3379.
Michael Foord
........
r72197 | benjamin.peterson | 2009-05-02 11:24:37 -0500 (Sat, 02 May 2009) | 1 line
don't let sys.argv be used in the tests
........
r72198 | andrew.kuchling | 2009-05-02 12:12:15 -0500 (Sat, 02 May 2009) | 1 line
Add items
........
r72219 | michael.foord | 2009-05-02 15:15:05 -0500 (Sat, 02 May 2009) | 8 lines
Add addCleanup and doCleanups to unittest.TestCase.
Closes issue 5679.
Michael Foord
........
r72221 | benjamin.peterson | 2009-05-02 15:26:53 -0500 (Sat, 02 May 2009) | 1 line
add myself
........
r72225 | michael.foord | 2009-05-02 17:43:34 -0500 (Sat, 02 May 2009) | 1 line
........
r72303 | benjamin.peterson | 2009-05-04 19:55:24 -0500 (Mon, 04 May 2009) | 1 line
using sys._getframe(x), where x > 0 doesnt' work on IronPython
........
r72434 | r.david.murray | 2009-05-07 13:09:58 -0500 (Thu, 07 May 2009) | 2 lines
Pre-opened test file needs to be opened in binary mode.
........
r72467 | georg.brandl | 2009-05-08 07:17:34 -0500 (Fri, 08 May 2009) | 1 line
Fix name.
........
r72476 | thomas.heller | 2009-05-08 15:09:40 -0500 (Fri, 08 May 2009) | 4 lines
Add a file that contains diffs between offical libffi files and the
files in this repository. Should make it easier to merge new libffi
versions.
........
2009-05-08 20:42:26 +00:00
Gregory P. Smith
05bf1d23f6
Mention ipaddr in whatsnew for 3.1.
2009-05-03 06:53:18 +00:00
Georg Brandl
9078afe317
Merged revisions 71503 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71503 | eric.smith | 2009-04-12 04:57:29 +0200 (So, 12 Apr 2009) | 1 line
Take credit for my patch for issue 5237.
........
2009-04-27 16:38:14 +00:00
Michael Foord
5859b869a3
Doc fix, closing issue 5826
2009-04-25 20:47:43 +00:00
Raymond Hettinger
1a6b73dcdf
Add porting notes.
2009-04-17 20:55:52 +00:00
Raymond Hettinger
0422e14155
Add more examples.
2009-04-17 18:58:06 +00:00
Eric Smith
86c06bc47f
Nit.
2009-04-17 12:33:24 +00:00
Raymond Hettinger
c548b6e724
Update list of supported types.
2009-04-17 10:09:27 +00:00
Raymond Hettinger
fee346b5c4
Nits.
2009-04-17 09:45:19 +00:00
Raymond Hettinger
8648e501d8
Ladies and gentlemen, the new float.__repr__() has arrived.
2009-04-17 00:11:54 +00:00
Raymond Hettinger
55fc9ce7e1
Fix links
2009-04-14 20:45:17 +00:00
Raymond Hettinger
d621dd7ecd
Fix-up links.
2009-04-14 08:16:50 +00:00
Raymond Hettinger
7f5d746cdf
New module names are lowercase
2009-04-14 08:05:31 +00:00
Benjamin Peterson
3f96a87902
Merged revisions 71498 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71498 | benjamin.peterson | 2009-04-11 15:27:15 -0500 (Sat, 11 Apr 2009) | 1 line
fix markup
........
2009-04-11 20:58:12 +00:00
Benjamin Peterson
f47ed4a014
Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,71405-71406,71485,71492,71494 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70912 | georg.brandl | 2009-03-31 17:35:46 -0500 (Tue, 31 Mar 2009) | 1 line
#5617 : add a handy function to print a unicode string to gdbinit.
........
r70944 | georg.brandl | 2009-03-31 23:32:39 -0500 (Tue, 31 Mar 2009) | 1 line
#5631 : add upload to list of possible commands, which is presented in --help-commands.
........
r70968 | michael.foord | 2009-04-01 13:25:38 -0500 (Wed, 01 Apr 2009) | 1 line
Adding Wing project file
........
r71033 | brett.cannon | 2009-04-01 22:34:53 -0500 (Wed, 01 Apr 2009) | 3 lines
Fix two issues introduced by issue #71031 by changing the signature of
PyImport_AppendInittab() to take a const char *.
........
r71041 | jesse.noller | 2009-04-02 00:17:26 -0500 (Thu, 02 Apr 2009) | 1 line
Add custom initializer argument to multiprocess.Manager*, courtesy of lekma
........
r71208 | michael.foord | 2009-04-04 20:15:01 -0500 (Sat, 04 Apr 2009) | 4 lines
Change the way unittest.TestSuite use their tests to always access them through iteration. Non behavior changing, this allows you to create custom subclasses that override __iter__.
Issue #5693
........
r71263 | michael.foord | 2009-04-05 14:19:28 -0500 (Sun, 05 Apr 2009) | 4 lines
Adding assertIs and assertIsNot methods to unittest.TestCase
Issue #2578
........
r71286 | tarek.ziade | 2009-04-05 17:04:38 -0500 (Sun, 05 Apr 2009) | 1 line
added a simplest test to distutils.spawn._nt_quote_args
........
r71395 | benjamin.peterson | 2009-04-08 08:27:29 -0500 (Wed, 08 Apr 2009) | 1 line
these must be installed to correctly run tests
........
r71396 | benjamin.peterson | 2009-04-08 08:29:41 -0500 (Wed, 08 Apr 2009) | 1 line
fix syntax
........
r71405 | andrew.kuchling | 2009-04-09 06:22:47 -0500 (Thu, 09 Apr 2009) | 1 line
Add items
........
r71406 | andrew.kuchling | 2009-04-09 06:23:36 -0500 (Thu, 09 Apr 2009) | 1 line
Typo fixes
........
r71485 | andrew.kuchling | 2009-04-11 11:12:23 -0500 (Sat, 11 Apr 2009) | 1 line
Add various items
........
r71492 | georg.brandl | 2009-04-11 13:19:27 -0500 (Sat, 11 Apr 2009) | 1 line
Take credit for a patch of mine.
........
r71494 | benjamin.peterson | 2009-04-11 14:31:00 -0500 (Sat, 11 Apr 2009) | 1 line
ignore py3_test_grammar when compiling the library
........
2009-04-11 20:45:40 +00:00
Raymond Hettinger
bf1537cd3c
Fix link
2009-04-09 22:34:46 +00:00
Raymond Hettinger
be3a821b81
Fix markup
2009-04-09 00:18:29 +00:00
Raymond Hettinger
35a88363a5
Update whatsnew based on doc search.
2009-04-09 00:08:24 +00:00
Raymond Hettinger
2a39e0f98e
Clean-up an example.
2009-04-08 22:50:09 +00:00
Raymond Hettinger
b9b3319a89
Remove bits that pertained to earlier releases.
2009-04-08 09:38:32 +00:00
Raymond Hettinger
4c0b1e4026
Add example for auto-renaming.
2009-04-08 07:49:03 +00:00
Raymond Hettinger
d1b3de365c
Fix-up attribution per IRC discussion with GPolo.
2009-04-08 00:09:26 +00:00
Raymond Hettinger
347396af73
Add link.
2009-04-07 23:10:59 +00:00
Raymond Hettinger
79d0b0e0ad
Put core language changes in a separate section from module changes.
2009-04-07 07:11:00 +00:00
Raymond Hettinger
76efa2b862
Fix nit.
2009-04-06 23:11:47 +00:00
Raymond Hettinger
c1bd49a0dd
Improve the prose just a bit.
2009-04-06 23:11:08 +00:00
Raymond Hettinger
dbd51b5d38
Fix links to Decimal and ttk.
2009-04-06 22:45:52 +00:00