summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-29951: Include function name for some error messages in `PyArg_ParseTuple...Michael Seifert2017-04-094-33/+54
* Remove invalid comment in urllib.request. (#1054)Senthil Kumaran2017-04-091-6/+2
* Improvements to typing documentation (#967)Jelle Zijlstra2017-04-081-7/+43
* bpo-29998: Pickling and copying ImportError now preserves name and path (#1010)Serhiy Storchaka2017-04-083-0/+71
* Expand the PySlice_GetIndicesEx macro. (#1023)Serhiy Storchaka2017-04-0811-45/+47
* bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843)Serhiy Storchaka2017-04-084-39/+34
* Fix a minor typo. (#1032)Barry Warsaw2017-04-071-1/+1
* bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944)Serhiy Storchaka2017-04-074-14/+28
* Remove Invalid comment in test_urllib2.py (#1020)Senthil Kumaran2017-04-071-1/+0
* bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a ...Stuart Berg2017-04-065-26/+110
* Correct typo in configparser.rst (#1012)Alex Jordan2017-04-061-2/+2
* bpo-29962: add math.remainder (#950)Mark Dickinson2017-04-055-0/+268
* Miscellaneous minor fixes of Misc/NEWS formatting. (#1002)Serhiy Storchaka2017-04-051-19/+19
* Update Argument Clinic generated code for bpo-29878. (#1001)Serhiy Storchaka2017-04-054-6/+6
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-0530-48/+50
* bpo-29549: Fixes docstring for str.index (#256)Lisa Roach2017-04-052-5/+20
* correct parse_qs and parse_qsl test case descriptions. (#968)Senthil Kumaran2017-04-052-19/+23
* bpo-29649: Improve struct.pack_into() boundary error messages (#424)Andrew Nester2017-04-043-4/+53
* bpo-29972: Skip tests known to fail on AIX (#979)Victor Stinner2017-04-045-5/+23
* bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947)csabella2017-04-041-0/+5
* Remove obsolete declaration in tokenizer.h (#962)Jim Fasarakis-Hilliard2017-04-031-2/+0
* Correct typo (#976)Angus Hollands2017-04-031-1/+1
* test_locale now ignores the DeprecationWarning (#977)Victor Stinner2017-04-032-12/+14
* Fix misleading documentation for math.exp. (#951)Mark Dickinson2017-04-021-2/+2
* bpo-19225: Add a table of warning names and missed exception names in C API d...cocoatomo2017-04-022-56/+150
* bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298)Pierre Quentel2017-04-025-9/+112
* Minor spell fix and formatting fixes in urllib tests. (#959)Senthil Kumaran2017-04-022-2/+6
* bpo-29957: change LBYL key lookup to dict.setdefault (#938)Michael Selik2017-04-022-5/+1
* bpo-26947: DOC: clarify wording on hashable in glossary (#948)csabella2017-04-021-3/+3
* bpo-29949: Fix set memory usage regression (GH-943)INADA Naoki2017-04-012-6/+7
* Revert "bpo-29763: Use unittest cleanup in test_site (GH-841)" (GH-942)Zachary Ware2017-04-011-34/+45
* bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (#879)s-sanjay2017-04-013-10/+36
* Add helpful explaination to test_password_manager tests. (#936)Senthil Kumaran2017-04-011-15/+26
* bpo-29763: Use unittest cleanup in test_site (GH-841)Zachary Ware2017-04-011-45/+34
* Link to the devguide's PR guidelines (GH-932)Brett Cannon2017-03-311-4/+2
* bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927)Serhiy Storchaka2017-03-313-11/+18
* Fix spurious MemoryError introduced by PR #886. (#930)T. Wouters2017-03-311-4/+4
* bpo-29941: Assert fixes (#886)T. Wouters2017-03-314-5/+9
* suppress compiler warnings in _ctypes_test (#902)Benjamin Peterson2017-03-311-3/+3
* bpo-29952: Use usual terminology of dict (GH-917)cocoatomo2017-03-311-1/+1
* Remove catching OSError in ftphandler test. Only URLError is raised in urllib...Senthil Kumaran2017-03-311-3/+1
* bpo-29928: Add f-string to the Glossary (GH-864)Mariatta2017-03-301-0/+5
* bpo-29946: Fix "sqrtpi defined but not used" (#908)Louie Lu2017-03-301-1/+3
* bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#889)T. Wouters2017-03-303-24/+39
* bpo-10030: Sped up reading encrypted ZIP files by 2 times. (#550)Serhiy Storchaka2017-03-302-57/+57
* bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...Serhiy Storchaka2017-03-308-19/+31
* bpo-29204: Emit warnings for already deprecated ElementTree features. (#773)Serhiy Storchaka2017-03-306-53/+120
* bpo-29887: Test normalization now fails if download fails (#905)Victor Stinner2017-03-301-4/+9
* bpo-20548: Use specific asserts in warnings and exceptions tests (#788)Serhiy Storchaka2017-03-303-35/+35
* bpo-29913: deprecate compare_networks() in documentation (GH-865)s-sanjay2017-03-302-0/+4