summaryrefslogtreecommitdiffstats
path: root/Misc/HISTORY
Commit message (Collapse)AuthorAgeFilesLines
* gh-97519: Synchronize links in other copies of HISTORY OF THE SOFTWARE ↵Serhiy Storchaka2022-09-251-1/+1
| | | | | | | (GH-97520) HTTP links in the "HISTORY OF THE SOFTWARE" section of Doc/license.rst were converted to HTTPS in f62ff97f31a775cc7956adeae32c14e7c85bdc15. But there were other copies of these links, which were left HTTP links.
* Fix links to old SF bugs (#95648)Serhiy Storchaka2022-08-041-6/+6
|
* Fixed typos (GH-29211)MalikIdreesHasanKhan2021-10-281-4/+4
|
* Fix spelling in Misc (GH-28858)1809092021-10-121-1/+1
|
* bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385)Mariusz Felisiak2021-07-271-1/+1
| | | Follow up to 11749e2dc20ad6a76e9a39e948853e89b2b4bbed
* bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)Mariusz Felisiak2021-07-261-8/+8
| | | Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* Fix typos mostly in comments, docs and test names (GH-15209)Min ho Kim2019-08-301-2/+2
|
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Fix typos in comments, docs and test names * Update test_pyparse.py account for change in string length * Apply suggestion: splitable -> splittable Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> * Apply suggestion: splitable -> splittable Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> * Apply suggestion: Dealloccte -> Deallocate Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> * Update posixmodule checksum. * Reverse idlelib changes.
* bpo-34906: Doc: Fix typos (2) (GH-9735)Stéphane Wirtel2018-10-061-5/+5
| | | Fix typos
* s/the the/the/ (GH-6287)INADA Naoki2018-03-281-1/+1
|
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-5/+5
|
* Spelling fixes (#2902)Ville Skyttä2017-08-031-12/+12
|
* Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches.Ned Deily2017-01-201-39/+2205
|
* Merge 3.6.0 release engineering headNed Deily2016-12-231-0/+4301
|\
| * Update docs and patchlevel for 3.6.0 final.v3.6.0Ned Deily2016-12-221-0/+4301
| |
* | Fix spelling and grammar in code comments and documentationMartin Panter2016-12-181-1/+1
|/
* Issue #28394: Spelling and typo fixes in code comments and changelogMartin Panter2016-10-101-1/+1
| | | | Includes patch by Ville Skyttä.
* Issue #28145: Spelling fixesMartin Panter2016-09-161-1/+1
|
* Issue #27993: Fix problems with plural objects in docs and commentsMartin Panter2016-09-071-1/+1
|
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-10/+10
|
* Fix spelling and grammar in documentation and code commentsMartin Panter2016-08-041-2/+2
|
* Issue #23943: Restore extra fixes lost in merge 4fb2075952a4Martin Panter2016-07-281-2/+2
|
* Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-021-9/+9
|
* Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-301-2/+2
|
* Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-291-2/+2
|
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-3/+3
| | | | Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
* Fix minor inconsistencies with Issue #N references in NEWS and HISTORYMartin Panter2016-05-221-7/+7
|
* Fix spelling (inital), grammar (may translates) in documentation, commentsMartin Panter2016-04-191-1/+1
|
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-7/+7
|
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-5/+5
| | | | This affects documentation, code comments, and a debugging messages.
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-17/+17
| | | | | The original form is incorrect grammar and feels awkward, even though the meaning is clear.
* Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-021-1/+1
|\
| * Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
| |
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-15/+15
|\ \ | |/
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-15/+15
| | | | | | | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
* | Merge spelling fixes from 3.4 into 3.5Martin Panter2015-10-311-1/+1
|\ \ | |/
| * Fix some spelling errors in documentation and code commentsMartin Panter2015-10-311-1/+1
| |
* | Merge typo fixes from 3.4 into 3.5Martin Panter2015-10-071-1/+1
|\ \ | |/
| * Various minor typos in documentation and commentsMartin Panter2015-10-071-1/+1
| |
* | Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-1/+1
|\ \ | |/
| * Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-3/+3
| |
* | Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-011-2/+2
|\ \ | |/
| * Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-011-2/+2
| |
* | Issue #22369: Change "context manager protocol" to "context management ↵Serhiy Storchaka2014-09-101-9/+9
|\ \ | |/ | | | | protocol".
| * Issue #22369: Change "context manager protocol" to "context management ↵Serhiy Storchaka2014-09-101-9/+9
| | | | | | | | protocol".
* | Move 3.3 items of Misc/NEWS to Misc/HISTORYVictor Stinner2014-03-171-540/+573
|/ | | | In fact, items were already present by Misc/NEWS format was improved.
* #18466: merge with 3.3.Ezio Melotti2013-08-171-1/+1
|\
| * #18466: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
| |
* | Issue #17047: remove doubled words added in 3.4,Terry Jan Reedy2013-03-111-3/+3
| | | | | | | | as reported by Serhiy Storchaka and Matthew Barnett.
* | Merge: A couple more whatsnew updates.R David Murray2012-10-171-1/+1
|\ \ | |/