summaryrefslogtreecommitdiffstats
path: root/Lib/configparser.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-02-02 20:44:48 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-02-02 20:44:48 (GMT)
commit9f1ab8530c20d38f66afbc55cf96d144681464f8 (patch)
treeeb9d995e588870e52807623faea836c39c6476df /Lib/configparser.py
parenta172e2502c6f4a78b268838ca0c965bb7599f7ef (diff)
downloadcpython-9f1ab8530c20d38f66afbc55cf96d144681464f8.zip
cpython-9f1ab8530c20d38f66afbc55cf96d144681464f8.tar.gz
cpython-9f1ab8530c20d38f66afbc55cf96d144681464f8.tar.bz2
Blocked revisions 84189,84532,84537,84540,84549,84551,84602,85226,85786,85891,86247-86248,86253,86275,86326,86486,86513,86617,86630,86661,86668,86758,86993,87056,87304,87446,87461 via svnmerge
........ r84189 | eric.araujo | 2010-08-19 00:35:23 +0200 (jeu., 19 août 2010) | 2 lines Fix typo ........ r84532 | eric.araujo | 2010-09-05 19:32:25 +0200 (dim., 05 sept. 2010) | 11 lines Fix typos and wording in what’s new 3.2. - The entry about shutil.copytree is just a revert of r84524 which looks like an unfinished edition. - The use of gender-neutral language (s/his/their/) removes the implicit assumption that programmer == male (change agreed by Antoine). - Other changes should be uncontroversial fixes. I haven’t rewrapped under 80 lines to keep the diffs readable; I’ll rewrap later. ........ r84537 | eric.araujo | 2010-09-05 20:43:07 +0200 (dim., 05 sept. 2010) | 2 lines Make naming consistent ........ r84540 | eric.araujo | 2010-09-05 20:59:49 +0200 (dim., 05 sept. 2010) | 2 lines Fix accidental suppression in r84537 ........ r84549 | eric.araujo | 2010-09-06 03:27:06 +0200 (lun., 06 sept. 2010) | 1 line Update ........ r84551 | eric.araujo | 2010-09-06 03:31:11 +0200 (lun., 06 sept. 2010) | 2 lines Revert accidental commit, apologies for the noise ........ r84602 | eric.araujo | 2010-09-07 23:35:35 +0200 (mar., 07 sept. 2010) | 2 lines Fix typo in whatsnew (#9793) ........ r85226 | eric.araujo | 2010-10-05 02:04:20 +0200 (mar., 05 oct. 2010) | 2 lines Fix news entry formatting nits ........ r85786 | eric.araujo | 2010-10-22 01:02:07 +0200 (ven., 22 oct. 2010) | 8 lines Apply fix from r85784 on py3k too. Fixes bug #10126 for Python 3.2 by using $RUNSHARED to find the directory to the shared library. test_distutils now passes when Python was built with --enable-shared (Barry didn’t have the error but I did). ........ r85891 | eric.araujo | 2010-10-28 15:49:17 +0200 (jeu., 28 oct. 2010) | 2 lines Fix typo from r85874 ........ r86247 | eric.araujo | 2010-11-06 05:59:27 +0100 (sam., 06 nov. 2010) | 2 lines Fix typo from r86170. ........ r86248 | eric.araujo | 2010-11-06 07:00:54 +0100 (sam., 06 nov. 2010) | 6 lines Remove traces of Mac OS 9 support, again (#9508). This was done in r80805 (#7908) and erroneously brought back by the distutils revert. This commit removes more code than the original, which was uncomplete. There is no NEWS entry, like in r80805. ........ r86253 | eric.araujo | 2010-11-06 08:03:07 +0100 (sam., 06 nov. 2010) | 4 lines Tweak example to make clear the argument is a boolean, not any integer. With Raymond’s approval. ........ r86275 | eric.araujo | 2010-11-06 17:06:37 +0100 (sam., 06 nov. 2010) | 2 lines Remove traces of setuptools (#10341) ........ r86326 | eric.araujo | 2010-11-08 18:13:03 +0100 (lun., 08 nov. 2010) | 2 lines Move a news entry to the right section (+ light reformatting) ........ r86486 | eric.araujo | 2010-11-16 20:13:50 +0100 (mar., 16 nov. 2010) | 4 lines Provide links to Python source where the code is short, readable and informative adjunct to the docs. Forward-port of Raymond's r86225 and r86245 using the new source reST role added in #10334. ........ r86513 | eric.araujo | 2010-11-18 15:22:08 +0100 (jeu., 18 nov. 2010) | 2 lines Remove spurious space that was breaking Vim’s reST highlighting. ........ r86617 | eric.araujo | 2010-11-20 22:53:02 +0100 (sam., 20 nov. 2010) | 2 lines Fix typos and style in compileall. ........ r86630 | eric.araujo | 2010-11-21 03:19:09 +0100 (dim., 21 nov. 2010) | 2 lines Try to get more useful output from failing buildbot ........ r86661 | eric.araujo | 2010-11-22 02:11:49 +0100 (lun., 22 nov. 2010) | 2 lines Fix typo ........ r86668 | eric.araujo | 2010-11-22 03:42:43 +0100 (lun., 22 nov. 2010) | 2 lines Fix one compileall test (#10453). Patch by Michele Orrù. ........ r86758 | eric.araujo | 2010-11-26 01:39:59 +0100 (ven., 26 nov. 2010) | 2 lines #10453 follow-up: Fix test_quiet on Windows, thanks to Stephan Krah. ........ r86993 | eric.araujo | 2010-12-03 20:41:00 +0100 (ven., 03 déc. 2010) | 7 lines Allow translators to reorder placeholders in localizable messages from argparse (#10528). There is no unit test; I checked with xgettext that no more warnings were emitted. Steven approved the change. ........ r87056 | eric.araujo | 2010-12-04 18:31:49 +0100 (sam., 04 déc. 2010) | 2 lines Use proper plural forms in argparse (#4391) ........ r87304 | eric.araujo | 2010-12-16 04:13:05 +0100 (jeu., 16 déc. 2010) | 2 lines Fix one versionchanged ........ r87446 | eric.araujo | 2010-12-23 19:44:31 +0100 (jeu., 23 déc. 2010) | 2 lines Nits: use a real boolean, make one docstring more similar to the other ones ........ r87461 | eric.araujo | 2010-12-24 00:18:41 +0100 (ven., 24 déc. 2010) | 2 lines Fix syntax typo ........
Diffstat (limited to 'Lib/configparser.py')
0 files changed, 0 insertions, 0 deletions