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
*
Issue #16685: Added support for any bytes-like objects in the audioop module.
Serhiy Storchaka
2013-11-10
1
-4/+98
*
Merge heads
Serhiy Storchaka
2013-11-10
1
-0/+16
|
\
|
*
Merge
Jason R. Coombs
2013-11-10
2
-2/+309
|
|
\
|
*
|
Normalize whitespace
Jason R. Coombs
2013-11-10
1
-2/+2
|
*
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to...
Atsuo Ishimoto
2012-07-16
1
-0/+16
*
|
|
Issue #19261: Added support for writing 24-bit samples in the sunau module.
Serhiy Storchaka
2013-11-10
3
-1/+32
|
|
/
|
/
|
*
|
#1097797: Add CP273 codec, and exercise it in the test suite
Andrew Kuchling
2013-11-10
2
-2/+309
|
/
*
Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
Serhiy Storchaka
2013-11-09
2
-5/+12
|
\
|
*
Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
Serhiy Storchaka
2013-11-09
2
-11/+13
*
|
Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085).
Serhiy Storchaka
2013-11-09
3
-23/+31
|
\
\
|
|
/
|
*
Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085).
Serhiy Storchaka
2013-11-09
3
-23/+31
*
|
remove dead import
Brett Cannon
2013-11-08
1
-1/+0
*
|
Issue #16803: test.test_importlib.source now tests frozen and source code
Brett Cannon
2013-11-08
5
-74/+91
*
|
Issue #18923: Update subprocess to use the new selectors module.
Charles-François Natali
2013-11-08
2
-173/+75
*
|
Simplify test.test_importlib.__main__
Brett Cannon
2013-11-08
1
-10/+1
*
|
Issue #16803: test.test_importlib.import_ now tests frozen and source code
Brett Cannon
2013-11-08
11
-154/+146
*
|
Issue #16803: test.test_importlib.frozen now runs both frozen and source code
Brett Cannon
2013-11-08
2
-31/+33
*
|
Remove redundant test_selectors.py from test_asyncio.
Guido van Rossum
2013-11-07
2
-150/+0
*
|
#17080: improve error message of float/complex when the wrong type is passed.
Ezio Melotti
2013-11-07
2
-0/+2
*
|
Optimize BaseSelector.modify(). Patch by Arnaud Faure.
Guido van Rossum
2013-11-07
2
-3/+16
*
|
#19480: merge with 3.3.
Ezio Melotti
2013-11-07
2
-13/+25
|
\
\
|
|
/
|
*
#19480: HTMLParser now accepts all valid start-tag names as defined by the HT...
Ezio Melotti
2013-11-07
2
-13/+25
*
|
asyncio: Add close() back to Unix selector event loop, to remove all signal h...
Guido van Rossum
2013-11-07
2
-0/+21
*
|
Remove incorrect comment from dis tests
Nick Coghlan
2013-11-06
1
-1/+0
*
|
Close #19378: address flaws in the new dis module APIs
Nick Coghlan
2013-11-06
3
-105/+125
*
|
Revert wrong change in previous commit (issue #19085).
Serhiy Storchaka
2013-11-05
1
-1/+1
|
\
\
|
|
/
|
*
Revert wrong change in previous commit (issue #19085).
Serhiy Storchaka
2013-11-05
1
-1/+1
*
|
Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue...
Serhiy Storchaka
2013-11-05
1
-4/+4
|
\
\
|
|
/
|
*
Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue...
Serhiy Storchaka
2013-11-05
1
-4/+4
*
|
Fix typo in tkinter tests (issue #19085).
Serhiy Storchaka
2013-11-05
1
-1/+1
|
\
\
|
|
/
|
*
Fix typo in tkinter tests (issue #19085).
Serhiy Storchaka
2013-11-05
1
-1/+1
*
|
Issue #10197 Tweak docs for subprocess.getstatusoutput and align the document...
Tim Golden
2013-11-05
1
-11/+15
*
|
Merge with 3.3
Terry Jan Reedy
2013-11-05
1
-1/+1
|
\
\
|
|
/
|
*
Issue #19397: test_pydoc now works with -S (help not added to builtins).
Terry Jan Reedy
2013-11-05
1
-1/+1
*
|
asyncio: Refactor SIGCHLD handling. By Anthony Baire.
Guido van Rossum
2013-11-04
5
-199/+1315
*
|
asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\
Guido van Rossum
2013-11-04
2
-25/+124
*
|
Issue #19085: Fix running test_ttk_textonly on displayless host.
Serhiy Storchaka
2013-11-04
2
-9/+16
|
\
\
|
|
/
|
*
Issue #19085: Fix running test_ttk_textonly on displayless host.
Serhiy Storchaka
2013-11-04
2
-9/+16
*
|
Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12.
Serhiy Storchaka
2013-11-04
1
-1/+13
|
\
\
|
|
/
|
*
Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12.
Serhiy Storchaka
2013-11-04
1
-1/+13
|
*
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
20
-928/+951
*
|
Fix functools.partialmethod docs and __all__
Nick Coghlan
2013-11-04
1
-1/+1
*
|
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
20
-977/+1017
*
|
Merge #19485: clarify get_param example.
R David Murray
2013-11-03
1
-1/+1
|
\
\
|
|
/
|
*
#19485: clarify get_param example.
R David Murray
2013-11-03
1
-1/+1
*
|
Issue #19085: Fixed pixels rounding for last Tk patchlevels.
Serhiy Storchaka
2013-11-03
1
-1/+1
|
\
\
|
|
/
|
*
Issue #19085: Fixed pixels rounding for last Tk patchlevels.
Serhiy Storchaka
2013-11-03
1
-1/+1
|
*
Issue #10197: merge heads
Tim Golden
2013-11-03
2
-24/+11
|
|
\
*
|
\
Issue #10197: merge heads
Tim Golden
2013-11-03
2
-24/+11
|
\
\
\
|
*
\
\
Issue #10197 Rework subprocess.get[status]output to use subprocess functional...
Tim Golden
2013-11-03
2
-24/+11
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
[next]