summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | add mising wordBenjamin Peterson2016-07-191-1/+1
* | | | add EPOLLEXCLUSIVEBenjamin Peterson2016-07-191-0/+2
* | | | expose EPOLLRDHUP (closes #27567)Benjamin Peterson2016-07-191-0/+2
* | | | Issue #1621: Avoid signed int negation overflow in audioopMartin Panter2016-07-191-0/+2
* | | | Issue #27507: Merge overflow check from 3.5Martin Panter2016-07-181-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #27507: Check for integer overflow in bytearray.extend()Martin Panter2016-07-181-0/+3
* | | | Issue #27309: Enables proper Windows styles in python[w].exe manifest.Steve Dower2016-07-181-0/+4
|\ \ \ \ | |/ / /
| * | | Issue #27309: Enables proper Windows styles in python[w].exe manifest.Steve Dower2016-07-181-0/+5
* | | | Issue #27533: Release GIL in nt._isdirSteve Dower2016-07-181-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #27533: Release GIL in nt._isdirSteve Dower2016-07-181-0/+2
* | | | Issue #27419: Standard __import__() no longer look up "__import__" in globalsSerhiy Storchaka2016-07-171-0/+5
|\ \ \ \ | |/ / /
| * | | Issue #27419: Standard __import__() no longer look up "__import__" in globalsSerhiy Storchaka2016-07-171-0/+4
* | | | Issue #17711: Fixed unpickling by the persistent ID with protocol 0.Serhiy Storchaka2016-07-171-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #17711: Fixed unpickling by the persistent ID with protocol 0.Serhiy Storchaka2016-07-171-0/+3
* | | | Merge: #27522: break unintended cycle in feedparser.R David Murray2016-07-161-0/+2
|\ \ \ \ | |/ / /
| * | | #27522: break unintended cycle in feedparser.R David Murray2016-07-161-0/+2
* | | | Merge for #27083Brett Cannon2016-07-151-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #27083: Respect the PYTHONCASEOK environment variable underBrett Cannon2016-07-151-0/+2
* | | | Merge for #26844Brett Cannon2016-07-152-0/+4
|\ \ \ \ | |/ / /
| * | | Issue #26844: Fix imp.find_module() to have the exception related toBrett Cannon2016-07-152-0/+4
* | | | Issue #27512: Don't segfault when os.fspath() calls an object whoseBrett Cannon2016-07-151-0/+3
* | | | merge 3.5 (#27514)Benjamin Peterson2016-07-151-0/+3
|\ \ \ \ | |/ / /
| * | | make too many nested blocks be a SyntaxError instead of a SystemError (closes...Benjamin Peterson2016-07-151-0/+3
* | | | Backed out changeset af29d89083b3 (closes #25548) (closes #27498)Benjamin Peterson2016-07-141-2/+0
* | | | Issue #27369: Merge test_pyexpat from 3.5Martin Panter2016-07-141-0/+6
|\ \ \ \ | |/ / /
| * | | Issue #27369: Merge test_pyexpat from 3.4 into 3.5Martin Panter2016-07-141-0/+6
| |\ \ \ | | |/ /
| | * | Issue #27369: Merge test_pyexpat from 3.3 into 3.4Martin Panter2016-07-141-0/+6
| | |\ \ | | | |/
| | | * Issue #27369: Merge test_pyexpat from 3.2 into 3.3Martin Panter2016-07-141-0/+3
| | | |\
| | | | * Issue #27369: Don’t test error message detail that changed in Expat 2.2.03.2Martin Panter2016-07-141-0/+3
| | | | * Issue #22758: Move NEWS entry to Library sectionMartin Panter2016-07-141-3/+3
| | | | * #22758: fix regression in handling of secure cookies.R David Murray2016-07-101-0/+3
| | | * | Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.Serhiy Storchaka2015-12-021-0/+5
| | * | | Post-release fixups for Python 3.4.5.Larry Hastings2016-06-271-0/+12
| | * | | Version bump for 3.4.5 final.v3.4.5Larry Hastings2016-06-251-0/+11
| | * | | Release bump for 3.4.5rc1.v3.4.5rc1Larry Hastings2016-06-121-3/+3
* | | | | Merge 3.5 (issue #27392)Yury Selivanov2016-07-121-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Issue #27392: Add loop.connect_accepted_socket().Yury Selivanov2016-07-121-0/+3
* | | | | Start 3.6.0a4Ned Deily2016-07-121-0/+12
* | | | | Version bump for 3.6.0a3v3.6.0a3Ned Deily2016-07-111-1/+1
* | | | | Issue #23804: Merge spelling and NEWS fixes from 3.5Martin Panter2016-07-111-5/+11
|\ \ \ \ \ | |/ / / /
| * | | | English spelling and grammar fixesMartin Panter2016-07-111-6/+6
| * | | | Restore NEWS entries lost in revision 8145f25f26aaMartin Panter2016-07-111-0/+6
* | | | | Issue #23804: Merge SSL recv() fix from 3.5Martin Panter2016-07-111-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOFMartin Panter2016-07-111-0/+3
* | | | | IDLE NEWS items.Terry Jan Reedy2016-07-111-0/+18
* | | | | Issue #27473: Fixed possible integer overflow in bytes and bytearraySerhiy Storchaka2016-07-101-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Issue #27473: Fixed possible integer overflow in bytes and bytearraySerhiy Storchaka2016-07-101-0/+3
* | | | | Issue #27027: Added test.support.is_android that is True when this is anXavier de Gaye2016-07-101-0/+6
* | | | | [merge from 3.5] - Issue #27466: Change time format returned bySenthil Kumaran2016-07-101-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | Issue #27466: Change time format returned by http.cookie.time2netscape,Senthil Kumaran2016-07-101-0/+4