summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* #21704: merge with 3.4.Ezio Melotti2014-07-291-1/+0
|\
| * #21704: remove duplicate name in Misc/ACKS.Ezio Melotti2014-07-291-1/+0
* | Merge with 3.4Terry Jan Reedy2014-07-291-0/+7
|\ \ | |/
| * Issue #17172: add NEWSTerry Jan Reedy2014-07-291-0/+7
* | Issue #21704: Merge.Richard Oudkerk2014-07-282-0/+4
|\ \ | |/
| * Issue #21704: Fix build error for _multiprocessing when semaphoresRichard Oudkerk2014-07-282-0/+4
* | Issue #20179: Apply Argument Clinic to bytes and bytearray.Martin v. Löwis2014-07-271-0/+3
* | Issue #20173: Convert sha1, sha256, sha512 and md5 to ArgumentClinic.Martin v. Löwis2014-07-271-0/+3
* | Issue #22082: Clear interned strings in slotdefs.Martin v. Löwis2014-07-261-0/+2
* | (Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail withVictor Stinner2014-07-261-0/+3
|\ \ | |/
| * Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowErrorVictor Stinner2014-07-261-0/+3
* | mergeRaymond Hettinger2014-07-252-0/+4
|\ \ | |/
| * Issue #22044: Fixed premature DECREF in call_tzinfo_method.Raymond Hettinger2014-07-252-0/+4
* | Issue #22033: Reprs of most Python implemened classes now contain actualSerhiy Storchaka2014-07-251-0/+3
* | Issue #21958: Merge with 3.4Zachary Ware2014-07-251-0/+3
|\ \ | |/
| * Issue #21958: Define HAVE_ROUND when building with VS 2013 and above.Zachary Ware2014-07-251-0/+3
* | Issue #21947: handle generator-iterator objects in disNick Coghlan2014-07-252-0/+4
* | Add missing NEWS entry for issue #18093Nick Coghlan2014-07-251-0/+4
* | (Merge 3.4) Issue #16133: The asynchat.async_chat.handle_read() method nowVictor Stinner2014-07-241-0/+3
|\ \ | |/
| * Issue #16133: The asynchat.async_chat.handle_read() method now ignoresVictor Stinner2014-07-241-0/+3
* | (Merge 3.4) Issue #19884: readline: Disable the meta modifier key if stdout isVictor Stinner2014-07-241-0/+5
|\ \ | |/
| * Issue #19884: readline: Disable the meta modifier key if stdout is not aVictor Stinner2014-07-241-0/+5
* | Issue #4350: Removed a number of out-of-dated and non-working for a long timeSerhiy Storchaka2014-07-231-0/+3
* | 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
* | | Issue #6167: Scrollbar.activate() now returns the name of active element ifSerhiy Storchaka2014-07-231-0/+4
|/ /
* | 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
* | 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-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
* | 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-212-0/+4
|\ \ | |/
| * Issue #21976: Fix test_ssl to accept LibreSSL version strings.Antoine Pitrou2014-07-212-0/+4
| * 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-162-0/+4
|\ \ | |/
| * Issue 21044: tarfile.open() now handles fileobj with an integer 'name'Serhiy Storchaka2014-07-162-0/+4
* | 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
|\ \ | |/