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
*
Issue #16685: Added support for any bytes-like objects in the audioop module.
Serhiy Storchaka
2013-11-10
4
-294/+485
*
Update Misc/NEWS for Issue #7171
Jason R. Coombs
2013-11-10
1
-0/+3
*
Merge heads
Serhiy Storchaka
2013-11-10
3
-4/+128
|
\
|
*
Merge
Jason R. Coombs
2013-11-10
4
-3/+315
|
|
\
|
*
|
Normalize whitespace
Jason R. Coombs
2013-11-10
1
-2/+2
|
*
|
Issue #7171: Update syntax to replace MAX in favor of Py_MAX (matching implem...
Jason R. Coombs
2013-11-10
1
-1/+5
|
*
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to...
Atsuo Ishimoto
2012-07-16
3
-4/+124
*
|
|
Issue #19261: Added support for writing 24-bit samples in the sunau module.
Serhiy Storchaka
2013-11-10
5
-1/+37
|
|
/
|
/
|
*
|
Add news entry for #1097797; whitespace cleanup
Andrew Kuchling
2013-11-10
1
-1/+4
*
|
#1097797: Add CP273 codec, and exercise it in the test suite
Andrew Kuchling
2013-11-10
2
-2/+309
*
|
Ignore two constructed directories in Tools/unicode
Andrew Kuchling
2013-11-10
1
-0/+2
|
/
*
Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
Serhiy Storchaka
2013-11-09
3
-5/+14
|
\
|
*
Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
Serhiy Storchaka
2013-11-09
3
-11/+15
*
|
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
*
|
Null merge.
Stefan Krah
2013-11-08
0
-0/+0
|
\
\
|
|
/
|
*
Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read
Stefan Krah
2013-11-08
1
-0/+9
|
*
Move PyErr_NoMemory() closer to the failure.
Stefan Krah
2013-11-08
1
-1/+1
|
*
Change style to match the surrounding code (no early returns).
Stefan Krah
2013-11-08
1
-4/+3
|
*
Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup()
Victor Stinner
2013-10-29
1
-0/+1
|
*
Issue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handle
Victor Stinner
2013-10-29
1
-10/+17
*
|
Merge.
Stefan Krah
2013-11-08
22
-445/+349
|
\
\
|
*
|
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
|
*
|
Issue #19512, #19526: Exclude the new _PyDict_DelItemId() function from the
Victor Stinner
2013-11-08
1
-2/+3
*
|
|
Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read
Stefan Krah
2013-11-08
1
-0/+9
*
|
|
Move PyErr_NoMemory() closer to the failure.
Stefan Krah
2013-11-08
1
-1/+1
*
|
|
Change style to match the surrounding code (no early returns).
Stefan Krah
2013-11-08
1
-4/+3
|
/
/
*
|
Issue #19437: Fix datetime_subtract(), handle new_delta() failure
Victor Stinner
2013-11-07
1
-0/+3
*
|
Issue #19437: Fix _io._IOBase.close(), handle _PyObject_SetAttrId() failure
Victor Stinner
2013-11-07
1
-3/+8
*
|
Issue #19437: Fix fsconvert_strdup(), raise a MemoryError on PyMem_Malloc()
Victor Stinner
2013-11-07
1
-1/+3
*
|
_Py_normalize_encoding(): explain how the value 6 was computed
Victor Stinner
2013-11-07
1
-0/+1
*
|
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner
2013-11-07
17
-89/+93
*
|
frameobject.c: Use an identifer instead of creating explicitly an interned
Victor Stinner
2013-11-07
1
-7/+5
*
|
C API doc: try to group concrete objects
Victor Stinner
2013-11-07
1
-7/+15
*
|
Issue #19514: Add Andrei Dorian Duma to Misc/ACKS for changeset 4a09cc62419b
Victor Stinner
2013-11-07
1
-0/+1
*
|
Fix _Py_normalize_encoding(): ensure that buffer is big enough to store "utf-8"
Victor Stinner
2013-11-07
1
-0/+2
*
|
Issue #19514: Deduplicate some _Py_IDENTIFIER declarations.
Martin v. Löwis
2013-11-07
5
-28/+18
*
|
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
4
-6/+11
*
|
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
3
-13/+28
|
\
\
|
|
/
|
*
#19480: HTMLParser now accepts all valid start-tag names as defined by the HT...
Ezio Melotti
2013-11-07
3
-13/+28
*
|
Merge #18985: Improve fcntl documentation.
R David Murray
2013-11-07
2
-16/+21
|
\
\
|
|
/
|
*
#18985: Improve fcntl documentation.
R David Murray
2013-11-07
2
-16/+21
*
|
print_error_text() doesn't encode the filename anymore
Victor Stinner
2013-11-07
1
-27/+35
[next]