summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.5.Stefan Krah2016-06-201-1/+1
|\
| * Issue #27006: Do not use PyDec_CheckExact() on a type.Stefan Krah2016-06-201-1/+1
* | Merge 3.5.Stefan Krah2016-06-20125-5437/+4913
|\ \ | |/ |/|
| * Use macros instead of corresponding functions (they never fail) in _tkinter.c.Serhiy Storchaka2016-06-191-22/+26
| * Issue #27177: Match objects in the re module now support index-like objectsSerhiy Storchaka2016-06-181-2/+3
| * Issue #26536: Use spaces instead of tabsBerker Peksag2016-06-181-4/+4
| * Issue #27343: Fixed error message for conflicting initializers of ctypes.Stru...Serhiy Storchaka2016-06-18125-5413/+4884
| |\
| | * Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Dani...Steve Dower2016-06-171-3/+23
| | * ctypes: the type of b_size is Py_ssize_t.Serhiy Storchaka2016-06-17125-5410/+4861
| | |\
| | | * Issue #27330: Fixed possible leaks in the ctypes module.Serhiy Storchaka2016-06-16125-5410/+4861
| | | |\
| | | | * Issue #26862: SYS_getdents64 does not need to be defined on android API 21.Xavier de Gaye2016-06-151-2/+1
| | | | * Issue #16864: Cursor.lastrowid now supports REPLACE statementBerker Peksag2016-06-141-1/+3
| | | | * merge 3.5Benjamin Peterson2016-06-132-4/+4
| | | | |\
| | | | * | - Modules/_collectionsmodule.c: Mark one more internal symbol as static.doko2016-06-141-1/+1
| | | | * | Issue #16182: Merge readline locale fix from 3.5Martin Panter2016-06-141-38/+94
| | | | |\ \
| | | | * | | - Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constantsdoko2016-06-132-0/+4
| | | | * | | Merge from 3.5Berker Peksag2016-06-12125-5407/+4853
| | | | |\ \ \
| | | | | * \ \ Issue #27190: Merge from 3.5Berker Peksag2016-06-121-0/+4
| | | | | |\ \ \
| | | | | * \ \ \ Issue #25455: Fixed a crash in repr of recursive functools.partial objects.Serhiy Storchaka2016-06-121-17/+22
| | | | | |\ \ \ \
| | | | | * \ \ \ \ Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.Serhiy Storchaka2016-06-12125-5407/+4853
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ merge 3.5 (#26556)Benjamin Peterson2016-06-11125-5407/+4853
| | | | | | |\ \ \ \ \
| | | | | | | * | | | | Issue #27186: Add os.PathLike support to DirEntryBrett Cannon2016-06-101-0/+10
| | | | | | | * | | | | Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now supportSerhiy Storchaka2016-06-091-0/+18
| | | | | | | * | | | | Clarify documentation for os.fspath().Brett Cannon2016-06-092-8/+8
| | | | | | | * | | | | Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.Serhiy Storchaka2016-06-0942-677/+1311
| | | | | | | * | | | | Issue #26305: Argument Clinic now escapes braces. No need to double them.Serhiy Storchaka2016-06-0989-4740/+3524
| | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ Issue #27066: Fixed SystemError if a custom opener (for open()) returns aBarry Warsaw2016-06-0889-4741/+3526
| | | | | | | | |\ \ \ \ \
| | | | | | | | | * \ \ \ \ Issue #27164: Merge raw Deflate zdict support from 3.5Martin Panter2016-06-0589-4740/+3524
| | | | | | | | | |\ \ \ \ \
| | | | | | | | | | * | | | | issue27186: add open/io.open; patch by Jelle ZijlstraEthan Furman2016-06-041-16/+32
| | | | | | | | | | * | | | | issue27186: add C version of os.fspath(); patch by Jelle ZijlstraEthan Furman2016-06-042-1/+84
| | | | | | | | | | * | | | | merge 3.5Benjamin Peterson2016-06-021-19/+2
| | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | * | | | | | replace custom validation logic in the parse module with a simple DFA validat...Benjamin Peterson2016-06-021-2452/+93
| | | | | | | | | | * | | | | | Issue #27171: Fix typo in exception messageMartin Panter2016-06-021-1/+1
| | | | | | | | | | * | | | | | Issue #27171: Merge typo fixes from 3.5Martin Panter2016-06-0289-2276/+3320
| | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-3089-2276/+3320
| | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ Fix issue27146 - add stdio.h include to posixmodule.c for ctermid().Gregory P. Smith2016-05-2889-2276/+3320
| | | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ Issue #20699: Merge io bytes-like fixes from 3.5Martin Panter2016-05-2889-2276/+3320
| | | | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ Issue #5784: Merge zlib from 3.5Martin Panter2016-05-272-11/+17
| | | | | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ Issue #27076: Merge spelling from 3.5Martin Panter2016-05-265-13/+13
| | | | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ merge 3.5 (#27093)Benjamin Peterson2016-05-231-11/+15
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * | | | | | | | | Issue #26857: The gethostbyaddr_r() workaround is no longer needed withStefan Krah2016-05-221-1/+5
| | | | | | | | | | | | | | * | | | | | | | | Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"Serhiy Storchaka2016-05-2089-2276/+3316
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * | | | | | | | | Issue #27056: Fix _Unpickler_Read() to avoid integer overflowVictor Stinner2016-05-201-1/+1
| | | | | | | | | | | | | | | * | | | | | | | | Optimize pickle.load() and pickle.loads()Victor Stinner2016-05-201-19/+26
| | | | | | | | | | | | | | | * | | | | | | | | - make some internal symbols staticdoko2016-05-183-3/+3
| | | | | | | | | | | | | | | * | | | | | | | | Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codesSerhiy Storchaka2016-05-161-0/+63
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ merge from 3.5Senthil Kumaran2016-05-141-1/+1
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * | | | | | | | | | | Issue #26870: Add readline.set_auto_history(), originally by Tyler CromptonMartin Panter2016-05-151-1/+20
| | | | | | | | | | | | | | | * | | | | | | | | | | Merge ctypes from 3.5Martin Panter2016-05-141-4/+0
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ Issue #25745: Fixed leaking a userptr in curses panel destructor.Serhiy Storchaka2016-05-091-0/+5
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \