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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-30522: Implemented a method to allow setting a logging.StreamHander's str...
Vinay Sajip
2017-07-30
1
-0/+2
*
bpo-30803: clarify truth value testing documentation (#2508)
Peter Thomassen
2017-07-29
1
-0/+1
*
bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (#2938)
Terry Jan Reedy
2017-07-29
1
-0/+1
*
bpo-30853: IDLE: Convert font and general vars to use VarTrace (#2914)
csabella
2017-07-28
1
-0/+5
*
bpo-31060: IDLE: Finish regrouping ConfigDialog methods (#2908)
Terry Jan Reedy
2017-07-27
1
-0/+3
*
bpo-31003: IDLE - Add more tests for General tab (#2859)
Terry Jan Reedy
2017-07-27
1
-0/+1
*
bpo-30302 Make timedelta.__repr__ more informative. (#1493)
Utkarsh Upadhyay
2017-07-25
1
-0/+1
*
bpo-30993: IDLE - Improve configdialog font page and tests. (#2831)
Terry Jan Reedy
2017-07-24
1
-4/+3
*
bpo-30993: IDLE - Improve configdialog font page and tests. (#2818)
Terry Jan Reedy
2017-07-23
1
-0/+6
*
bpo-30919: shared memory allocation performance regression in multiprocessing...
Antoine Pitrou
2017-07-23
1
-0/+4
*
bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (...
Dong-hee Na
2017-07-22
1
-0/+3
*
bpo-26732: fix too many fds in processes started with the "forkserver" method...
Antoine Pitrou
2017-07-22
1
-0/+4
*
bpo-19896: Add typecodes 'q' and 'Q' to multiprocessing.sharedctypes (#2741)
Gareth Rees
2017-07-21
1
-0/+1
*
bpo-30981: IDLE -- Add more configdialog font page tests. (#2794)
Terry Jan Reedy
2017-07-21
1
-0/+1
*
bpo-28523: IDLE: Use 'color' instead of 'colour'. (#2787)
Terry Jan Reedy
2017-07-21
1
-0/+1
*
bpo-30964: Mention ensurepip in package installation docs (GH-2786)
Nicholas
2017-07-21
1
-0/+1
*
bpo-30822: Fix testing of datetime module. (#2530) (#2783)
Utkarsh Upadhyay
2017-07-21
1
-0/+1
*
bpo-30822: Exclude tzdata from regrtest --all (#2775)
Victor Stinner
2017-07-20
1
-0/+5
*
bpo-29403: Fix mock's broken autospec behavior on method-bound builtin functi...
Aaron Gallagher
2017-07-20
1
-0/+2
*
bpo-30917: IDLE: Add config.IdleConf unittests (#2691)
Louie Lu
2017-07-18
1
-0/+3
*
bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747)
Xiang Zhang
2017-07-18
1
-0/+1
*
bpo-30794: added kill() method to multiprocessing.Process (#2528)
Vitor Pereira
2017-07-18
1
-0/+2
*
bpo-30946: Remove obsolete fallback code in readline module (#2738)
Antoine Pitrou
2017-07-18
1
-0/+2
*
bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (#2417)
Antoine Pitrou
2017-07-17
1
-0/+1
*
[bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)
Steve Dower
2017-07-17
1
-0/+1
*
bpo-30934: Document coverage details for idlelib tests (#2711)
terryjreedy
2017-07-16
1
-0/+7
*
bpo-30913: IDLE: Document tk vars, attributes, and methods for ConfigDialog (...
csabella
2017-07-14
1
-0/+3
*
bpo-30731: python.manifest fix (#2328)
Segev Finer
2017-07-13
1
-0/+1
*
bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclass...
Louie Lu
2017-07-12
1
-0/+1
*
bpo-30876: Relative import from unloaded package now reimports the package (#...
Serhiy Storchaka
2017-07-12
1
-0/+3
*
bpo-30881: IDLE: add docstrings to browser.py (#2638)
csabella
2017-07-11
1
-0/+1
*
bpo-30879: os.listdir() and os.scandir() now emit bytes names when (#2634)
Serhiy Storchaka
2017-07-11
1
-0/+3
*
bpo-30851: IDLE: Remove unused tk variables in configdialog. (#2626)
csabella
2017-07-10
1
-0/+2
*
bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642)
Victor Stinner
2017-07-10
1
-0/+3
*
bpo-30870: IDLE: Change sample font when select by key-up/down (#2617)
Louie Lu
2017-07-09
1
-0/+2
*
bpo-8231: Call idlelib.IdleConf.GetUserCfgDir only once. (#2629)
terryjreedy
2017-07-08
1
-0/+1
*
bpo-30779: News (#2627)
terryjreedy
2017-07-08
1
-0/+8
*
bpo-29854: Fix segfault in call_readline() (GH-728)
Nir Soffer
2017-07-07
1
-0/+2
*
bpo-30814: Fixed a race condition when import a submodule from a package. (#2...
Serhiy Storchaka
2017-07-06
1
-0/+2
*
bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback()...
Yury Selivanov
2017-07-05
1
-0/+1
*
Revert "bpo-30822: Fix testing of datetime module." (#2588)
Victor Stinner
2017-07-05
1
-1/+0
*
bpo-30854: Fix compile error when --without-threads (#2581)
Masayuki Yamamoto
2017-07-05
1
-0/+2
*
NEWS for 30777 (#2576)
terryjreedy
2017-07-05
1
-0/+2
*
bpo-30319: socket.close() now ignores ECONNRESET (#2565)
Victor Stinner
2017-07-04
1
-0/+1
*
bpo-29293: multiprocessing.Condition.notify() lacks parameter `n` (#2480)
Antoine Pitrou
2017-07-04
1
-0/+5
*
bpo-30832: Remove own implementation for thread-local storage (#2537)
Masayuki Yamamoto
2017-07-03
1
-0/+7
*
bpo-30822: Fix testing of datetime module. (#2530)
Utkarsh Upadhyay
2017-07-02
1
-0/+1
*
bpo-30441: Fix bug when modifying os.environ while iterating over it (#2409)
Osvaldo Santana Neto
2017-07-01
2
-0/+2
*
bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406)
xdegaye
2017-07-01
1
-0/+2
*
bpo-30807: signal.setitimer() may disable the timer by mistake (#2493)
Antoine Pitrou
2017-06-30
1
-0/+6
[next]