index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-26947: DOC: clarify wording on hashable in glossary (#948) (#957)
Senthil Kumaran
2017-04-02
1
-3/+3
*
Add helpful explaination to test_password_manager tests. (#936) (#941)
Senthil Kumaran
2017-04-02
1
-15/+26
*
bpo-29949: Fix set memory usage regression (GH-945)
INADA Naoki
2017-04-01
2
-6/+7
*
bpo-29953: Fix memory leaks in the replace() method of datetime and t… (#933)
Serhiy Storchaka
2017-03-31
3
-11/+18
*
bpo-28810: Update lnotab_notes.txt (GH-665) (GH-919)
Mariatta
2017-03-31
1
-22/+28
*
bpo-29952: Use usual terminology of dict (GH-922)
INADA Naoki
2017-03-31
1
-1/+1
*
Remove catching OSError in ftphandler test. Only URLError is raised in urllib...
Senthil Kumaran
2017-03-31
1
-3/+1
*
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#911)
T. Wouters
2017-03-30
3
-24/+39
*
bpo-29928: Add f-string to the Glossary (GH-864) (GH-914)
Mariatta
2017-03-30
1
-0/+5
*
bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...
Serhiy Storchaka
2017-03-30
6
-11/+31
*
bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903)
Serhiy Storchaka
2017-03-30
3
-48/+167
*
Remove an unrequired TODO in test_urllib2. (#897) (#900)
Senthil Kumaran
2017-03-30
1
-1/+0
*
bpo-29917: DOC: Remove link from PyMethodDef (#890) (#894)
Senthil Kumaran
2017-03-30
1
-2/+2
*
bpo-29677: DOC: clarify documentation for `round` (GH-877) (GH-892)
Mariatta
2017-03-30
1
-3/+6
*
bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-882)
Xiang Zhang
2017-03-29
3
-25/+117
*
bpo-16011: clarify that 'in' always returns a boolean value (GH-874)
Mariatta
2017-03-28
1
-9/+10
*
bpo-29643: Fix check for --enable-optimizations (GH-869)
INADA Naoki
2017-03-28
3
-2/+7
*
bpo-29677: DOC: clarify documentation for `round` (GH-357) (GH-862)
Mariatta
2017-03-28
1
-1/+2
*
Drop the standard gcc test build on Travis (GH-853) (GH-859)
Brett Cannon
2017-03-27
1
-4/+4
*
Minor test cleanup (GH-837) (GH-838)
Zachary Ware
2017-03-27
2
-7/+0
*
Treat Sphinx warnings as errors (GH-832) (GH-834)
Zachary Ware
2017-03-27
2
-3/+1
*
import sys before we use it on line 9 (GH-828) (GH-833)
Mariatta
2017-03-27
1
-1/+2
*
bpo-29888: Fix the link referring to the "Python download page" (GH-824) (GH-...
Ned Deily
2017-03-26
1
-1/+1
*
bpo-29862: Fix grammar in importlib.reload() exception (GH-809) (GH-811)
Mariatta
2017-03-25
1
-1/+1
*
bpo-29892: Fix wrong markup on doc-lib-functions (GH-802) (GH-810)
Mariatta
2017-03-25
1
-1/+1
*
bpo-28810: Document remaining bytecode changes in 3.6 (GH-651) (GH-808)
Brett Cannon
2017-03-24
1
-2/+16
*
bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True)… (#806)
Serhiy Storchaka
2017-03-24
3
-17/+23
*
bpo-29861: release references to multiprocessing Pool tasks (#743) (#800)
Antoine Pitrou
2017-03-24
3
-1/+37
*
faulthandler: Restore the old sigaltstack during teardown (GH-777) (GH-797)
Christophe Zeitouny
2017-03-24
3
-1/+20
*
Remove an outdated statement in execution model docs (GH-754) (GH-775)
Mariatta
2017-03-23
1
-6/+0
*
bpo-28331: fix impl-detail label is removed when content is translated. (GH-769)
INADA Naoki
2017-03-22
2
-2/+18
*
doc: minor fix for library/profile (GH-766)
INADA Naoki
2017-03-22
1
-3/+3
*
fix function name in tabnanny documentation (GH-762)
Xiang Zhang
2017-03-22
2
-5/+5
*
bpo-29864: Don't use Py_SIZE for dict object. (#747) (#750)
Serhiy Storchaka
2017-03-22
1
-1/+1
*
Merge branch '3.6.1' of github.com:ned-deily/cpython into 3.6
Ned Deily
2017-03-22
3
-15/+31
|
\
|
*
Bump to 3.6.2rc1 development.
Ned Deily
2017-03-22
2
-1/+51
|
*
Update docs and patchlevel for 3.6.1 final
v3.6.1
Ned Deily
2017-03-21
3
-24/+12
|
*
bpo-27593: Revise git SCM build info. (#744) (#745)
Ned Deily
2017-03-21
3
-6/+6
|
*
Takes vcruntime140.dll from the correct source. (#684)
Steve Dower
2017-03-21
2
-11/+6
|
*
[3.6] bpo-29723: Consistently configure sys.path[0] (#636)
Nick Coghlan
2017-03-21
3
-28/+147
|
*
Fix the only non-C90 comment to be C90 compatible. (#568)
n.d. parker
2017-03-21
1
-1/+1
|
*
bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-500)
INADA Naoki
2017-03-21
1
-2/+0
|
*
Fixes the upload script to purge the CDN correctly and display success output...
Steve Dower
2017-03-21
1
-0/+2
*
|
Revert and fix Misc/NEWS after merge error in fca705d53397. (#755)
Ned Deily
2017-03-22
1
-802/+3
*
|
bpo-29859: Fix error messages from return codes for pthread_* calls (GH-753)
INADA Naoki
2017-03-21
2
-11/+16
*
|
bpo-27593: Revise git SCM build info. (#744) (#745)
Ned Deily
2017-03-21
3
-6/+6
*
|
Fix "NotImplentedError" typo in constants documentation (#692) (#739)
Serhiy Storchaka
2017-03-20
1
-1/+1
*
|
bpo-28876: bool of large range raises OverflowError (#699) (#734)
Serhiy Storchaka
2017-03-20
3
-5/+27
*
|
bpo-29856: Fix typo in curses documentation (GH-730) (GH-731)
Mariatta
2017-03-20
1
-1/+1
*
|
bpo-29116: Fix error messages for concatenating bytes and bytearray with unsu...
Serhiy Storchaka
2017-03-19
2
-2/+2
[next]