summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Closes #21999: Handled empty strings correctly when in POSIX mode.Vinay Sajip2016-08-092-1/+13
* Issue #26750: unittest.mock.create_autospec() now works properlyGregory P. Smith2016-08-072-22/+48
* Issue #20160: Merged fix from 3.4.Vinay Sajip2016-08-051-0/+35
|\
| * Issue #20160: Merged fix from 3.3.Vinay Sajip2016-08-051-0/+35
| |\
| | * Issue #20160: Handled passing of large structs to callbacks correctly.Vinay Sajip2016-08-051-0/+35
* | | Fix spelling and grammar in documentation and code commentsMartin Panter2016-08-045-5/+5
* | | Merge 3.4Donald Stufft2016-08-033-6/+6
|\ \ \ | |/ /
| * | Merge 3.3Donald Stufft2016-08-033-5/+5
| |\ \ | | |/
| | * Switch upload.pypi.io to upload.pypi.orgDonald Stufft2016-08-033-4/+4
* | | Issue #20767: Fix -R option for FreeBSD/clang.Stefan Krah2016-08-031-0/+2
* | | Issue #27241: Catch exception when running pstats as main.Stefan Krah2016-08-021-1/+4
* | | [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-312-0/+18
|\ \ \ | |/ /
| * | [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-312-0/+20
| |\ \ | | |/
| | * Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-312-0/+20
* | | Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-2818-30/+30
* | | Issue #13849: Fix test_null_bytes under WindowsBerker Peksag2016-07-231-1/+1
* | | Issue #13849: Add tests for null byte checking in test_genericpathBerker Peksag2016-07-231-0/+9
* | | Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” moduleMartin Panter2016-07-231-16/+48
* | | Issue #27528: Document and test warning messages must match at beginningMartin Panter2016-07-191-0/+12
* | | Issue #26974: Fix segfault in the presence of absurd subclassing. ProactivelyStefan Krah2016-07-171-0/+28
* | | Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList.Serhiy Storchaka2016-07-171-2/+2
* | | Issue #17711: Fixed unpickling by the persistent ID with protocol 0.Serhiy Storchaka2016-07-173-10/+64
* | | Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.Terry Jan Reedy2016-07-161-0/+6
* | | Fix regressions introduced by fixes for issue #27083.Brett Cannon2016-07-164-22/+28
* | | #27522: break unintended cycle in feedparser.R David Murray2016-07-161-3/+6
* | | Issue #27083: Respect the PYTHONCASEOK environment variable underBrett Cannon2016-07-152-7/+11
* | | Issue #26844: Fix imp.find_module() to have the exception related toBrett Cannon2016-07-151-2/+2
* | | make too many nested blocks be a SyntaxError instead of a SystemError (closes...Benjamin Peterson2016-07-151-2/+4
* | | Issue #27369: Merge test_pyexpat from 3.4 into 3.5Martin Panter2016-07-141-4/+2
|\ \ \ | |/ /
| * | Issue #27369: Merge test_pyexpat from 3.3 into 3.4Martin Panter2016-07-141-4/+2
| |\ \ | | |/
| | * Issue #27369: Merge test_pyexpat from 3.2 into 3.3Martin Panter2016-07-141-4/+2
| | |\
| | | * Issue #27369: Don’t test error message detail that changed in Expat 2.2.03.2Martin Panter2016-07-141-4/+2
| | | * #22758: fix regression in handling of secure cookies.R David Murray2016-07-102-11/+58
| | * | Switch to the new upload url for PyPIDonald Stufft2016-07-063-4/+4
| | * | Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.Serhiy Storchaka2015-12-021-0/+17
* | | | Issue #27392: Add loop.connect_accepted_socket().Yury Selivanov2016-07-122-4/+103
* | | | English spelling and grammar fixesMartin Panter2016-07-116-7/+7
* | | | Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOFMartin Panter2016-07-111-8/+21
* | | | Issue #27466: Change time format returned by http.cookie.time2netscape,Senthil Kumaran2016-07-102-1/+23
* | | | Fix a test with the new upload URLDonald Stufft2016-07-061-1/+1
* | | | merge 3.4Benjamin Peterson2016-07-063-5/+5
|\ \ \ \ | |/ / /
| * | | Switch to the new upload url for PyPIDonald Stufft2016-07-063-5/+5
| * | | Regenerate pydoc topics for 3.4.5 final.Larry Hastings2016-06-251-1/+1
| * | | Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.Matthias Klose2016-06-131-1/+2
| * | | Regenerate pydoc topics for 3.4.5rc1.Larry Hastings2016-06-121-2/+2
* | | | Issue #27452: add line counter and crc to IDLE configHandler test dump.Terry Jan Reedy2016-07-061-10/+21
* | | | Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-0310-6/+26
* | | | Issue #27443: __length_hint__() of bytearray itearator no longer returnSerhiy Storchaka2016-07-031-0/+10
* | | | Issue #27431: Update default protocol version in shelve.Shelf() documentationBerker Peksag2016-07-011-0/+4
* | | | Issue #27430: Fix typos, patch by scop.Berker Peksag2016-07-012-2/+2