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
*
#18981: fix a typo in a comment (noticed by Anoop Thomas Mathew).
Ezio Melotti
2013-09-13
1
-1/+1
*
Fix markup in email.parser docs.
Ezio Melotti
2013-09-13
1
-2/+2
*
#18951: use consistent names in unittest docs.
Ezio Melotti
2013-09-13
1
-4/+4
*
Fix SimpleHTTPServer's request handling case on trailing '/'.
Senthil Kumaran
2013-09-13
3
-0/+10
*
Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,
Serhiy Storchaka
2013-09-13
3
-0/+7
*
Automated merge with file:///Users/skumaran/python/cpython
Senthil Kumaran
2013-09-12
1
-0/+2
|
\
|
*
Improve the docstring of random.shuffle. Inform users not to provide int arg.
Senthil Kumaran
2013-09-12
1
-0/+2
*
|
Issue #18988: The "Tab" key now works when a word is already autocompleted.
Serhiy Storchaka
2013-09-11
3
-7/+7
|
/
*
Clarify mmap.close method behavior. Addresses issue #18815
Senthil Kumaran
2013-09-10
1
-2/+3
*
Docstring typo fix: Arithmentic -> Arithmetic.
Mark Dickinson
2013-09-09
1
-1/+1
*
Fix a typo. (closes #18953)
Serhiy Storchaka
2013-09-08
1
-1/+1
*
Fixed tests with Tcl/Tk <8.5 (closes #18964).
Serhiy Storchaka
2013-09-08
1
-4/+18
*
Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry.
Senthil Kumaran
2013-09-08
1
-1/+1
*
Closes issue 14971.
Michael Foord
2013-09-08
3
-1/+21
*
Correct Profile class usage example. Addresses issue #18033 .
Senthil Kumaran
2013-09-08
1
-5/+7
*
os.isatty is not Unix only. Correct the wrong documentation.
Senthil Kumaran
2013-09-07
1
-2/+0
*
#18895: split a sentence in unittest docs.
Ezio Melotti
2013-09-07
1
-1/+1
*
#18894: remove mention of deprecated fail* methods.
Ezio Melotti
2013-09-07
1
-2/+1
*
Close #18849: Fixed a Windows-specific tempfile bug where collision with an
Eli Bendersky
2013-09-06
4
-0/+36
*
Issue #18941: Respected delay when doing rollover.
Vinay Sajip
2013-09-06
2
-9/+5
*
Issue #18940: Handled low-volume logging when delay is True.
Vinay Sajip
2013-09-06
1
-2/+6
*
Issue #18933: Added links to source code.
Vinay Sajip
2013-09-05
3
-0/+11
*
Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in
Serhiy Storchaka
2013-09-05
2
-14/+25
*
Merge heads
Serhiy Storchaka
2013-09-05
1
-1/+1
|
\
|
*
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMA...
Christian Heimes
2013-09-05
1
-1/+1
|
|
\
|
|
*
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMA...
Christian Heimes
2013-09-05
1
-1/+1
*
|
|
Issue #18830: inspect.getclasstree() no more produces duplicated entries even
Serhiy Storchaka
2013-09-05
4
-3/+24
|
/
/
*
|
Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast
Victor Stinner
2013-09-04
2
-1/+4
*
|
Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...
Antoine Pitrou
2013-09-04
4
-11/+33
*
|
Null merge of 2.6 into 2.7.
Tim Peters
2013-09-03
0
-0/+0
|
\
\
|
|
/
|
*
Python 2.6's ssl module has neither OPENSSL_VERSION_INFO nor _OPENSSL_API_VER...
Christian Heimes
2013-09-03
1
-15/+6
*
|
Close #18912: Fix indentation in docstring
Eli Bendersky
2013-09-03
1
-4/+4
*
|
document that various functions that parse from source will interpret things ...
Benjamin Peterson
2013-09-01
3
-18/+21
*
|
Silence deprecation warning in test_mmap for ValueError.message.
Terry Jan Reedy
2013-09-01
1
-8/+4
*
|
Silence deprecation warning in test_unittest for 'None > 1'.
Terry Jan Reedy
2013-09-01
1
-1/+1
*
|
Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine.
Terry Jan Reedy
2013-08-31
3
-34/+366
*
|
Issue #18851: Avoid a double close of subprocess pipes when the child process...
Antoine Pitrou
2013-08-30
3
-29/+85
*
|
Issue #18418: After fork(), reinit all threads states, not only active ones.
Charles-François Natali
2013-08-30
4
-1/+28
*
|
Merge.
Charles-François Natali
2013-08-29
2
-4/+11
|
\
\
|
*
|
Issue #18643: Fix some test_socket failures due to large default socket buffer
Charles-François Natali
2013-08-29
2
-4/+11
*
|
|
Issue #18743: Improved cross-references to the StringIO class.
Serhiy Storchaka
2013-08-29
6
-8/+8
*
|
|
Issue #18760: Improved cross-references in the xml package.
Serhiy Storchaka
2013-08-29
7
-43/+68
|
/
/
*
|
#18839: document that sys.exit() will not accept a non-integer numeric value ...
Ezio Melotti
2013-08-26
1
-1/+1
*
|
#18803: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-25
14
-17/+17
*
|
#18833: add a test for test_telnetlib. Patch by Alex Volkov.
Ezio Melotti
2013-08-25
2
-0/+9
*
|
Null merge of 2.6 into 2.7.
Tim Peters
2013-08-25
0
-0/+0
|
\
\
|
|
/
|
*
Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger
Christian Heimes
2013-08-25
1
-7/+15
*
|
Merge.
Charles-François Natali
2013-08-25
1
-4/+5
|
\
\
|
*
|
Issue #18763: subprocess: The file descriptors are now closed after calling the
Charles-François Natali
2013-08-25
1
-4/+5
*
|
|
Issue #18817: Fix a resource warning in Lib/aifc.py demo.
Serhiy Storchaka
2013-08-25
2
-19/+25
[next]