summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #27369: Merge test_pyexpat from 3.4 into 3.5Martin Panter2016-07-142-4/+8
|\
| * Issue #27369: Merge test_pyexpat from 3.3 into 3.4Martin Panter2016-07-142-4/+8
| |\
| | * Issue #27369: Merge test_pyexpat from 3.2 into 3.3Martin Panter2016-07-142-4/+5
| | |\
| | | * Issue #27369: Don’t test error message detail that changed in Expat 2.2.03.2Martin Panter2016-07-142-4/+5
| | | * Issue #22758: Move NEWS entry to Library sectionMartin Panter2016-07-141-3/+3
* | | | Fixes build order and lingering intermediate files.Steve Dower2016-07-142-7/+7
* | | | Issue #27392: Add loop.connect_accepted_socket().Yury Selivanov2016-07-123-4/+106
* | | | Issue #27481: Docummented that ValueError is now raised instead of TypeErrorSerhiy Storchaka2016-07-122-6/+22
* | | | English spelling and grammar fixesMartin Panter2016-07-1111-17/+17
* | | | Restore NEWS entries lost in revision 8145f25f26aaMartin Panter2016-07-111-0/+6
* | | | Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOFMartin Panter2016-07-113-8/+32
* | | | Merge headsSerhiy Storchaka2016-07-102-4/+4
|\ \ \ \
| * \ \ \ #22758 null mergeR David Murray2016-07-100-0/+0
| |\ \ \ \ | | |/ / /
| | * | | #22758 null mergeR David Murray2016-07-100-0/+0
| | |\ \ \ | | | |/ /
| | | * | #22758 null mergeR David Murray2016-07-100-0/+0
| | | |\ \ | | | | |/
| | | | * #22758: fix regression in handling of secure cookies.R David Murray2016-07-103-11/+61
| * | | | #26176: fix usage of Address constructor in email examples.R David Murray2016-07-102-4/+4
* | | | | Issue #27473: Fixed possible integer overflow in bytes and bytearraySerhiy Storchaka2016-07-103-16/+14
|/ / / /
* | | | #20647: Update dictobject.c comments to account for randomized string hashes.R David Murray2016-07-101-8/+5
* | | | Issue #27466: Change time format returned by http.cookie.time2netscape,Senthil Kumaran2016-07-103-1/+27
* | | | Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-0771-1835/+1814
* | | | assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes ...Benjamin Peterson2016-07-076-135/+160
* | | | fix refleaks in PyDict_SetItem error cases (closes #27248)Benjamin Peterson2016-07-071-3/+9
* | | | Fix a test with the new upload URLDonald Stufft2016-07-061-1/+1
* | | | merge 3.4Benjamin Peterson2016-07-060-0/+0
|\ \ \ \ | |/ / /
| * | | merge 3.3Benjamin Peterson2016-07-060-0/+0
| |\ \ \ | | |/ /
| | * | Switch to the new upload url for PyPIDonald Stufft2016-07-063-4/+4
| | * | Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.Serhiy Storchaka2015-12-023-0/+27
* | | | merge 3.4Benjamin Peterson2016-07-063-5/+5
|\ \ \ \ | |/ / /
| * | | Switch to the new upload url for PyPIDonald Stufft2016-07-063-5/+5
* | | | Issue #27452: add line counter and crc to IDLE configHandler test dump.Terry Jan Reedy2016-07-061-10/+21
* | | | Add versionadded to PyDict_SetDefault documentationBerker Peksag2016-07-051-0/+1
* | | | Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-0310-6/+26
* | | | Issue #27443: __length_hint__() of bytearray itearator no longer returnSerhiy Storchaka2016-07-033-1/+18
* | | | Issue #27431: Update default protocol version in shelve.Shelf() documentationBerker Peksag2016-07-012-1/+5
* | | | Issue #27430: Fix typos, patch by scop.Berker Peksag2016-07-014-4/+4
* | | | Issue #26665: Remove mis-use of ``$`` in activate.fish.Brett Cannon2016-06-302-2/+4
* | | | Issue #4945: Improved the documenting of boolean arguments in the json module.Serhiy Storchaka2016-06-302-24/+28
* | | | Issue #27416: clarify copy docVictor Stinner2016-06-301-1/+1
* | | | Issue #27418: Fixed Tools/importbench/importbench.py.Serhiy Storchaka2016-06-302-7/+11
* | | | Fix issue #27402: example for typing did not type-check.Guido van Rossum2016-06-281-2/+2
* | | | asyncio: Use socket specs for getaddrinfo() in sock_connect()Yury Selivanov2016-06-282-1/+13
* | | | asyncio: Fix NameError in sslproto _fatal_error()Yury Selivanov2016-06-282-0/+17
* | | | Adds script for purging the caching server for downloads on python.org.Steve Dower2016-06-271-0/+74
* | | | Adds batch file to build nuget packages.Steve Dower2016-06-271-0/+55
* | | | Include libs folder in nuget package and allow preinstalling packagesSteve Dower2016-06-272-11/+29
* | | | Issue #27393: Fix escaping of C:\ tooBerker Peksag2016-06-271-2/+2
* | | | Issue #27393: Fix escaping of venv activate commands on WindowsBerker Peksag2016-06-271-2/+2
* | | | Null merge from 3.4 (well, except, pull in the tag for 3.4.5.)Larry Hastings2016-06-271-0/+1
|\ \ \ \ | |/ / /
| * | | Merge.Larry Hastings2016-06-273-5/+11
| |\ \ \