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
...
|
|
*
|
|
Switch to the new upload url for PyPI
Donald Stufft
2016-07-06
3
-5/+5
|
|
*
|
|
Regenerate pydoc topics for 3.4.5 final.
Larry Hastings
2016-06-25
1
-1/+1
|
|
*
|
|
Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.
Matthias Klose
2016-06-13
1
-1/+2
|
|
*
|
|
Regenerate pydoc topics for 3.4.5rc1.
Larry Hastings
2016-06-12
1
-2/+2
*
|
|
|
|
Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm
Serhiy Storchaka
2016-07-06
2
-1/+44
*
|
|
|
|
Issue #27452: make command line idle-test> python test_help.py work.
Terry Jan Reedy
2016-07-06
1
-1/+1
*
|
|
|
|
Issue #27452: add line counter and crc to IDLE config test dump.
Terry Jan Reedy
2016-07-06
1
-9/+20
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #27452: add line counter and crc to IDLE configHandler test dump.
Terry Jan Reedy
2016-07-06
1
-10/+21
*
|
|
|
|
Issue 27437: Add query.ModuleName and use it for file => Load Module.
Terry Jan Reedy
2016-07-03
5
-77/+185
*
|
|
|
|
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
Serhiy Storchaka
2016-07-03
11
-6/+29
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
Serhiy Storchaka
2016-07-03
10
-6/+26
*
|
|
|
|
Issue #27443: __length_hint__() of bytearray itearator no longer return
Serhiy Storchaka
2016-07-03
1
-0/+10
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #27443: __length_hint__() of bytearray itearator no longer return
Serhiy Storchaka
2016-07-03
1
-0/+10
*
|
|
|
|
Issue #27007: The fromhex() class methods of bytes and bytearray subclasses
Serhiy Storchaka
2016-07-01
1
-1/+26
*
|
|
|
|
Issue #27431: Merge from 3.5
Berker Peksag
2016-07-01
1
-0/+4
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #27431: Update default protocol version in shelve.Shelf() documentation
Berker Peksag
2016-07-01
1
-0/+4
*
|
|
|
|
Issue #27430: Merge from 3.5
Berker Peksag
2016-07-01
2
-2/+2
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #27430: Fix typos, patch by scop.
Berker Peksag
2016-07-01
2
-2/+2
*
|
|
|
|
Merge from 3.5 for issue #26664
Brett Cannon
2016-06-30
1
-2/+2
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #26665: Remove mis-use of ``$`` in activate.fish.
Brett Cannon
2016-06-30
1
-2/+2
*
|
|
|
|
Issue #4945: Improved the documenting of boolean arguments in the json module.
Serhiy Storchaka
2016-06-30
1
-2/+2
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #4945: Improved the documenting of boolean arguments in the json module.
Serhiy Storchaka
2016-06-30
1
-2/+2
*
|
|
|
|
Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase
Martin Panter
2016-06-29
3
-13/+107
*
|
|
|
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-06-28
2
-1/+13
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
asyncio: Use socket specs for getaddrinfo() in sock_connect()
Yury Selivanov
2016-06-28
2
-1/+13
*
|
|
|
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-06-28
2
-0/+17
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
asyncio: Fix NameError in sslproto _fatal_error()
Yury Selivanov
2016-06-28
2
-0/+17
*
|
|
|
|
Issue #27352: Fixed an error message in a test.
Serhiy Storchaka
2016-06-27
1
-1/+1
*
|
|
|
|
Merge from 3.5.
Larry Hastings
2016-06-27
1
-1/+2
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Merge.
Larry Hastings
2016-06-27
52
-425/+865
|
|
\
\
\
\
|
*
|
|
|
|
Update pydoc topics for 3.5.2 final.
Larry Hastings
2016-06-25
1
-1/+1
|
*
|
|
|
|
Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2.
Terry Jan Reedy
2016-06-22
2
-3/+3
|
*
|
|
|
|
Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.
Matthias Klose
2016-06-13
1
-1/+2
*
|
|
|
|
|
Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclass
Terry Jan Reedy
2016-06-27
6
-188/+326
*
|
|
|
|
|
Merge Update NEWS and idlelib NEWS.text.
Terry Jan Reedy
2016-06-26
1
-0/+14
|
\
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Update NEWS and idlelib NEWS.text.
Terry Jan Reedy
2016-06-26
1
-1/+12
*
|
|
|
|
|
Issue 27372: Stop test_idle from changing locale, so test passes.
Terry Jan Reedy
2016-06-26
4
-48/+62
*
|
|
|
|
|
Issue #22115: Updated Misc/NEWS.
Serhiy Storchaka
2016-06-26
1
-2/+2
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
*
|
|
|
|
Issue #22115: Fixed tracing Tkinter variables:
Serhiy Storchaka
2016-06-26
2
-8/+62
*
|
|
|
|
|
Issue #22115: Added methods trace_add, trace_remove and trace_info in the
Serhiy Storchaka
2016-06-26
3
-35/+201
*
|
|
|
|
|
Issue #20350. tkapp.splitlist() is now always used instead of unreliable
Serhiy Storchaka
2016-06-25
2
-15/+12
*
|
|
|
|
|
Issue #24137: Fixed IDLE on Linux with tkinter default root disabled.
Serhiy Storchaka
2016-06-25
1
-1/+2
*
|
|
|
|
|
Issue #26243: Only the level argument to zlib.compress() is keyword argument
Serhiy Storchaka
2016-06-25
1
-1/+3
*
|
|
|
|
|
Issue #26186: Remove the restriction that built-in and extension
Brett Cannon
2016-06-25
2
-13/+13
*
|
|
|
|
|
Merge from 3.5
Brett Cannon
2016-06-25
2
-4/+14
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
*
|
|
|
|
Fix a scoping issue where an UnboundLocalError was triggered if a
Brett Cannon
2016-06-25
2
-4/+14
*
|
|
|
|
|
Minor beautification
Raymond Hettinger
2016-06-25
1
-2/+2
*
|
|
|
|
|
Issue #27038: Expose DirEntry as os.DirEntry.
Brett Cannon
2016-06-24
1
-0/+1
*
|
|
|
|
|
Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return
Brett Cannon
2016-06-24
3
-60/+75
*
|
|
|
|
|
Issue #18300: Merge from 3.5
Berker Peksag
2016-06-24
2
-15/+13
|
\
\
\
\
\
\
|
|
/
/
/
/
/
[prev]
[next]