summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [3.6] Add missing .gitignore entries for VS2015 IntelliSense DB (GH-1223) (#1...Mariatta2017-04-211-0/+2
* bpo-29802: Fix the cleaning up issue in PyUnicode_FSDecoder(). (#1217)Serhiy Storchaka2017-04-201-0/+1
* [3.6] bpo-30109: Fix reindent.py (GH-1207) (GH-1208)Mariatta2017-04-202-1/+12
* [3.6] bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1...Dong-hee Na2017-04-204-6/+17
* Remove redundant comma in argparse HOWTO (GH-1141)Berker Peksag2017-04-201-1/+1
* bpo-30078: Add an example of passing a path to unittest (GH-1178)Berker Peksag2017-04-201-0/+1
* bpo-19225: Remove duplicated description for standard warning categories (GH-...cocoatomo2017-04-201-12/+9
* [3.6] bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). ...Serhiy Storchaka2017-04-195-26/+41
* [3.6] bpo-30070: Fixed leaks and crashes in errors handling in the parser mod...Serhiy Storchaka2017-04-193-52/+162
* bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096...Serhiy Storchaka2017-04-197-31/+95
* bpo-30017: Allowed calling the close() method of the zip entry writer object ...Serhiy Storchaka2017-04-163-0/+49
* bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...Xiang Zhang2017-04-153-11/+23
* [3.6] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1149)Michael Seifert2017-04-151-0/+11
* [3.6] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1142)Mariatta2017-04-151-7/+1
* improve alignment autoconf test (#1129) (#1139)Benjamin Peterson2017-04-143-22/+36
* Fix misplaced positional argument in OS X support library (#1137)Jack McCracken2017-04-141-1/+1
* Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1132)Antoine Pitrou2017-04-141-0/+1
* [3.6] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-...Mariatta2017-04-143-2/+36
* [3.6] bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119) ...Mariatta2017-04-132-8/+30
* [3.6] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1123)Mariatta2017-04-131-1/+1
* convert from long long to PyLong loselessly (#1106) (#1121)Benjamin Peterson2017-04-131-1/+1
* bpo-30021: Add examples for re.escape(). (#1048) (#1115)Serhiy Storchaka2017-04-132-3/+16
* bpo-29791: Clarify that flush is keyword-only argument (GH-1093)Berker Peksag2017-04-131-1/+1
* Revert "bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-752)...Mariatta2017-04-132-30/+8
* bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-752)Nevada Sanchez2017-04-132-8/+30
* [3.6] bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeErr...Mariatta2017-04-133-6/+32
* [3.6] Clarify exception handler scope in contextlib (GH-1103)Mariatta2017-04-131-1/+2
* [3.6] Remove superfluous comment in urllib.error. (GH-1076) (GH-1101)Mariatta2017-04-131-4/+0
* bpo-26985: Add missing info of code object in inspect documentation (GH-1090)...Xiang Zhang2017-04-133-191/+223
* [3.6] bpo-30047: Fix a typo in Doc/library/select.rst (GH-1086) (GH-1098)Mariatta2017-04-131-1/+1
* Remove OSError related comment in urllib.request. (#1072)Senthil Kumaran2017-04-101-1/+0
* [3.6] Improvements to typing documentation (GH-967) (GH-1053)Mariatta2017-04-091-7/+43
* [3.6] bpo-29549: Fixes docstring for str.index (GH-256) (GH-1028)Mariatta2017-04-092-5/+20
* [3.6] Correct typo in configparser.rst (GH-1012) (GH-1025)Mariatta2017-04-091-2/+2
* Remove invalid comment in urllib.request. (#1055)Senthil Kumaran2017-04-091-6/+2
* bpo-29506: Clarify deep copy note in copy moduleNick Coghlan2017-04-092-2/+3
* bpo-29798: Handle git worktree in patchcheck (#1058) (#1060)Nick Coghlan2017-04-091-1/+1
* bpo-29998: Pickling and copying ImportError now preserves name and path (#101...Serhiy Storchaka2017-04-083-0/+71
* Expand the PySlice_GetIndicesEx macro. (#1023) (#1044)Serhiy Storchaka2017-04-0811-45/+47
* bpo-29939: suppress compiler warnings in _ctypes_test (#1038)Vinay Sajip2017-04-071-3/+3
* Fix a minor typo. (#1032) (#1037)Barry Warsaw2017-04-071-1/+1
* Remove Invalid comment in test_urllib2.py. (#1022)Senthil Kumaran2017-04-071-1/+0
* correct parse_qs and parse_qsl test case descriptions. (#968) (#997)Senthil Kumaran2017-04-062-19/+23
* Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) (#1003)Serhiy Storchaka2017-04-051-17/+17
* remove merge=union attribute for Misc/NEWS (GH-460) (GH-988)Mariatta2017-04-041-2/+0
* bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) (#985)Senthil Kumaran2017-04-041-0/+5
* Keep the c-api exception doc up-to-date (#966)cocoatomo2017-04-032-56/+150
* Minor spell fix and formatting fixes in urllib tests. (#959) (#961)Senthil Kumaran2017-04-022-2/+6
* bpo-29941: Assert fixes (#886) (#955)T. Wouters2017-04-023-2/+6
* bpo-26947: DOC: clarify wording on hashable in glossary (#948) (#957)Senthil Kumaran2017-04-021-3/+3