summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Release bump for 3.5.0a1.Larry Hastings2015-02-082-2/+2
* Issue #23285: PEP 475 -- Retry system calls failing with EINTR.Charles-François Natali2015-02-071-0/+2
* Issue #23399: pyvenv creates relative symlinks where possible.Barry Warsaw2015-02-061-0/+2
|\
| * Issue #23399: pyvenv creates relative symlinks where possible.Barry Warsaw2015-02-061-0/+2
* | Issue #20289: cgi.FieldStorage() now supports the context management protocol.Berker Peksag2015-02-061-0/+3
* | Issue #23392: Added tests for marshal C API that works with FILE*.Serhiy Storchaka2015-02-061-0/+2
|\ \ | |/
| * Issue #23392: Added tests for marshal C API that works with FILE*.Serhiy Storchaka2015-02-061-0/+2
* | Issue #23260: Update Windows installerSteve Dower2015-02-061-0/+2
* | merge 3.4 (#22735)Benjamin Peterson2015-02-062-0/+4
|\ \ | |/
| * fix many custom mro() edge cases and improve code quality (#22735)Benjamin Peterson2015-02-062-0/+4
* | Issue #23212: merge from 3.4Ned Deily2015-02-061-1/+1
|\ \ | |/
| * 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 #18982: Add tests for CLI of the calendar module.Serhiy Storchaka2015-02-051-0/+2
* | Issue #23345: merge from 3.4Ned Deily2015-02-051-0/+3
|\ \ | |/
| * Issue #23345: Prevent test_ssl failures with large OpenSSL patch levelNed Deily2015-02-051-0/+3
* | Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer()Stefan Krah2015-02-031-3/+3
* | Issue #14203: Remove obsolete support for view==NULL in PyBuffer_FillInfo()Stefan Krah2015-02-031-0/+4
* | Issue #13128: Print response headers for CONNECT requests when debuglevel > 0.Berker Peksag2015-02-031-0/+3
* | Issue #15381: Optimized io.BytesIO to make less allocations and copyings.Serhiy Storchaka2015-02-031-0/+2
* | Issue #22818: Splitting on a pattern that could match an empty string nowSerhiy Storchaka2015-02-031-0/+4
* | Issue #23099: Closing io.BytesIO with exported buffer is rejected now toSerhiy Storchaka2015-02-031-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
|\ \ | |/
| * Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()Serhiy Storchaka2015-02-021-0/+3
* | merge 3.4 (#21295)Benjamin Peterson2015-02-021-0/+3
|\ \ | |/
| * revert lineno and col_offset changes from #16795 (closes #21295)Benjamin Peterson2015-02-021-0/+3
* | merge 3.4 (#23364, #23363)Benjamin Peterson2015-02-021-0/+4
|\ \ | |/
| * 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.4 (#23365)Benjamin Peterson2015-02-021-0/+2
|\ \ \ | |/ /
| * | 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.4 (#23366)Benjamin Peterson2015-02-021-0/+2
|\ \ \ | |/ /
| * | merge 3.3 (#23366)Benjamin Peterson2015-02-021-0/+2
| |\ \ | | |/
| | * detect overflow in combinations (closes #23366)Benjamin Peterson2015-02-021-0/+2
* | | merge 3.4 (#23369)Benjamin Peterson2015-02-011-0/+3
|\ \ \ | |/ /
| * | 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 #22445: PyBuffer_IsContiguous() now implements precise contiguityStefan Krah2015-02-011-0/+4
* | | Merge headsSerhiy Storchaka2015-01-311-0/+6
|\ \ \
| * \ \ Merge 3.4 (generator)Victor Stinner2015-01-311-0/+6
| |\ \ \ | | |/ /
| | * | Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx().Victor Stinner2015-01-311-0/+6
* | | | Issue #23326: Removed __ne__ implementations. Since fixing default __ne__Serhiy Storchaka2015-01-311-0/+3
|/ / /
* | | allow changing __class__ between a heaptype and non-heaptype in some cases (c...Benjamin Peterson2015-01-301-0/+3
* | | Issue #22079: PyType_Ready() now checks that statically allocated type hasSerhiy Storchaka2015-01-281-0/+3
|\ \ \ | |/ /
| * | 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 #15859: PyUnicode_EncodeFSDefault(), PyUnicode_EncodeMBCS() andVictor Stinner2015-01-262-0/+6