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 #15054: Fix incorrect tokenization of 'b' and 'br' string literals.
Meador Inge
2012-06-17
3
-5/+34
*
#15036: Make a repeated changes and flushes work with single-file mailboxes
Petri Lehtinen
2012-06-15
3
-0/+16
*
Issue #14933: fix misleading doc about weakref support in extension types.
Antoine Pitrou
2012-06-15
1
-3/+2
*
Skip test_bigmem.test_unicode_repr_oflw, since it crashes (issue #14904).
Antoine Pitrou
2012-06-15
1
-0/+1
*
Issue #15060: better fix, thanks to review on #python-dev
Sandro Tosi
2012-06-13
1
-1/+1
*
Issue #15060: fix typo in socket doc; Patch by anatoly techtonik
Sandro Tosi
2012-06-13
1
-1/+1
*
Issue #10133: Make multiprocessing deallocate buffer if socket read fails.
Richard Oudkerk
2012-06-11
2
-13/+19
*
Minor formatting fix=up
Raymond Hettinger
2012-06-10
1
-1/+1
*
Wrap fat lines and improve some variable names.
Raymond Hettinger
2012-06-09
1
-17/+20
*
Code cleanups
Raymond Hettinger
2012-06-08
2
-77/+106
*
#8652: update errors tutorial.
R David Murray
2012-06-08
1
-3/+11
*
NEWS fixes
Terry Jan Reedy
2012-06-07
2
-3/+14
*
Issue #13854: Properly handle non-integer, non-string arg to SystemExit
Richard Oudkerk
2012-06-06
3
-3/+36
*
Issue #12157: pool.map() does not handle empty iterable correctly
Richard Oudkerk
2012-06-06
3
-3/+19
*
Nudge readers towards a more accurate mental model for loop else clauses (Bac...
Nick Coghlan
2012-06-07
1
-0/+7
*
Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name
Terry Jan Reedy
2012-06-03
1
-14/+16
*
Issue 10365: Add and replace comments; condense defaulted attribute access.
Terry Jan Reedy
2012-06-03
1
-16/+13
*
backport c4bd68be5fc6 to 2.7
Sandro Tosi
2012-06-02
1
-1/+1
*
refer to time.strftime
Sandro Tosi
2012-06-02
1
-8/+8
*
#14957: fix doc typo.
R David Murray
2012-06-02
1
-1/+1
*
Improve tooltips for splitlines() by showing that the default for keepends is...
Raymond Hettinger
2012-06-02
3
-3/+3
*
#14957: clarify splitlines docs.
R David Murray
2012-06-01
1
-1/+7
*
Issue #14962: Update text coloring in IDLE shell window after changing
Ned Deily
2012-05-31
2
-0/+8
*
Changed comment on test skip.
Vinay Sajip
2012-05-31
1
-1/+1
*
Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
Ned Deily
2012-05-29
2
-1/+3
*
Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...
Antoine Pitrou
2012-05-28
3
-3/+61
*
Issue #9041: raised exception is misleading
Meador Inge
2012-05-28
3
-25/+19
*
Issue12510: Attempting to get invalid tooltip no longer closes Idle.
Terry Jan Reedy
2012-05-28
2
-3/+9
*
#11785: fix the :mod: references in email package submodule titles.
R David Murray
2012-05-27
10
-20/+20
*
#10365 Trim trailing whitespace
Terry Jan Reedy
2012-05-27
1
-1/+1
*
Issue #10365: File open dialog now works instead of crashing
Terry Jan Reedy
2012-05-27
3
-6/+17
*
Issue #14876: Use user-selected font for highlight configuration.
Terry Jan Reedy
2012-05-26
2
-2/+7
*
Issue #14881: Allow normal non-main thread to spawn a dummy process
Richard Oudkerk
2012-05-25
1
-1/+2
*
#4841: Fix FileIO constructor to honor closefd when called repeatedly
Hynek Schlawack
2012-05-25
2
-3/+20
*
Fix other test requirements.
Antoine Pitrou
2012-05-24
1
-3/+2
*
Fix memory constraint for test_decodeascii
Antoine Pitrou
2012-05-24
1
-1/+1
*
Issue #14036: return None when port in urlparse cross 65535
Senthil Kumaran
2012-05-24
3
-3/+13
*
Issue #14888: Fix misbehaviour of the _md5 module when called on data larger ...
Antoine Pitrou
2012-05-23
2
-3/+17
*
Restore [] where default arguments are not keywords
Hynek Schlawack
2012-05-22
4
-4/+4
*
#14804: Remove [] around optional arguments with default values
Hynek Schlawack
2012-05-22
25
-61/+61
*
#14875: Use float('inf') instead of float('1e66666') in the json module.
Ezio Melotti
2012-05-21
2
-3/+4
*
Fixes #14864: Added documentation on how to undo the effects of a logging.dis...
Vinay Sajip
2012-05-20
1
-1/+2
*
Document when json.load's parse_constant behaviour changed
Hynek Schlawack
2012-05-20
1
-0/+3
*
merge heads
Senthil Kumaran
2012-05-20
1
-0/+1
|
\
|
*
Temporarily disabled test_race on Windows.
Vinay Sajip
2012-05-20
1
-0/+1
*
|
Fix for issue14426 - buildbots here I come
Senthil Kumaran
2012-05-20
1
-1/+1
|
/
*
Issue #8767: Restore building with --disable-unicode.
Martin v. Löwis
2012-05-20
14
-9/+63
*
Issue #14572: Prevent build failures with pre-3.5.0 versions of
Ned Deily
2012-05-20
2
-2/+5
*
Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...
Senthil Kumaran
2012-05-20
3
-5/+8
*
Merged upstream changes.
Vinay Sajip
2012-05-19
4
-2/+7
|
\
[prev]
[next]