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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.6] bpo-31178: Mock os.waitpid() in test_subprocess (GH-3896) (#3897)
3.6
Miss Islington (bot)
2017-10-05
1
-4/+8
*
[3.6] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...
Miss Islington (bot)
2017-10-03
1
-21/+33
*
[3.6] bpo-31619: Fixed a ValueError when convert a string with large number o...
Miss Islington (bot)
2017-10-03
1
-0/+8
*
[3.6] bpo-31516: current_thread() should not return a dummy thread at shutdow...
Miss Islington (bot)
2017-10-02
2
-2/+30
*
[3.6] bpo-31158: Fix nondeterministic read in test_pty (GH-3808) (GH-3852)
Miss Islington (bot)
2017-10-02
1
-2/+19
*
[3.6] IDLE: make filetypes a tuple constant. (GH-3847) (#3848)
Terry Jan Reedy
2017-10-01
1
-2/+2
*
[3.6] bpo-31460: Simplify the API of IDLE's Module Browser. (GH-3842) (#3843)
Terry Jan Reedy
2017-10-01
3
-47/+36
*
[3.6] bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (GH-3839...
Terry Jan Reedy
2017-09-30
6
-6/+6
*
[3.6] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#...
Miss Islington (bot)
2017-09-30
1
-1/+1
*
[3.6] bpo-31592: Fix an assertion failure in Python parser in case of a bad u...
Miss Islington (bot)
2017-09-30
1
-0/+10
*
[3.6] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_complete...
Miss Islington (bot)
2017-09-29
2
-3/+6
*
[3.6] bpo-25351: avoid activate failure on strict shells (GH-3804) (#3820)
Miss Islington (bot)
2017-09-29
1
-13/+13
*
bpo-28129: fix ctypes crashes (#386) (#3799)
Victor Stinner
2017-09-28
5
-0/+53
*
[3.6] bpo-31478: Fix an assertion failure in random.seed() in case a seed has...
Serhiy Storchaka
2017-09-28
1
-0/+11
*
[3.6] bpo-31588: Validate return value of __prepare__() methods (GH-3790)
Miss Islington (bot)
2017-09-27
1
-0/+22
*
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
2
-3/+24
*
[3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder...
Miss Islington (bot)
2017-09-27
1
-0/+21
*
[3.6] bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_...
Serhiy Storchaka
2017-09-27
1
-0/+36
*
[3.6] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ at...
Miss Islington (bot)
2017-09-27
1
-0/+13
*
[3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name...
Serhiy Storchaka
2017-09-27
1
-0/+12
*
[3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupb...
Miss Islington (bot)
2017-09-26
1
-0/+24
*
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
1
-0/+21
*
[3.6] bpo-31566: Fix an assertion failure in _warnings.warn() in case of a ba...
Miss Islington (bot)
2017-09-24
1
-0/+10
*
[3.6] bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (GH...
Miss Islington (bot)
2017-09-24
2
-3/+3
*
[3.6] bpo-31459: Rename IDLE's module browser from Class Browser to Module Br...
Miss Islington (bot)
2017-09-23
6
-37/+37
*
[3.6] bpo-31559: Remove test order dependence in idle_test.test_browser. (GH-...
Miss Islington (bot)
2017-09-23
1
-17/+34
*
[3.6] bpo-1612262: IDLE: Class Browser shows nested functions, classes (GH-2...
Terry Jan Reedy
2017-09-22
4
-158/+729
*
bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683)
Miss Islington (bot)
2017-09-22
4
-9/+41
*
[3.6] bpo-31500: IDLE: Scale default fonts on HiDPI displays. (GH-3639) (#3686)
Terry Jan Reedy
2017-09-21
3
-0/+19
*
[3.6] bpo-31500: Removed fixed size of IDLE config dialog. (GH-3664) (#3665)
Miss Islington (bot)
2017-09-19
1
-1/+1
*
[3.6] bpo-31482: Missing bytes support for random.seed() version 1 (GH-3614)...
Miss Islington (bot)
2017-09-19
2
-2/+30
*
[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
1
-0/+20
*
[3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec....
Miss Islington (bot)
2017-09-19
1
-0/+11
*
Update pydoc topics and NEWS blurbs for 3.6.3rc1
Ned Deily
2017-09-19
1
-20/+15
*
[3.6] bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (GH-3641) (#3645)
Miss Islington (bot)
2017-09-18
1
-0/+20
*
[3.6] bpo-30928: Update idlelib/NEWS.txt to 2017 Sep 17. (GH-3635) (#3637)
Miss Islington (bot)
2017-09-18
1
-0/+19
*
[3.6] bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (...
Miss Islington (bot)
2017-09-18
1
-2/+2
*
[3.6] bpo-31493: Fix code context update and font update timers. (GH-3622) (#...
Miss Islington (bot)
2017-09-17
1
-26/+26
*
[3.6] bpo-31488: IDLE - update former extensions when options change. (GH-361...
Miss Islington (bot)
2017-09-16
3
-25/+28
*
[3.6] bpo-31234: Join threads in tests (#3589)
Victor Stinner
2017-09-15
7
-37/+59
*
[3.6] bpo-314777: IDLE - improve rstrip entry in doc (GH-3602) (#3605)
Terry Jan Reedy
2017-09-15
1
-2/+4
*
[3.6] bpo-31462: IDLE - remove trailing whitespaces (GH-3564) (#3594)
Terry Jan Reedy
2017-09-15
3
-31/+31
*
[3.6] bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (G...
Miss Islington (bot)
2017-09-15
3
-45/+40
*
[3.6] bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (GH-354...
Miss Islington (bot)
2017-09-14
1
-0/+25
*
[3.6] bpo-28556: typing.get_type_hints: better globalns for classes and modul...
Miss Islington (bot)
2017-09-14
3
-22/+94
*
[3.6] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in c...
Miss Islington (bot)
2017-09-14
1
-0/+9
*
[3.6] bpo-31457: Allow for nested LoggerAdapter objects (GH-3551) (#3576)
Miss Islington (bot)
2017-09-14
2
-0/+32
[next]