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
*
[3.6] bpo-31592: Fix an assertion failure in Python parser in case of a bad u...
Miss Islington (bot)
2017-09-30
3
-12/+28
*
[3.6] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_complete...
Miss Islington (bot)
2017-09-29
2
-3/+6
*
[3.6] bpo-31285: Remove splitlines identifier from Python/_warnings.c (GH-380...
Miss Islington (bot)
2017-09-29
1
-3/+0
*
[3.6] bpo-25351: avoid activate failure on strict shells (GH-3804) (#3820)
Miss Islington (bot)
2017-09-29
2
-13/+14
*
bpo-31621: Fix typo in Simple Statements documentation (GH-3809) (GH-3810)
Miss Islington (bot)
2017-09-28
1
-1/+1
*
bpo-28129: fix ctypes crashes (#386) (#3799)
Victor Stinner
2017-09-28
7
-9/+87
*
[3.6] bpo-31536: Avoid wholesale rebuild after `make regen-all` (GH-3678) (#3...
Miss Islington (bot)
2017-09-28
4
-51/+86
*
[3.6] bpo-31478: Fix an assertion failure in random.seed() in case a seed has...
Serhiy Storchaka
2017-09-28
3
-2/+18
*
[3.6] closes bpo-22140: Prevent double substitution of prefix in python-confi...
Benjamin Peterson
2017-09-28
2
-12/+14
*
[3.6] bpo-31588: Validate return value of __prepare__() methods (GH-3790)
Miss Islington (bot)
2017-09-27
3
-0/+31
*
bpo-31593: test_socketserver waits child processes (#3766)
Victor Stinner
2017-09-27
1
-10/+22
*
[3.6] bpo-25532: Protect against infinite loops in inspect.unwrap() (GH-1717)...
Serhiy Storchaka
2017-09-27
3
-3/+27
*
[3.6] point to the module-level get_ident function rather than the one in _th...
Miss Islington (bot)
2017-09-27
1
-4/+4
*
[3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder...
Miss Islington (bot)
2017-09-27
3
-3/+36
*
[3.6] bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_...
Serhiy Storchaka
2017-09-27
3
-3/+40
*
[3.6] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ at...
Miss Islington (bot)
2017-09-27
3
-1/+25
*
[3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name...
Serhiy Storchaka
2017-09-27
4
-4/+20
*
[3.6] bpo-31586: Use _count_element fast path for real dicts. (#3776)
Miss Islington (bot)
2017-09-27
1
-1/+3
*
[3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupb...
Miss Islington (bot)
2017-09-26
3
-36/+56
*
[3.6] bpo-31579: Fixed a possible leak in enumerate() with large indices. (GH...
Serhiy Storchaka
2017-09-26
1
-3/+9
*
bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691)...
Miss Islington (bot)
2017-09-25
1
-7/+0
*
bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) (#3746)
Victor Stinner
2017-09-25
2
-0/+34
*
[3.6] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(...
Miss Islington (bot)
2017-09-25
3
-0/+33
*
[3.6] bpo-27385: Clarify docstring for groupby() (GH-3738) (#3744)
Miss Islington (bot)
2017-09-25
2
-3/+4
*
[3.6] bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound me...
Miss Islington (bot)
2017-09-25
1
-23/+33
*
[3.6] bpo-18558: Clarify glossary entry for "Iterable" (GH-3732) (#3741)
Miss Islington (bot)
2017-09-25
2
-2/+10
*
[3.6] bpo-30085: Improve documentation for operator (GH-1171) (#3736)
Miss Islington (bot)
2017-09-24
2
-3/+6
*
[3.6] bpo-31566: Fix an assertion failure in _warnings.warn() in case of a ba...
Miss Islington (bot)
2017-09-24
3
-3/+16
*
bpo-31570: Update Email library documentation example (GH-3720) (GH-3721)
Miss Islington (bot)
2017-09-24
1
-1/+1
*
[3.6] bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (GH...
Miss Islington (bot)
2017-09-24
3
-7/+23
*
bpo-31564: Update typing documentation (GH-3696) (GH-3715)
Miss Islington (bot)
2017-09-24
1
-3/+9
*
[3.6] bpo-25359: Add missed "goto error" after setting an exception. (GH-3712...
Miss Islington (bot)
2017-09-24
1
-0/+1
*
[3.6] bpo-31459: Rename IDLE's module browser from Class Browser to Module Br...
Miss Islington (bot)
2017-09-23
7
-37/+44
*
[3.6] bpo-31559: Remove test order dependence in idle_test.test_browser. (GH-...
Miss Islington (bot)
2017-09-23
2
-17/+35
*
[3.6] Docs: correct hashlib.blake2 keyed hashing example (bpo-31560)
Miss Islington (bot)
2017-09-23
2
-8/+9
*
[3.6] bpo-1612262: IDLE: Class Browser shows nested functions, classes (GH-2...
Terry Jan Reedy
2017-09-22
5
-158/+732
*
[3.6] bpo-31423: Fix building the PDF documentation (GH-3693) (GH-3699)
Zachary Ware
2017-09-22
1
-4/+8
*
bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683)
Miss Islington (bot)
2017-09-22
6
-9/+46
*
[3.6] bpo-31500: IDLE: Scale default fonts on HiDPI displays. (GH-3639) (#3686)
Terry Jan Reedy
2017-09-21
4
-0/+20
*
[3.6] closes bpo-31532: Fix memory corruption due to allocator mix (GH-3679) ...
Miss Islington (bot)
2017-09-21
2
-1/+3
*
bpo-31533: fix broken link to OpenSSL docs (GH-3674) (GH-3675)
Miss Islington (bot)
2017-09-20
1
-2/+2
*
[3.6] bpo-31500: Removed fixed size of IDLE config dialog. (GH-3664) (#3665)
Miss Islington (bot)
2017-09-19
1
-1/+1
*
bpo-31501: Operator precedence description for arithmetic operators (GH-3633)...
Miss Islington (bot)
2017-09-19
1
-2/+2
*
Fix build issues in Doc/make.bat (#3663)
Steve Dower
2017-09-19
1
-8/+10
*
[3.6] bpo-31482: Missing bytes support for random.seed() version 1 (GH-3614)...
Miss Islington (bot)
2017-09-19
3
-2/+31
*
[3.6] pythoninfo: ignore OSError(ENOSYS) on getrandom() (GH-3655) (#3657)
Miss Islington (bot)
2017-09-19
1
-5/+12
*
[3.6] bpo-31293: Fix crashes in truediv and mul of a timedelta by a float wit...
Miss Islington (bot)
2017-09-19
3
-4/+55
*
[3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec....
Miss Islington (bot)
2017-09-19
3
-0/+18
*
post 3.6.3rc1 development
Ned Deily
2017-09-19
1
-1/+1
*
Merge tag 'v3.6.3rc1' into 3.6
Ned Deily
2017-09-19
125
-314/+1280
|
\
[next]