summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Closes #22002: Merge with 3.4Zachary Ware2014-07-231-0/+4
|\
| * Issue #22002: Make full use of test discovery in test sub-packages.Zachary Ware2014-07-231-0/+4
* | Issue #21888: plistlib's load() and loads() now work if the fmt parameter isSerhiy Storchaka2014-07-231-0/+3
|\ \ | |/
| * Issue #21888: plistlib's load() and loads() now work if the fmt parameter isSerhiy Storchaka2014-07-231-0/+3
* | Correct issue #21044 patch author.Serhiy Storchaka2014-07-231-1/+1
|\ \ | |/
| * Correct issue #21044 patch author.Serhiy Storchaka2014-07-231-1/+1
* | Issue #22032: __qualname__ instead of __name__ is now always used to formatSerhiy Storchaka2014-07-221-0/+3
* | Issue #22031: Reprs now always use hexadecimal format with the "0x" prefixSerhiy Storchaka2014-07-221-0/+3
* | Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/Serhiy Storchaka2014-07-221-0/+3
|\ \ | |/
| * Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/Serhiy Storchaka2014-07-221-0/+3
* | Issue #21976: Fix test_ssl to accept LibreSSL version strings.Antoine Pitrou2014-07-211-0/+3
|\ \ | |/
| * Issue #21976: Fix test_ssl to accept LibreSSL version strings.Antoine Pitrou2014-07-211-0/+3
| * Issue #21868: Prevent turtle crash due to invalid undo buffer size.Raymond Hettinger2014-07-211-0/+2
* | Issue #22018: signal.set_wakeup_fd() now raises an OSError instead of aVictor Stinner2014-07-211-0/+3
* | merge 3.4Benjamin Peterson2014-07-201-1/+1
|\ \ | |/
| * add #Benjamin Peterson2014-07-201-1/+1
* | Issue 21044: tarfile.open() now handles fileobj with an integer 'name'Serhiy Storchaka2014-07-161-0/+3
|\ \ | |/
| * Issue 21044: tarfile.open() now handles fileobj with an integer 'name'Serhiy Storchaka2014-07-161-0/+3
* | Issue #21918: Convert test_tools.py to a sub-package of test.Zachary Ware2014-07-161-0/+3
|\ \ | |/
| * Issue #21918: Convert test_tools.py to a sub-package of test.Zachary Ware2014-07-161-0/+3
* | Fixed recently added Misc/NEWS entry which was moved during mergeTal Einat2014-07-161-2/+2
* | Issue #21765: Add support for non-ascii identifiers to HyperParserTal Einat2014-07-161-0/+2
|\ \ | |/
| * Issue #21765: Add support for non-ascii identifiers to HyperParserTal Einat2014-07-161-0/+2
* | Issue #18974: Tools/scripts/diff.py now uses argparse instead of optparse.Serhiy Storchaka2014-07-151-0/+2
* | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-131-0/+3
|\ \ | |/
| * Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-131-1/+4
| |\
| | * Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-131-0/+3
| | |\
| | | * Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-131-0/+3
* | | | Issue #21966: Respect -q command-line option when code module is ran.Alexander Belopolsky2014-07-121-0/+2
* | | | Issue #19076: Merge with 3.4.Berker Peksag2014-07-121-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #19076: Don't pass the redundant 'file' argument to self.error().Berker Peksag2014-07-121-0/+2
* | | | Issue #21906: Merge from 3.4.Berker Peksag2014-07-111-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #21906: Make Tools/scripts/md5sum.py work in Python 3.Berker Peksag2014-07-111-1/+4
* | | | Issue #16382: Improve exception message of warnings.warn() for bad category.Berker Peksag2014-07-111-0/+3
* | | | Issue #21932: os.read() now uses a :c:func:`Py_ssize_t` type instead ofVictor Stinner2014-07-111-0/+5
* | | | News entriesTerry Jan Reedy2014-07-111-0/+7
|\ \ \ \ | |/ / /
| * | | Idle News entries.Terry Jan Reedy2014-07-111-0/+7
* | | | Issue #21942: Fixed source file viewing in pydoc's server mode on Windows.Zachary Ware2014-07-101-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #21942: Fixed source file viewing in pydoc's server mode on Windows.Zachary Ware2014-07-101-0/+2
* | | | (Merge 3.4) Issue #11259: asynchat.async_chat().set_terminator() now raises aVictor Stinner2014-07-071-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError ifVictor Stinner2014-07-071-0/+3
* | | | (Merge 3.4) Issue #12523: asynchat.async_chat.push() now raises a TypeError ifVictor Stinner2014-07-071-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn'tVictor Stinner2014-07-071-0/+3
* | | | Issue #21907: Improved the batch scripts provided for building Python.Zachary Ware2014-07-071-0/+2
* | | | Issue #21707: Merge with 3.4.Berker Peksag2014-07-071-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #21707: Add missing kwonlyargcount argument to ModuleFinder.replace_pa...Berker Peksag2014-07-071-0/+3
* | | | Merge pathlib fixesAntoine Pitrou2014-07-071-0/+6
|\ \ \ \ | |/ / /
| * | | Issue #20639: calling Path.with_suffix('') allows removing the suffix again.Antoine Pitrou2014-07-071-0/+3
| * | | Issue #21714: Disallow the construction of invalid paths using Path.with_name...Antoine Pitrou2014-07-071-0/+3
* | | | Issue #21923: merge from 3.4Ned Deily2014-07-061-0/+2
|\ \ \ \ | |/ / /