Commit graph

15181 commits

Author SHA1 Message Date
Nick Coghlan
75f108174a Merge #12947 workaround from 3.3 2012-10-03 13:53:28 +05:30
Nick Coghlan
0b26ccfaa6 Issue #12947: Better workaround for the problem with doctest directives being stripped from code examples that are intended to illustrate those directives 2012-10-03 13:52:48 +05:30
Nick Coghlan
da0e579f39 Merge doctest note from 3.3 2012-10-03 12:22:16 +05:30
Nick Coghlan
8f80e0a651 Issue #12947: Add a note to doctest until the example rendering is fixed 2012-10-03 12:21:44 +05:30
R David Murray
8155ff4dc0 More whatsnew updates. 2012-10-02 18:26:31 -04:00
R David Murray
3430fb803e More whatsnew updates. 2012-10-02 18:24:56 -04:00
Andrew Svetlov
ddd74b10e5 Merge: Close open bracket, thanks to Josh Helzer from docs@ 2012-10-02 18:42:22 +03:00
Andrew Svetlov
5b602757bf Merge: Close open bracket, thanks to Josh Helzer from docs@ 2012-10-02 18:40:00 +03:00
Andrew Svetlov
f532035551 Close open bracket, thanks to Josh Helzer from docs@ 2012-10-02 18:39:25 +03:00
Vinay Sajip
4ded5512d7 Issue #15452: Added verify option for logging configuration socket listener. 2012-10-02 15:56:16 +01:00
R David Murray
814a13dc30 Merge: Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal. 2012-10-02 10:19:48 -04:00
R David Murray
994ce1a3c1 Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal. 2012-10-02 10:19:08 -04:00
Georg Brandl
450dbcf421 merge with 3.3. 2012-10-02 10:16:26 +02:00
Georg Brandl
dc704c6751 In this case it is not useful to hide "threading". 2012-10-02 10:16:19 +02:00
Ezio Melotti
b116b3bb39 #15979: merge with 3.3. 2012-10-02 06:02:08 +03:00
Ezio Melotti
4443762bf5 #15979: merge with 3.2. 2012-10-02 06:01:16 +03:00
Ezio Melotti
d0fe3e5abb #15979: improve timeit documentation. 2012-10-02 05:35:39 +03:00
R David Murray
6c617163a3 Merge: Add threading.get_ident to whatsnew. 2012-10-01 22:10:53 -04:00
R David Murray
0bbfd6b817 Add threading.get_ident to whatsnew. 2012-10-01 22:10:15 -04:00
R David Murray
6e7bd65453 Merge #11109: clean up docs, add whatsnew entry, and fix Justin's last name. 2012-10-01 21:47:57 -04:00
R David Murray
258fabefde #11109: clean up docs, add whatsnew entry, and fix Justin's last name. 2012-10-01 21:43:46 -04:00
Ezio Melotti
f25dabe1ec Merge changelog filtering fixes/improvements with 3.3. 2012-10-02 01:46:49 +03:00
Ezio Melotti
7eb03ddf11 Fix/improve the changelog filtering. 2012-10-02 01:43:42 +03:00
Georg Brandl
a3d6538c12 merge with 3.3 2012-10-01 19:38:41 +02:00
Georg Brandl
4524b46733 Fix template syntax. 2012-10-01 19:38:34 +02:00
Georg Brandl
ebe3224747 merge with 3.3 2012-10-01 19:27:25 +02:00
Georg Brandl
6c4758152f The default reST role foo can now be used in NEWS to refer to Python objects. Use it for a fraction of the current NEWS file. 2012-10-01 19:27:05 +02:00
Georg Brandl
243729151e Fix page name. 2012-10-01 19:26:09 +02:00
Georg Brandl
a32e8dfe12 merge with 3.3. 2012-10-01 19:09:00 +02:00
Georg Brandl
44d0c2156a Several improvements to the HTML NEWS version:
* rename to "Changelog"
* recognize more issue links
* add NEWS as a dependency for Sphinx
2012-10-01 19:08:50 +02:00
Georg Brandl
4a6ca2186a merge with 3.3 2012-10-01 18:56:55 +02:00
Brian Curtin
f41d202555 Correcting my name since people keep bringing it up 2012-10-01 09:29:36 -05:00
Ezio Melotti
f1d2345842 Merge suspicious ignore file updates with 3.3. 2012-10-01 07:18:55 +03:00
Ezio Melotti
00160661a5 Update suspicious ignore file. 2012-10-01 07:10:08 +03:00
R David Murray
015031cfd7 Merge: More additions to whatsnew. 2012-09-30 22:00:29 -04:00
R David Murray
445d69c2bd More additions to whatsnew. 2012-09-30 21:59:56 -04:00
R David Murray
b2bb60e401 Merge: Fix sqlite3 class markup. 2012-09-30 20:50:12 -04:00
R David Murray
842ca5f15d Merge: Fix sqlite3 class markup. 2012-09-30 20:49:19 -04:00
R David Murray
6db2335f77 Fix sqlite3 class markup. 2012-09-30 20:44:43 -04:00
R David Murray
4c12c51111 Merge: More whatsnew adds, especially the os module.
I went through all the versionchanged/versionadded tags in the os doc page for
this changeset.
2012-09-30 20:09:04 -04:00
R David Murray
c652ce6d02 More whatsnew adds, especially the os module.
I went through all the versionchanged/versionadded tags in the os doc page for
this changeset.
2012-09-30 20:07:42 -04:00
R David Murray
9ec083a376 Merge: Add some missing stuff to whatsnew. 2012-09-30 17:29:54 -04:00
R David Murray
d2489cf4d0 Add some missing stuff to whatsnew. 2012-09-30 17:28:54 -04:00
Gregory P. Smith
89bbe68195 doc typo fixes 2012-09-30 10:36:07 -07:00
Georg Brandl
0472bc8709 Use newer version of Pygments that handles "yield from". 2012-09-30 18:00:50 +02:00
Nick Coghlan
03074fd450 Adjust guidelines for What's New maintenance to account for issues encountered in 3.3 and in past releases 2012-09-30 18:51:53 +05:30
Gregory P. Smith
63d36cbb14 doc typo fixes 2012-09-30 10:36:24 -07:00
Georg Brandl
e564026947 merge with 3.3 2012-09-30 18:14:10 +02:00
Georg Brandl
7ef90a1a37 merge with 3.3 2012-09-30 15:10:34 +02:00
Georg Brandl
2cac28b37e Add a filterable HTML version of Misc/NEWS to the docs "whatsnew" section. 2012-09-30 15:10:06 +02:00