summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
| * | merge 3.5 (#25569)Benjamin Peterson2015-11-121-0/+2
| |\ \ | | |/
| | * fix memory leak in _get_crl_dp (closes #25569)Benjamin Peterson2015-11-121-0/+2
* | | Added missed periods at the ends of sentences in Misc/NEWS.Serhiy Storchaka2015-11-091-5/+5
|\ \ \ | |/ /
| * | Added missed periods at the ends of sentences in Misc/NEWS.Serhiy Storchaka2015-11-091-5/+5
| |\ \ | | |/
| | * Added missed periods at the ends of sentences in Misc/NEWS.Serhiy Storchaka2015-11-091-4/+4
* | | Fixed markup in Misc/NEWS.Serhiy Storchaka2015-11-091-12/+13
|\ \ \ | |/ /
| * | Fixed markup in Misc/NEWS.Serhiy Storchaka2015-11-091-10/+11
| |\ \ | | |/
| | * Fixed markup in Misc/NEWS.Serhiy Storchaka2015-11-091-7/+8
| | * Issue #24306: Sets component ID for launcher to match 3.5 and later to avoid ...Steve Dower2015-11-071-0/+3
* | | Issue #25584: Added "escape" to the __all__ list in the glob module.Serhiy Storchaka2015-11-091-0/+2
|\ \ \ | |/ /
| * | Issue #25584: Added "escape" to the __all__ list in the glob module.Serhiy Storchaka2015-11-091-0/+2
* | | Issue #25584: Fixed recursive glob() with patterns starting with '**'.Serhiy Storchaka2015-11-091-0/+2
|\ \ \ | |/ /
| * | Issue #25584: Fixed recursive glob() with patterns starting with '**'.Serhiy Storchaka2015-11-091-0/+2
| * | Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node whenVictor Stinner2015-11-061-0/+3
* | | Merge: #25446: Fix regression in smtplib's AUTH LOGIN support.R David Murray2015-11-081-0/+2
|\ \ \ | |/ /
| * | #25446: Fix regression in smtplib's AUTH LOGIN support.R David Murray2015-11-081-0/+2
* | | Issue #24802: Merge null termination fixes from 3.5Martin Panter2015-11-071-0/+8
|\ \ \ | |/ /
| * | Issue #24802: Merge null termination fixes from 3.4 into 3.5Martin Panter2015-11-071-0/+4
| |\ \ | | |/
| | * Issue #24802: Copy bytes-like objects to null-terminated buffers if necessaryMartin Panter2015-11-071-0/+4
* | | Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node whenVictor Stinner2015-11-061-0/+3
* | | Issue #18010: Merge pydoc web search fix from 3.5Martin Panter2015-11-061-0/+3
|\ \ \ | |/ /
| * | Issue #18010: Merge pydoc web search fix from 3.4 into 3.5Martin Panter2015-11-061-0/+3
| |\ \ | | |/
| | * Issue #18010: Fix pydoc web server search to handle package exceptionsMartin Panter2015-11-061-0/+3
* | | Issue #25554: Got rid of circular references in regular expression parsing.Serhiy Storchaka2015-11-051-0/+2
|\ \ \ | |/ /
| * | Issue #25554: Got rid of circular references in regular expression parsing.Serhiy Storchaka2015-11-051-0/+2
* | | Issue #24726: Fixed issue number for previous changeset 76e848554b5d.Serhiy Storchaka2015-11-041-1/+1
|\ \ \ | |/ /
| * | Issue #24726: Fixed issue number for previous changeset 59c7615ea921.Serhiy Storchaka2015-11-041-1/+1
* | | Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict thatSerhiy Storchaka2015-11-041-0/+3
|\ \ \ | |/ /
| * | Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict thatSerhiy Storchaka2015-11-041-0/+3
* | | Issue #25449: Iterating OrderedDict with keys with unstable hash now raisesSerhiy Storchaka2015-11-041-0/+5
|\ \ \ | |/ /
| * | Issue #25449: Iterating OrderedDict with keys with unstable hash now raisesSerhiy Storchaka2015-11-041-0/+5
* | | Issue #25523: Merge a-to-an corrections from 3.5.Serhiy Storchaka2015-11-021-2/+2
|\ \ \ | |/ /
| * | Issue #25523: Further a-to-an corrections new in 3.5.Serhiy Storchaka2015-11-021-1/+1
| * | 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 corrections from 3.5Martin Panter2015-11-021-2/+2
|\ \ \ | |/ /
| * | Issue #25523: Further a-to-an corrections new in 3.5Martin Panter2015-11-021-1/+1
| * | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-1/+1
| |\ \ | | |/
| | * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* | | Issue #18973: Command-line interface of the calendar module now uses argparseSerhiy Storchaka2015-11-011-0/+3
* | | Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''Serhiy Storchaka2015-11-011-0/+4
|\ \ \ | |/ /
| * | Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''Serhiy Storchaka2015-11-011-0/+4
| |\ \ | | |/
| | * Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''Serhiy Storchaka2015-11-011-0/+4
* | | Issue #25395: Fixed crash when highly nested OrderedDict structures wereSerhiy Storchaka2015-11-011-0/+3
|\ \ \ | |/ /
| * | Issue #25395: Fixed crash when highly nested OrderedDict structures wereSerhiy Storchaka2015-11-011-0/+3
* | | Merge from 3.5Steve Dower2015-10-311-0/+2
|\ \ \ | |/ /
| * | Issue #25450: Updates shortcuts to start Python in installation directory.Steve Dower2015-10-311-0/+2
* | | Merge typo fixes from 3.5Martin Panter2015-10-311-1/+1
|\ \ \ | |/ /
| * | 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