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
*
#18466: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
12
-13/+13
*
#18741: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
16
-24/+26
*
merge 2.7
Christian Heimes
2013-08-17
26
-102/+112
|
\
|
*
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
22
-33/+34
|
*
Issue #18759: Improved cross-references in logging documentation.
Vinay Sajip
2013-08-16
4
-69/+78
*
|
Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ma...
Christian Heimes
2013-08-17
2
-1/+3
|
/
*
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Christian Heimes
2013-08-16
4
-8/+183
*
test_execvpe_with_bad_arglist shouldn't be in URandomTests
Antoine Pitrou
2013-08-16
1
-0/+5
*
Issue #18756: Improve error reporting in os.urandom() when the failure is due...
Antoine Pitrou
2013-08-16
3
-2/+28
*
#18707: point to Doc/README.txt in the README file. Patch by Madison May.
Ezio Melotti
2013-08-16
1
-0/+7
*
Issue #16190: fix random module recommendation to use ssl.RAND_bytes().
Antoine Pitrou
2013-08-16
1
-0/+7
*
Issue #18732: Remove unused* parameter output_sep from IdleHistory.History
Terry Jan Reedy
2013-08-15
2
-23/+11
*
Issue #18226: Fix ImportError and subsequent TypeError in 2.7 backport.
Terry Jan Reedy
2013-08-15
1
-3/+3
*
Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
Terry Jan Reedy
2013-08-15
2
-3/+179
*
Issue #18718: datetime documentation contradictory on leap second support
David Wolever
2013-08-14
2
-7/+6
*
Issue 18719: Remove a false optimization
Raymond Hettinger
2013-08-14
1
-1/+0
*
Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'
Terry Jan Reedy
2013-08-13
2
-15/+35
*
Add NEWS entry for 0f17aed78168 (issue #16248)
Antoine Pitrou
2013-08-13
1
-0/+2
*
#18687: remove obsolete comment. Patch by Févry Thibault.
Ezio Melotti
2013-08-13
1
-1/+0
*
Issue 18724: Fix typo noticed by Susan Tan.
Ned Deily
2013-08-13
1
-1/+1
*
Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb
Senthil Kumaran
2013-08-13
1
-0/+8
*
Documenting that json.load may raise a ValueError.
Felix Crux
2013-08-12
1
-0/+2
*
Issue #17701: Improving strftime documentation
David Wolever
2013-08-12
2
-119/+142
|
\
|
*
Clean merge
David Wolever
2013-05-23
105
-946/+1292
|
|
\
|
*
|
Clarify that strftime's encoding is based on locale
David Wolever
2013-05-23
1
-4/+4
|
*
|
Remove Japanese datetime examples
David Wolever
2013-05-23
1
-24/+12
|
*
|
Correct misleading strftime documentation.
David Wolever
2013-04-14
1
-2/+4
|
*
|
Adding localized examples to strftime documentation.
David Wolever
2013-04-14
1
-28/+58
|
*
|
Improving strftime documentation.
David Wolever
2013-04-13
1
-122/+124
*
|
|
#18663: document that assertAlmostEqual also works when the values are equal ...
Ezio Melotti
2013-08-11
2
-1/+5
*
|
|
Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
Terry Jan Reedy
2013-08-10
3
-4/+8
*
|
|
Issue #18429: Add user-oriented News entry about Format / Format Paragraph
Terry Jan Reedy
2013-08-10
1
-0/+4
*
|
|
Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.
Terry Jan Reedy
2013-08-10
3
-48/+466
*
|
|
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
Ezio Melotti
2013-08-08
3
-0/+19
*
|
|
Issue #15866: The xmlcharrefreplace error handler no more produces two XML
Serhiy Storchaka
2013-08-06
6
-55/+135
*
|
|
Issue #18661: typo in grp.struct_group docstring.
Mark Dickinson
2013-08-05
1
-1/+1
*
|
|
Silence compiler warning for unused declaration.
Raymond Hettinger
2013-08-05
1
-1/+0
*
|
|
Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
Terry Jan Reedy
2013-08-04
3
-14/+7
*
|
|
Issue #13612: Fix a buffer overflow in case of a multi-byte encoding.
Eli Bendersky
2013-08-04
3
-0/+15
*
|
|
Issue #18647: Temporary disable the "nothing to repeat" check to make buildbo...
Serhiy Storchaka
2013-08-04
1
-2/+2
*
|
|
Issue #16067: Add description into MSI file to replace installer's temporary ...
Martin v. Löwis
2013-08-03
2
-1/+6
*
|
|
Issue #17998: Fix an internal error in regular expression engine.
Serhiy Storchaka
2013-08-03
4
-8/+20
*
|
|
Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event
Charles-François Natali
2013-08-02
1
-3/+3
*
|
|
Issue #17557: Fix os.getgroups() to work with the modified behavior of
Ned Deily
2013-08-02
3
-0/+34
*
|
|
Add 2.7.6 uuids.
Martin v. Löwis
2013-08-01
1
-0/+2
*
|
|
Add 2.7.5 uuid
Martin v. Löwis
2013-08-01
1
-0/+1
*
|
|
Fix tkinter regression introduced by the security fix in #16248.
Antoine Pitrou
2013-08-01
1
-1/+1
*
|
|
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou
2013-08-01
8
-216/+216
*
|
|
Issue #18071: Extension module builds on OS X could fail with TypeError
Ned Deily
2013-07-31
2
-2/+5
*
|
|
Make all idle test case names end with 'Test'.
Terry Jan Reedy
2013-07-30
2
-2/+2
[next]