summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #16764: Support keyword arguments to zlib.decompress(). Patch bySerhiy Storchaka2016-08-152-13/+17
* Issue #27574: Decreased an overhead of parsing keyword arguments in functionsSerhiy Storchaka2016-08-1426-302/+440
* merge 3.5 (closes #27760)Benjamin Peterson2016-08-131-9/+15
|\
| * merge 3.4 (closes #27760)Benjamin Peterson2016-08-13162-38394/+66995
| |\
| * \ merge 3.3 (closes #27760)Benjamin Peterson2016-08-131-9/+15
| |\ \
| | * | fix possible integer overflow in binascii.b2a_qp (closes #27760)Benjamin Peterson2016-08-131-9/+16
* | | | merge 3.5Benjamin Peterson2016-08-131-0/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | merge 3.4Benjamin Peterson2016-08-13162-38394/+66995
| |\ \ \ | | |/ / | |/| |
| * | | do not allow reading negative values with getstr()Benjamin Peterson2016-08-131-0/+8
* | | | merge 3.5 (closes #27758)Benjamin Peterson2016-08-131-4/+19
|\ \ \ \ | | |/ / | |/| |
| * | | merge 3.4 (closes #27758)Benjamin Peterson2016-08-131-4/+19
| |\ \ \ | | |/ /
| | * | merge 3.3 (#27758)Benjamin Peterson2016-08-13329-45689/+73878
| | |\ \ | | | |/ | | |/|
| | * | check for overflow in join_append_data (closes #27758)Benjamin Peterson2016-08-131-4/+19
* | | | Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors.Alexander Belopolsky2016-08-081-5/+23
* | | | Issue #27702: Only expose SOCK_RAW when definedBerker Peksag2016-08-081-0/+3
* | | | Expose EPOLLRDHUP conditionallyBerker Peksag2016-08-081-0/+3
* | | | Issue #26800: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-2/+29
* | | | Closes #20160: Merged fix from 3.5.Vinay Sajip2016-08-052-2/+30
|\ \ \ \ | |/ / /
| * | | Issue #20160: Merged fix from 3.4.Vinay Sajip2016-08-052-2/+30
| |\ \ \ | | | |/ | | |/|
| | * | Issue #20160: Merged fix from 3.3.Vinay Sajip2016-08-052-2/+30
| | |\ \ | | | |/
| | | * Issue #20160: Handled passing of large structs to callbacks correctly.Vinay Sajip2016-08-052-2/+30
* | | | Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflictMartin Panter2016-08-043-16/+17
* | | | Closes #27661: Added tzinfo keyword argument to datetime.combine.Alexander Belopolsky2016-08-021-16/+20
* | | | merge 3.5 (#27656)Benjamin Peterson2016-07-301-0/+6
|\ \ \ \ | |/ / /
| * | | all SCHED_ constants are optional (closes #27656)Benjamin Peterson2016-07-301-0/+6
* | | | Issue #27626: Merge spelling fixes from 3.5Martin Panter2016-07-282-2/+2
|\ \ \ \ | |/ / /
| * | | Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-282-2/+2
* | | | Merge 3.5 (issue #11048)Victor Stinner2016-07-27125-5634/+5479
|\ \ \ \ | |/ / / |/| | |
| * | | Issue 24773: Added a time_t overflow check.Alexander Belopolsky2016-07-251-1/+8
| * | | Issue #7063: Remove dead code from array slice handlingMartin Panter2016-07-251-47/+8
| * | | Issue #27591: Merge from 3.5Berker Peksag2016-07-23125-5587/+5464
| |\ \ \
| | * \ \ Issue #27130: Merge zlib 64-bit fixes from 3.5Martin Panter2016-07-23125-5587/+5464
| | |\ \ \
| | | * | | Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).Alexander Belopolsky2016-07-221-149/+526
| | | * | | Merge 3.5 (INVALID_SOCKET)Victor Stinner2016-07-222-8/+12
| | | |\ \ \
| | | * \ \ \ Merge 3.5 (fix internal_select)Victor Stinner2016-07-221-1/+1
| | | |\ \ \ \
| | | * | | | | Issue #27567: Expose the POLLRDHUP constant in the select moduleBerker Peksag2016-07-191-0/+8
| | | * | | | | add EPOLLEXCLUSIVEBenjamin Peterson2016-07-181-0/+3
| | | * | | | | expose EPOLLRDHUP (closes #27567)Benjamin Peterson2016-07-181-1/+1
| | | * | | | | Issue #1621: Avoid signed int negation overflow in audioopMartin Panter2016-07-191-1/+3
| | | * | | | | Issue #27533: Release GIL in nt._isdirSteve Dower2016-07-171-0/+2
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge 3.5.Stefan Krah2016-07-17125-5440/+4928
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Issue #17711: Fixed unpickling by the persistent ID with protocol 0.Serhiy Storchaka2016-07-17125-5440/+4929
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Issue #27512: Don't segfault when os.fspath() calls an object whoseBrett Cannon2016-07-151-0/+4
| | | | | * | | | | | Issue #23804: Merge SSL recv() fix from 3.5Martin Panter2016-07-111-0/+8
| | | | | |\ \ \ \ \ \
| | | | | * | | | | | | Issue #22624: Python 3 requires clock() to buildVictor Stinner2016-07-081-0/+1
| | | | | * | | | | | | - Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-0759-1509/+1489
| | | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ merge 3.5 (#24557)Benjamin Peterson2016-07-062-5/+5
| | | | | |\ \ \ \ \ \ \ \
| | | | | * | | | | | | | | Issue #26243: Only the level argument to zlib.compress() is keyword argumentSerhiy Storchaka2016-06-252-4/+5
| | | | | * | | | | | | | | Remove duplicate AF_INET6 additionMartin Panter2016-06-251-3/+0
| | | | | * | | | | | | | | Issue #27038: Expose DirEntry as os.DirEntry.Brett Cannon2016-06-241-0/+1