summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-0771-1839/+1818
|\
| * Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-0771-1835/+1814
* | merge 3.5 (#24557)Benjamin Peterson2016-07-076-134/+147
|\ \ | |/
| * assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes ...Benjamin Peterson2016-07-076-135/+160
* | merge 3.5 (#27248)Benjamin Peterson2016-07-071-3/+9
|\ \ | |/
| * fix refleaks in PyDict_SetItem error cases (closes #27248)Benjamin Peterson2016-07-071-3/+9
* | merge 3.5Donald Stufft2016-07-061-1/+1
|\ \ | |/
| * Fix a test with the new upload URLDonald Stufft2016-07-061-1/+1
* | merge 3.5Benjamin Peterson2016-07-060-0/+0
|\ \ | |/
| * 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.5Benjamin Peterson2016-07-063-5/+5
|\ \ \ \ | |/ / /
| * | | merge 3.4Benjamin Peterson2016-07-063-5/+5
| |\ \ \ | | |/ /
| | * | Switch to the new upload url for PyPIDonald Stufft2016-07-063-5/+5
* | | | Issue #27460: Unified error messages in bytes constructor for integersSerhiy Storchaka2016-07-061-2/+2
* | | | Issue #21708: Deprecated dbm.dumb behavior that differs from common dbmSerhiy Storchaka2016-07-065-1/+57
* | | | Issue #27452: make command line idle-test> python test_help.py work.Terry Jan Reedy2016-07-061-1/+1
* | | | Issue #27452: add line counter and crc to IDLE config test dump.Terry Jan Reedy2016-07-061-9/+20
|\ \ \ \ | |/ / /
| * | | Issue #27452: add line counter and crc to IDLE configHandler test dump.Terry Jan Reedy2016-07-061-10/+21
* | | | Merge from 3.5Berker Peksag2016-07-051-0/+1
|\ \ \ \ | |/ / /
| * | | Add versionadded to PyDict_SetDefault documentationBerker Peksag2016-07-051-0/+1
* | | | Issue 27437: Add query.ModuleName and use it for file => Load Module.Terry Jan Reedy2016-07-035-77/+185
* | | | Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-0311-6/+29
|\ \ \ \ | |/ / /
| * | | Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-0310-6/+26
* | | | Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,Serhiy Storchaka2016-07-037-1/+50
* | | | Issue #27443: __length_hint__() of bytearray itearator no longer returnSerhiy Storchaka2016-07-033-1/+18
|\ \ \ \ | |/ / /
| * | | Issue #27443: __length_hint__() of bytearray itearator no longer returnSerhiy Storchaka2016-07-033-1/+18
* | | | Backed out changeset b0087e17cd5e (issue #26765)Serhiy Storchaka2016-07-033-77/+138
* | | | Issue #26765: Fixed parsing Py_ssize_t arguments on 32-bit Windows.Serhiy Storchaka2016-07-031-0/+1
* | | | Issue #26765: Moved wrappers for bytes and bytearray methods to common headerSerhiy Storchaka2016-07-013-138/+77
* | | | Issue #27007: The fromhex() class methods of bytes and bytearray subclassesSerhiy Storchaka2016-07-015-10/+50
* | | | Issue #27431: Merge from 3.5Berker Peksag2016-07-012-1/+5
|\ \ \ \ | |/ / /
| * | | Issue #27431: Update default protocol version in shelve.Shelf() documentationBerker Peksag2016-07-012-1/+5
* | | | Issue #27430: Merge from 3.5Berker Peksag2016-07-014-4/+4
|\ \ \ \ | |/ / /
| * | | Issue #27430: Fix typos, patch by scop.Berker Peksag2016-07-014-4/+4
* | | | Fix typo in whatsnew/3.6.rstBerker Peksag2016-07-011-1/+1
* | | | Merge from 3.5 for issue #26664Brett Cannon2016-06-301-2/+2
|\ \ \ \ | |/ / /
| * | | 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 #4945: Improved the documenting of boolean arguments in the json module.Serhiy Storchaka2016-06-302-24/+28
* | | | Merge 3.5 (copy doc)Victor Stinner2016-06-301-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #27416: clarify copy docVictor Stinner2016-06-301-1/+1
* | | | Issue #27418: Fixed Tools/importbench/importbench.py.Serhiy Storchaka2016-06-302-7/+11
|\ \ \ \ | |/ / /
| * | | Issue #27418: Fixed Tools/importbench/importbench.py.Serhiy Storchaka2016-06-302-7/+11
* | | | Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBaseMartin Panter2016-06-297-15/+131
* | | | Fix issue #27402: example for typing did not type-check. (Merge 3.5->3.6)Guido van Rossum2016-06-281-2/+2
|\ \ \ \ | |/ / /
| * | | Fix issue #27402: example for typing did not type-check.Guido van Rossum2016-06-281-2/+2
* | | | Merge 3.5 (asyncio)Yury Selivanov2016-06-282-1/+13
|\ \ \ \ | |/ / /