Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #23181: codepoint -> code point | Georg Brandl | 2015-01-14 | 1 | -6/+6 |
| | |||||
* | Removed duplicated words in in comments and docs. | Serhiy Storchaka | 2014-12-01 | 1 | -1/+1 |
|\ | |||||
| * | Removed duplicated words in in comments and docs. | Serhiy Storchaka | 2014-12-01 | 1 | -1/+1 |
| | | |||||
* | | Issue #22388: Unified the style of "Contributed by" sentences in What's New. | Serhiy Storchaka | 2014-11-02 | 1 | -51/+51 |
|\ \ | |/ | |||||
| * | Issue #22388: Unified the style of "Contributed by" sentences in What's New. | Serhiy Storchaka | 2014-11-02 | 1 | -51/+51 |
| | | |||||
| * | Doc: fix default role usage (except in unittest mock docs) | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
| | | |||||
* | | Doc: fix default role usage (except in unittest mock docs) | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixing broken links in doc, part 4: some more breaks and redirects | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.4 | Georg Brandl | 2014-10-29 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -2/+2 |
| | | |||||
* | | Issue #22369: Change "context manager protocol" to "context management ↵ | Serhiy Storchaka | 2014-09-10 | 1 | -2/+2 |
|\ \ | |/ | | | | | protocol". | ||||
| * | Issue #22369: Change "context manager protocol" to "context management ↵ | Serhiy Storchaka | 2014-09-10 | 1 | -2/+2 |
| | | | | | | | | protocol". | ||||
* | | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 1 | -3/+3 |
|/ | |||||
* | Fix grammar. | Eric V. Smith | 2014-01-25 | 1 | -1/+1 |
| | |||||
* | Removed spaces before colons and semicolons. | Serhiy Storchaka | 2013-12-24 | 1 | -5/+5 |
| | |||||
* | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 |
| | |||||
* | #17623: fix whatsnew typo | R David Murray | 2013-04-03 | 1 | -1/+1 |
| | | | | Patch by Thomas Heller. | ||||
* | Closes #4159: add LaTeX tabular column specifications to tables that ↵ | Georg Brandl | 2013-03-28 | 1 | -0/+4 |
| | | | | otherwise are cut off or have overlapping text. | ||||
* | Link to "yield from" examples in yield documentation. | Chris Jerdonek | 2012-12-23 | 1 | -7/+11 |
| | | | | | This commit also simplifies the more advanced "yield from" example and removes unused function parameters. | ||||
* | #16157: fix links in the whatsnew files. | Ezio Melotti | 2012-11-17 | 1 | -1/+1 |
| | |||||
* | Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2. | Georg Brandl | 2012-10-28 | 1 | -3/+0 |
| | |||||
* | Fix PEP name. | Ezio Melotti | 2012-10-21 | 1 | -3/+3 |
| | |||||
* | Fix punctuation. | Ezio Melotti | 2012-10-20 | 1 | -2/+2 |
| | |||||
* | Move note about the implementation in the "seealso". | Ezio Melotti | 2012-10-20 | 1 | -3/+1 |
| | |||||
* | A couple more whatsnew updates. | R David Murray | 2012-10-17 | 1 | -0/+14 |
| | |||||
* | Fix typo. | Ezio Melotti | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | More whatsnew updates, move some doc NEWS items into the doc section. | R David Murray | 2012-10-07 | 1 | -9/+19 |
| | |||||
* | starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. | R David Murray | 2012-10-07 | 1 | -0/+7 |
| | |||||
* | More whatsnew updates. Also move a C-API NEWS item out of library section. | R David Murray | 2012-10-07 | 1 | -1/+26 |
| | |||||
* | #9957: document that SpooledTemporaryFile.truncate now accepts a size arg | R David Murray | 2012-10-06 | 1 | -0/+8 |
| | |||||
* | More whatsnew updates. | R David Murray | 2012-10-06 | 1 | -19/+60 |
| | |||||
* | whatsnew updates for smtplib and collections.Counter. | R David Murray | 2012-10-06 | 1 | -7/+13 |
| | |||||
* | Fix typos. | R David Murray | 2012-10-06 | 1 | -2/+2 |
| | |||||
* | #10968: commit threading doc changes and corresponding whatsnew entry. | R David Murray | 2012-10-06 | 1 | -0/+10 |
| | | | | | | It is unfortunate that the '_' names were not kept as aliases, and that RLock was not also converted to a class, but it is now too late to change either of those things for 3.3. | ||||
* | Whatsnew typo | Jesus Cea | 2012-10-04 | 1 | -2/+2 |
| | |||||
* | whatsnew | Jesus Cea | 2012-10-04 | 1 | -0/+7 |
| | |||||
* | More whatsnew updates. | R David Murray | 2012-10-02 | 1 | -17/+54 |
| | |||||
* | Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal. | R David Murray | 2012-10-02 | 1 | -0/+9 |
| | |||||
* | In this case it is not useful to hide "threading". | Georg Brandl | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | Add threading.get_ident to whatsnew. | R David Murray | 2012-10-02 | 1 | -0/+6 |
| | |||||
* | #11109: clean up docs, add whatsnew entry, and fix Justin's last name. | R David Murray | 2012-10-02 | 1 | -0/+10 |
| | |||||
* | Correcting my name since people keep bringing it up | Brian Curtin | 2012-10-01 | 1 | -1/+1 |
| | |||||
* | More additions to whatsnew. | R David Murray | 2012-10-01 | 1 | -16/+56 |
| | |||||
* | More whatsnew adds, especially the os module. | R David Murray | 2012-10-01 | 1 | -7/+42 |
| | | | | | I went through all the versionchanged/versionadded tags in the os doc page for this changeset. | ||||
* | Add some missing stuff to whatsnew. | R David Murray | 2012-09-30 | 1 | -15/+47 |
| | |||||
* | What's new entry for PEP 397 and Windows PATH modification | Nick Coghlan | 2012-09-30 | 1 | -0/+37 |
| | |||||
* | Fix release PEP description | Nick Coghlan | 2012-09-30 | 1 | -1/+1 |
| | |||||
* | Add notes to whatsnew porting for visible changes in email compatibility mode. | R David Murray | 2012-09-30 | 1 | -0/+16 |
| |