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
/
Misc
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #11852: Add missing imports and update tests.
Vinay Sajip
2011-04-15
1
-0/+2
*
Fix minor subclassing issue with collections.Counter
Raymond Hettinger
2011-04-15
1
-0/+2
|
\
|
*
Fix minor subclassing issue with collections.Counter
Raymond Hettinger
2011-04-15
1
-0/+2
*
|
#5057: Merge with 3.1.
Ezio Melotti
2011-04-15
1
-1/+5
|
\
\
|
|
/
|
*
Issue #5057: fix a bug in the peepholer that led to non-portable pyc files be...
Ezio Melotti
2011-04-15
1
-1/+5
*
|
merge from 3.1
Senthil Kumaran
2011-04-15
1
-0/+3
|
\
\
|
|
/
|
*
Issue #11467: Fix urlparse behavior when handling urls which contains scheme ...
Senthil Kumaran
2011-04-15
1
-0/+3
*
|
#11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indice...
Ezio Melotti
2011-04-15
1
-0/+3
*
|
merge from 3.1
Senthil Kumaran
2011-04-14
1
-0/+3
|
\
\
|
|
/
|
*
Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows
Senthil Kumaran
2011-04-14
1
-0/+3
*
|
Merge with 3.1.
Ezio Melotti
2011-04-13
1
-3/+6
|
\
\
|
|
/
|
*
#9233: Fix json to work properly even when _json is not available.
Ezio Melotti
2011-04-13
1
-2/+4
|
*
Merge updates
Senthil Kumaran
2011-04-13
1
-0/+3
|
|
\
*
|
|
Issue #11830: Remove unnecessary introspection code in the decimal module.
Alexander Belopolsky
2011-04-13
1
-0/+2
*
|
|
merge from push conflict.
Senthil Kumaran
2011-04-13
1
-0/+6
|
\
\
\
|
*
|
|
Issue 11718: Teach IDLE's open module dialog to find packages.
Raymond Hettinger
2011-04-13
1
-0/+6
*
|
|
|
merge update
Senthil Kumaran
2011-04-13
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Merge #10019: Fix regression relative to 2.6: add newlines if indent=0
R David Murray
2011-04-13
1
-0/+3
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
#10019: Fix regression relative to 2.6: add newlines if indent=0
R David Murray
2011-04-13
1
-0/+3
*
|
|
|
merge from 3.1
Senthil Kumaran
2011-04-13
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Update the News for the fix to Issue11703.
Senthil Kumaran
2011-04-13
1
-0/+3
|
|
/
*
|
merge 3.1
Benjamin Peterson
2011-04-12
1
-0/+3
|
\
\
|
|
/
|
*
make assigning to a bytes literal a syntax error (closes #11506)
Benjamin Peterson
2011-04-12
1
-0/+3
|
*
Correct leading spaces in my NEWS entry.
Brian Curtin
2011-04-11
1
-2/+2
*
|
Add NEWS item for #5162.
brian.curtin
2011-04-11
1
-0/+3
|
\
\
|
|
/
|
*
Add NEWS item for #5162.
brian.curtin
2011-04-11
1
-0/+3
*
|
Issue #11747: Fix range formatting in context and unified diffs.
Raymond Hettinger
2011-04-11
1
-0/+3
*
|
Issue #11814: Fix likely typo in multiprocessing.Pool._terminate().
Antoine Pitrou
2011-04-10
1
-0/+2
*
|
Issue #8428: Fix a race condition in multiprocessing.Pool when terminating
Antoine Pitrou
2011-04-10
1
-0/+4
*
|
Issue #11818: Fix tempfile examples for Python 3.
Ross Lagerwall
2011-04-10
1
-0/+5
*
|
Issue9670: Merge backout to 3.2.
Ned Deily
2011-04-09
1
-5/+0
|
\
\
|
|
/
|
*
Issue9670: Back out changeset 378b40d71175; test fails on other platforms
Ned Deily
2011-04-09
1
-5/+0
*
|
Issue #9670: merge with 3.2
Ned Deily
2011-04-09
1
-0/+5
|
\
\
|
|
/
|
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-04-09
1
-0/+5
*
|
Merge with 3.1
Ross Lagerwall
2011-04-09
1
-0/+3
|
\
\
|
|
/
|
*
Issue #11719: Fix message about unexpected test_msilib skip.
Ross Lagerwall
2011-04-09
1
-0/+3
*
|
(Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was
Victor Stinner
2011-04-09
1
-0/+4
|
\
\
|
|
/
|
*
Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted
Victor Stinner
2011-04-09
1
-0/+4
*
|
#7311: fix html.parser to accept non-ASCII attribute values.
Ezio Melotti
2011-04-07
1
-0/+2
*
|
#11605: don't use set/get_payload in feedparser; they do conversions.
R David Murray
2011-04-06
1
-0/+3
*
|
Merge with 3.1
Ross Lagerwall
2011-04-05
1
-0/+2
|
\
\
|
|
/
|
*
Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
Ross Lagerwall
2011-04-05
1
-0/+2
|
*
Merge issue 11662.
Guido van Rossum
2011-03-29
1
-0/+3
|
|
\
*
|
|
Issue #9347: Fix formatting for tuples in argparse type= error messages.
Steven Bethard
2011-04-03
1
-0/+2
*
|
|
Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve priva...
Antoine Pitrou
2011-04-03
1
-0/+3
*
|
|
sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not
Victor Stinner
2011-03-31
1
-0/+3
*
|
|
Issue #11618: Fix the timeout logic in threading.Lock.acquire() under
Antoine Pitrou
2011-03-30
1
-0/+2
*
|
|
Merge issue 11662.
Guido van Rossum
2011-03-29
1
-0/+3
|
\
\
\
|
*
\
\
Merge Issue 11662 from 3.1 branch.
guido@google.com
2011-03-29
1
-0/+3
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue 11662: Fix vulnerability in urllib/urllib2.
guido@google.com
2011-03-29
1
-0/+3
[next]