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
*
test_ssl: use a bytestring here
Antoine Pitrou
2013-07-20
1
-1/+1
*
Issue #9177: Calling read() or write() now raises ValueError, not AttributeEr...
Antoine Pitrou
2013-07-20
2
-0/+19
*
Change _names to _names_ since the latter is reserved for Enum use.
Ethan Furman
2013-07-20
2
-41/+42
*
Close #18508 -- fix _value2member_map to always have the member's value
Ethan Furman
2013-07-20
2
-11/+31
*
Merge.
Richard Oudkerk
2013-07-19
1
-4/+7
|
\
|
*
Prevent dangling threads/process warning for test_multiprocessing.
Richard Oudkerk
2013-07-19
1
-4/+7
*
|
Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and r...
Vinay Sajip
2013-07-19
2
-34/+30
*
|
closes issue18042 -- a `unique` decorator is added to enum.py
Ethan Furman
2013-07-19
2
-2/+49
*
|
Issue #18266: test_largefile now works with unittest test discovery and
Serhiy Storchaka
2013-07-17
1
-63/+51
|
\
\
|
|
/
|
*
Issue #18266: test_largefile now works with unittest test discovery and
Serhiy Storchaka
2013-07-17
1
-63/+51
*
|
Issue #17767: test_locale now works with unittest test discovery.
Serhiy Storchaka
2013-07-17
1
-58/+36
|
\
\
|
|
/
|
*
Issue #17767: test_locale now works with unittest test discovery.
Serhiy Storchaka
2013-07-17
1
-58/+36
*
|
Merge: Closes #18475: add unittest.main() to test_email/test_inversions.
R David Murray
2013-07-16
1
-0/+4
|
\
\
|
|
/
|
*
Closes #18475: add unittest.main() to test_email/test_inversions.
R David Murray
2013-07-16
1
-0/+4
*
|
Issue #17778: Fix test discovery for test_multiprocessing. (Patch by
Richard Oudkerk
2013-07-16
1
-28/+3
|
\
\
|
|
/
|
*
Issue #17778: Fix test discovery for test_multiprocessing. (Patch by
Richard Oudkerk
2013-07-16
1
-122/+104
*
|
Also remove a (broken) leaker test for the code removed in issue #18393.
Ronald Oussoren
2013-07-16
1
-14/+0
*
|
test_io: check_interrupted_write() now cancels the alarm if ZeroDivisionError
Victor Stinner
2013-07-15
1
-3/+6
*
|
Issue #18393: Remove use of deprecated API on OSX
Ronald Oussoren
2013-07-15
1
-63/+1
*
|
Merge: Closes #18464: fix typo in test name.
R David Murray
2013-07-15
1
-1/+1
|
\
\
|
|
/
|
*
Closes #18464: fix typo in test name.
R David Murray
2013-07-15
1
-1/+1
*
|
Close issue 17482: don't overwrite __wrapped__
Nick Coghlan
2013-07-15
2
-4/+14
*
|
merge
Raymond Hettinger
2013-07-14
2
-2/+2
|
\
\
|
|
/
|
*
Issue #18432: Fix unintended API change in the sched module
Raymond Hettinger
2013-07-14
2
-2/+2
*
|
Merge with 3.3
Terry Jan Reedy
2013-07-13
1
-1/+4
|
\
\
|
|
/
|
*
Issue #18365: convert buildbot errors to skips.
Terry Jan Reedy
2013-07-13
1
-1/+4
*
|
Merge with 3.3
Terry Jan Reedy
2013-07-13
3
-8/+88
|
\
\
|
|
/
|
*
Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by
Terry Jan Reedy
2013-07-13
3
-8/+88
*
|
Merge: #18437: fix comment typo.
R David Murray
2013-07-13
1
-1/+1
|
\
\
|
|
/
|
*
#18437: fix comment typo.
R David Murray
2013-07-13
1
-1/+1
*
|
Merge with 3.3
Terry Jan Reedy
2013-07-13
2
-8/+7
|
\
\
|
|
/
|
*
Issue #18365: normalize whitespace
Terry Jan Reedy
2013-07-13
2
-8/+7
*
|
Merge with 3.3
Terry Jan Reedy
2013-07-13
2
-5/+449
|
\
\
|
|
/
|
*
Issue #18365: Add mock Text class and test thereof versus tk.Text.
Terry Jan Reedy
2013-07-13
2
-5/+449
|
*
Merged upstream changes.
Vinay Sajip
2013-07-12
3
-3/+70
|
|
\
*
|
\
Merged upstream changes.
Vinay Sajip
2013-07-12
3
-3/+70
|
\
\
\
|
*
\
\
Merge: #18431: Decode encoded words in atoms in new email parser.
R David Murray
2013-07-12
3
-3/+70
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
#18431: Decode encoded words in atoms in new email parser.
R David Murray
2013-07-12
3
-3/+70
*
|
|
|
Closes #18435: Merged fix from 3.3.
Vinay Sajip
2013-07-12
1
-7/+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #18435: Replaced simple attribute container class Context with types.Si...
Vinay Sajip
2013-07-12
1
-7/+2
|
|
/
*
|
Issue #18342: Use the repr of a module name for ``from ... import
Brett Cannon
2013-07-12
1
-0/+8
*
|
Issue #18415: Normalize what type of quotes are used with string
Brett Cannon
2013-07-12
1
-30/+30
*
|
Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=
R David Murray
2013-07-11
4
-40/+58
|
\
\
|
|
/
|
*
#18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=
R David Murray
2013-07-11
4
-40/+58
*
|
Issue #17872: Fix a segfault in marshal.load() when input stream returns
Serhiy Storchaka
2013-07-11
1
-0/+12
|
\
\
|
|
/
|
*
Issue #17872: Fix a segfault in marshal.load() when input stream returns
Serhiy Storchaka
2013-07-11
1
-0/+12
*
|
Issue #18101: Tcl.split() now process strings nested in a tuple as it
Serhiy Storchaka
2013-07-11
1
-0/+60
|
\
\
|
|
/
|
*
Issue #18101: Tcl.split() now process strings nested in a tuple as it
Serhiy Storchaka
2013-07-11
1
-0/+60
*
|
Issue #18338: `python --version` now prints version string to stdout, and
Serhiy Storchaka
2013-07-11
1
-2/+4
*
|
Merge #17987: properly document support.captured_xxx.
R David Murray
2013-07-11
2
-9/+27
|
\
\
|
|
/
[next]