summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* Merge headsSerhiy Storchaka2014-07-231-0/+1
|\
| * Merge with 3.4Terry Jan Reedy2014-07-231-0/+1
| |\
| | * Issue #21597: Turtledemo text pane can now be widened to view or copy completeTerry Jan Reedy2014-07-231-0/+1
| | | | | | | | | | | | | | | | | | lines or narrowed for small screens. Issie #19132: Turtledemo buttons no longer disappear when window is shrun. Patch mostly by Lita Cho (21597) using idea from patch by Jan Kanis (18132).
* | | Issue #6167: Scrollbar.activate() now returns the name of active element ifSerhiy Storchaka2014-07-231-0/+4
|/ / | | | | | | | | the argument is not specified. Scrollbar.set() now always accepts only 2 arguments. Added tests for Scrollbar.activate() and Scrollbar.set().
* | Issue #15275: Clean up and speed up the ntpath module.Serhiy Storchaka2014-07-231-0/+2
| |
* | 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
| | | | | | | | | | | | Adds `load_package_tests` function to test.support, uses it in test_asyncio, test_email, test_json, test_tools, test_importlib and all test_importlib sub-packages to implement test discovery.
* | Issue #21888: plistlib's load() and loads() now work if the fmt parameter isSerhiy Storchaka2014-07-231-0/+3
|\ \ | |/ | | | | specified.
| * Issue #21888: plistlib's load() and loads() now work if the fmt parameter isSerhiy Storchaka2014-07-231-0/+3
| | | | | | | | specified.
* | Correct issue #21044 patch author.Serhiy Storchaka2014-07-232-2/+1
|\ \ | |/
| * Correct issue #21044 patch author.Serhiy Storchaka2014-07-232-2/+1
| |
* | Issue #22032: __qualname__ instead of __name__ is now always used to formatSerhiy Storchaka2014-07-221-0/+3
| | | | | | | | fully qualified class names of Python implemented classes.
* | Issue #22031: Reprs now always use hexadecimal format with the "0x" prefixSerhiy Storchaka2014-07-221-0/+3
| | | | | | | | when contain an id in form " at 0x...".
* | Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/Serhiy Storchaka2014-07-221-0/+3
|\ \ | |/ | | | | now display special message when and only when there are failures.
| * Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/Serhiy Storchaka2014-07-221-0/+3
| | | | | | | | now display special message when and only when there are failures.
* | Issue #21976: Fix test_ssl to accept LibreSSL version strings.Antoine Pitrou2014-07-212-0/+4
|\ \ | |/ | | | | Thanks to William Orr.
| * Issue #21976: Fix test_ssl to accept LibreSSL version strings.Antoine Pitrou2014-07-212-0/+4
| | | | | | | | Thanks to William Orr.
| * 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
| | | | | | | | ValueError on fstat() failure.
* | 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-162-0/+4
|\ \ | |/ | | | | attribute. Based on patch by Martin Panter.
| * Issue 21044: tarfile.open() now handles fileobj with an integer 'name'Serhiy Storchaka2014-07-162-0/+4
| | | | | | | | attribute. Based on patch by Martin Panter.
* | Issue #21918: Convert test_tools.py to a sub-package of test.Zachary Ware2014-07-161-0/+3
|\ \ | |/ | | | | Merge with 3.4.
| * 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-132-0/+4
|\ \ | |/ | | | | broken by the fix for security issue #19435. Patch by Zach Byrne.
| * Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-132-1/+5
| |\ | | | | | | | | | broken by the fix for security issue #19435. Patch by Zach Byrne.
| | * Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-132-0/+4
| | |\ | | | | | | | | | | | | broken by the fix for security issue #19435. Patch by Zach Byrne.
| | | * Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-132-0/+4
| | | | | | | | | | | | | | | | broken by the fix for security issue #19435. Patch by Zach Byrne.
* | | | Issue #21966: Respect -q command-line option when code module is ran.Alexander Belopolsky2014-07-121-0/+2
| | | | | | | | | | | | | | | | Contributed by Anton Barkovsky.
* | | | 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
| | | | | | | | | | | | | | | | Patch by Zachary Ware.
* | | | Issue #16382: Improve exception message of warnings.warn() for bad category.Berker Peksag2014-07-111-0/+3
| | | | | | | | | | | | | | | | Initial patch by Phil Elson.
* | | | Issue #21932: os.read() now uses a :c:func:`Py_ssize_t` type instead ofVictor Stinner2014-07-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | :c:type:`int` for the size to support reading more than 2 GB at once. On Windows, the size is truncted to INT_MAX. As any call to os.read(), the OS may read less bytes than the number of requested bytes.
* | | | 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
|\ \ \ \ | |/ / / | | | | | | | | ValueError if the number of received bytes is negative.
| * | | Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError ifVictor Stinner2014-07-071-0/+3
| | | | | | | | | | | | | | | | the number of received bytes is negative.
* | | | (Merge 3.4) Issue #12523: asynchat.async_chat.push() now raises a TypeError ifVictor Stinner2014-07-071-0/+3
|\ \ \ \ | |/ / / | | | | | | | | it doesn't get a bytes string
| * | | Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn'tVictor Stinner2014-07-071-0/+3
| | | | | | | | | | | | | | | | get a bytes string
* | | | Issue #21907: Improved the batch scripts provided for building Python.Zachary Ware2014-07-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | The user-facing scripts in PCbuild have been updated to be easier to use and the buildbot scripts in Tools\buildbot have been updated to use the user-facing scripts in PCbuild wherever possible.
* | | | Issue #21707: Merge with 3.4.Berker Peksag2014-07-071-0/+3
|\ \ \ \ | |/ / /