summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
| | * Issue #29444: Fixed out-of-bounds buffer access in the group() method ofSerhiy Storchaka2017-02-041-0/+3
* | | Issue #29368: The extend() method is now called instead of the append()Serhiy Storchaka2017-02-021-0/+4
* | | Issue #29377: Add three new wrappers to types.py (Manuel Krebber).Guido van Rossum2017-02-011-0/+4
* | | python-gdb.py supports method-wrapperVictor Stinner2017-02-011-0/+3
* | | Merge 3.6doko@ubuntu.com2017-02-011-1/+1
|\ \ \ | |/ /
| * | Merge 3.5doko@ubuntu.com2017-02-011-1/+1
| |\ \ | | |/
| | * Issue #29169: Fix NEWS entry.doko@ubuntu.com2017-02-011-1/+1
* | | Issue #29218: Remove unused install_misc commandBerker Peksag2017-02-011-0/+3
* | | merge 3.6doko@ubuntu.com2017-01-311-0/+5
|\ \ \ | |/ /
| * | merge 3.5doko@ubuntu.com2017-01-311-0/+5
| |\ \ | | |/
| | * - Issue #29169: Update zlib to 1.2.10.doko@ubuntu.com2017-01-311-0/+5
* | | Issue #28822: Add susp-ignored entry for NEWS; fix grammarMartin Panter2017-01-291-1/+1
* | | Issue #29384: Remove Be OS scripts from Modules/, unused in 3.0+Martin Panter2017-01-291-0/+2
* | | Issues #29349: Add NEWS for 3.7; use “with” statementMartin Panter2017-01-291-0/+2
* | | Issues #29349: Merge Py 2 fix 3.6Martin Panter2017-01-291-0/+5
|\ \ \ | |/ /
| * | Issues #29349: Merge Py 2 fix 3.5Martin Panter2017-01-291-0/+5
| |\ \ | | |/
| | * Issue #29349: Fix Python 2 syntax in documentation build codeMartin Panter2017-01-291-0/+5
* | | Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced withSerhiy Storchaka2017-01-251-0/+5
|\ \ \ | |/ /
| * | Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro ifSerhiy Storchaka2017-01-251-0/+4
| |\ \ | | |/
| | * Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro ifSerhiy Storchaka2017-01-251-0/+4
* | | Issue #29083: Fixed the declaration of some public API functions.Serhiy Storchaka2017-01-241-0/+6
|\ \ \ | |/ /
| * | Issue #29083: Fixed the declaration of some public API functions.Serhiy Storchaka2017-01-241-0/+6
| |\ \ | | |/
| | * Issue #29083: Fixed the declaration of some public API functions.Serhiy Storchaka2017-01-241-0/+9
* | | Issue #29337: Fixed possible BytesWarning when compare the code objects.Serhiy Storchaka2017-01-241-0/+3
|\ \ \ | |/ /
| * | Issue #29337: Fixed possible BytesWarning when compare the code objects.Serhiy Storchaka2017-01-241-0/+3
| |\ \ | | |/
| | * Issue #29337: Fixed possible BytesWarning when compare the code objects.Serhiy Storchaka2017-01-241-0/+3
* | | Merge 3.6Victor Stinner2017-01-231-4/+4
|\ \ \ | |/ /
| * | Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTIONVictor Stinner2017-01-231-4/+4
* | | Issue #29338: The help of a builtin or extension class now includes theSerhiy Storchaka2017-01-231-0/+3
* | | Issue #29335: Fix subprocess.Popen.wait() when the child process hasGregory P. Smith2017-01-231-0/+3
|\ \ \ | |/ /
| * | Issue #29335: Fix subprocess.Popen.wait() when the child process hasGregory P. Smith2017-01-231-0/+3
| |\ \ | | |/
| | * Issue #29335: Fix subprocess.Popen.wait() when the child process hasGregory P. Smith2017-01-231-0/+3
* | | Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()Serhiy Storchaka2017-01-221-0/+3
* | | Issue #29290: Merge 3.6.Xiang Zhang2017-01-221-0/+3
|\ \ \ | |/ /
| * | Issue #29290: Merge 3.5.Xiang Zhang2017-01-221-0/+3
| |\ \ | | |/
| | * Issue #29290: argparse help messages won't wrap at non-breaking spaces.Xiang Zhang2017-01-221-1/+4
* | | Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.Serhiy Storchaka2017-01-211-0/+2
|\ \ \ | |/ /
| * | Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.Serhiy Storchaka2017-01-211-0/+2
| |\ \ | | |/
| | * Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.Serhiy Storchaka2017-01-211-0/+2
| | * Merge 3.5.3 release head with main 3.5 branch.Larry Hastings2017-01-171-4/+17
| | |\
| | * | Post-release updates for 3.5.3.Larry Hastings2017-01-171-1/+13
| | * | Version bump for Python 3.5.3.v3.5.3Larry Hastings2017-01-161-5/+1
* | | | Issue #29282: Backed out changeset b33012ef1417Mark Dickinson2017-01-211-3/+0
* | | | Issue #29282: add fused multiply-add function, math.fma.Mark Dickinson2017-01-211-0/+3
* | | | Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches.Ned Deily2017-01-202-49/+3669
|\ \ \ \ | |/ / /
| * | | Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches.Ned Deily2017-01-202-49/+3669
| * | | Issue #29316: Restore the provisional status of typing module and addNed Deily2017-01-201-0/+3
* | | | Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().Serhiy Storchaka2017-01-201-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().Serhiy Storchaka2017-01-201-0/+3
| * | | mergeRaymond Hettinger2017-01-171-0/+2
| |\ \ \ | | | |/ | | |/|