summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #6639: Module-level turtle functions no longer raise TclError afterSerhiy Storchaka2015-02-221-0/+3
* Issues #814253, #9179: Warnings now are raised when group references andSerhiy Storchaka2015-02-211-0/+4
* Issue #23215: Multibyte codecs with custom error handlers that ignores errorsSerhiy Storchaka2015-02-201-0/+4
* Issue #5700: io.FileIO() called flush() after closing the file.Serhiy Storchaka2015-02-201-0/+3
* Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encodingSerhiy Storchaka2015-02-201-0/+3
* remove rc4 from the default client ciphers (closes #23481)Benjamin Peterson2015-02-191-0/+2
* merge 3.3Benjamin Peterson2015-02-183-423/+0
|\
| * merge 3.2Benjamin Peterson2015-02-183-424/+0
| |\
| | * remove RPM, since it's unused and unmaintainedBenjamin Peterson2015-02-183-424/+0
| | * Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. AnalysisSerhiy Storchaka2015-01-271-0/+12
* | | fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548)Benjamin Peterson2015-02-172-0/+4
* | | Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumbSerhiy Storchaka2015-02-151-0/+3
* | | Issue #23146: Fix mishandling of absolute Windows paths with forward slashes ...Antoine Pitrou2015-02-151-0/+3
* | | Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the re...Antoine Pitrou2015-02-111-0/+6
* | | Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.Serhiy Storchaka2015-02-101-0/+3
* | | merge 3.3 (#23361)Benjamin Peterson2015-02-101-0/+1
|\ \ \ | |/ /
| * | add overflow checking (closes #23361)Benjamin Peterson2015-02-101-0/+2
* | | Post-release updates for Python 3.4.3rc1.Larry Hastings2015-02-081-0/+11
* | | Version bump for 3.4.3rc1.Larry Hastings2015-02-082-2/+2
* | | Issue #23399: pyvenv creates relative symlinks where possible.Barry Warsaw2015-02-061-0/+2
* | | Issue #23392: Added tests for marshal C API that works with FILE*.Serhiy Storchaka2015-02-061-0/+2
* | | fix many custom mro() edge cases and improve code quality (#22735)Benjamin Peterson2015-02-062-0/+4
* | | Issue #23212: Update OS X installer build OpenSSL to 1.0.1l.Ned Deily2015-02-061-1/+1
* | | Issue #18982: Add tests for CLI of the calendar module.Serhiy Storchaka2015-02-051-0/+2
* | | Issue #23345: Prevent test_ssl failures with large OpenSSL patch levelNed Deily2015-02-051-0/+3
* | | Issue #23099: Closing io.BytesIO with exported buffer is rejected now toSerhiy Storchaka2015-02-031-0/+3
* | | Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()Serhiy Storchaka2015-02-021-0/+3
* | | revert lineno and col_offset changes from #16795 (closes #21295)Benjamin Peterson2015-02-021-0/+3
* | | merge 3.3 (#23364, #23363)Benjamin Peterson2015-02-021-0/+4
|\ \ \ | |/ /
| * | check for overflows in permutations() and product() (closes #23363, closes #2...Benjamin Peterson2015-02-021-0/+4
* | | merge 3.3 (#23365)Benjamin Peterson2015-02-021-0/+2
|\ \ \ | |/ /
| * | check for overflow in combinations_with_replacement (closes #23365)Benjamin Peterson2015-02-021-0/+3
* | | merge 3.3 (#23366)Benjamin Peterson2015-02-021-0/+2
|\ \ \ | |/ /
| * | detect overflow in combinations (closes #23366)Benjamin Peterson2015-02-021-0/+2
* | | merge 3.3 (#23369)Benjamin Peterson2015-02-011-0/+3
|\ \ \ | |/ /
| * | fix possible overflow in encode_basestring_ascii (closes #23369)Benjamin Peterson2015-02-011-0/+6
| * | Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. AnalysisSerhiy Storchaka2015-01-271-0/+12
* | | Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx().Victor Stinner2015-01-311-0/+6
* | | Issue #22079: PyType_Ready() now checks that statically allocated type hasSerhiy Storchaka2015-01-281-0/+7
* | | Issue #14099: Backout changeset e5bb3044402b (except adapted tests).Serhiy Storchaka2015-01-261-5/+0
* | | Issue #18518: timeit now rejects statements which can't be compiled outsideSerhiy Storchaka2015-01-261-0/+3
* | | Issue #23094: Fixed readline with frames in Python implementation of pickle.Serhiy Storchaka2015-01-261-0/+2
* | | Add credits for Martin Panter.Serhiy Storchaka2015-01-261-1/+1
* | | Issue #23268: Fixed bugs in the comparison of ipaddress classes.Serhiy Storchaka2015-01-261-0/+2
* | | Issue #21408: The default __ne__() now returns NotImplemented if __eq__()Serhiy Storchaka2015-01-261-0/+7
* | | handle headers with no key (closes #19996)Benjamin Peterson2015-01-261-0/+3
* | | Issue #23321: Fixed a crash in str.decode() when error handler returnedSerhiy Storchaka2015-01-251-0/+3
* | | Issue #23248: Update ssl error codes from latest OpenSSL git master.Antoine Pitrou2015-01-181-0/+2
* | | Issue #23098: 64-bit dev_t is now supported in the os module.Serhiy Storchaka2015-01-181-0/+2
* | | Issue #23180: Rename IDLE "Windows" menu item to "Window".Ned Deily2015-01-182-0/+4