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
Commit message (
Expand
)
Author
Age
Files
Lines
*
#11982: fix json.loads('""') to return u'' rather than ''.
Ezio Melotti
2011-05-04
1
-0/+2
*
Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
Victor Stinner
2011-05-03
1
-0/+4
*
Issue #8651: Fix "z#" format of PyArg_Parse*() function: the size was not
Victor Stinner
2011-05-03
1
-0/+3
*
(Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X
Victor Stinner
2011-05-03
1
-0/+3
*
(Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle)
Victor Stinner
2011-05-01
2
-1/+2
*
(Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper
Victor Stinner
2011-05-01
1
-0/+5
*
#11971: fix man page; it's -OO not -O0
R David Murray
2011-05-01
1
-2/+2
*
Fix closes issue10761: tarfile.extractall failure when symlinked files are ...
Senthil Kumaran
2011-04-28
1
-0/+3
*
Move NEWS entry to the right section.
Antoine Pitrou
2011-04-27
1
-4/+4
*
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
Antoine Pitrou
2011-04-27
1
-0/+4
*
#11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are...
Ezio Melotti
2011-04-27
1
-0/+3
*
Update NEWS for Issue11236.
Senthil Kumaran
2011-04-26
1
-0/+2
*
#6780: fix starts/endswith error message to mention that tuples are accepted ...
Ezio Melotti
2011-04-26
1
-0/+3
*
#11901: add description of how bitfields are laid out to hexversion docs
R David Murray
2011-04-25
1
-0/+1
*
pybench prep_times calculation error (closes #11895)
Jesus Cea
2011-04-25
1
-0/+1
*
startswith and endswith don't accept None as slice index. Patch by Torsten Be...
Jesus Cea
2011-04-20
2
-0/+4
*
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
Raymond Hettinger
2011-04-19
1
-0/+3
*
Fix sporadic failure in test_startfile.
Nadeem Vawda
2011-04-18
1
-0/+2
*
(Merge 3.1) Issue #11768: The signal handler of the signal module only calls
Victor Stinner
2011-04-18
1
-0/+4
*
merge 11442 NEWS
Martin v. Löwis
2011-04-17
1
-0/+3
|
\
|
*
merge 11442 NEWS
Martin v. Löwis
2011-04-17
1
-0/+3
|
|
\
|
|
*
Issue 11442: Add NEWS entry for e9724d7abbc2
Martin v. Löwis
2011-04-17
1
-0/+3
*
|
|
Fix minor subclassing issue with collections.Counter
Raymond Hettinger
2011-04-15
1
-0/+2
*
|
|
Issue #5057: fix a bug in the peepholer that led to non-portable pyc files be...
Ezio Melotti
2011-04-15
1
-0/+4
*
|
|
Issue #11467: Fix urlparse behavior when handling urls which contains scheme
Senthil Kumaran
2011-04-15
1
-0/+3
*
|
|
Fix Issue11474 - url2pathname() handling of '/C|/' on Windows
Senthil Kumaran
2011-04-14
1
-0/+3
*
|
|
#9233: Fix json.loads({}) to return a dict (instead of a list), when _json is...
Ezio Melotti
2011-04-13
1
-1/+4
*
|
|
Issue 11718: Teach IDLE's open module dialog to find packages.
Raymond Hettinger
2011-04-13
1
-0/+6
*
|
|
update news in 2.7 for Issue #11703
Senthil Kumaran
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
*
|
|
Issue #11830: Remove unnecessary introspection code in the decimal module.
Raymond Hettinger
2011-04-12
1
-0/+4
*
|
|
Add NEWS item for #5162.
brian.curtin
2011-04-11
1
-0/+3
*
|
|
#4877: Fix a segfault in xml.parsers.expat while attempting to parse a closed...
Ezio Melotti
2011-04-11
1
-1/+4
*
|
|
Issue #8428: Fix a race condition in multiprocessing.Pool when terminating
Antoine Pitrou
2011-04-10
1
-0/+4
*
|
|
Issue9670: Back out changeset b0d2b696da19; test fails on other platforms
Ned Deily
2011-04-09
1
-5/+0
*
|
|
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-04-09
1
-0/+5
*
|
|
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 #7108: Fix test_commands to not fail when special attributes ('@'
Ned Deily
2011-04-06
1
-0/+3
*
|
|
#7311: fix HTMLParser to accept non-ASCII attribute values.
Ezio Melotti
2011-04-05
1
-0/+2
*
|
|
Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
Ross Lagerwall
2011-04-05
1
-0/+2
*
|
|
Issue #9347: Fix formatting for tuples in argparse type= error messages.
Steven Bethard
2011-04-03
1
-0/+2
*
|
|
Merge cleanup.
Guido van Rossum
2011-03-29
1
-3/+3
|
\
\
\
|
*
\
\
Merge urllib/urllib2 security fix from 2.6 branch.
guido@google.com
2011-03-29
1
-0/+2
|
|
\
\
\
|
|
*
\
\
Merge urllib/urllib2 security fix from 2.5 branch.
guido@google.com
2011-03-29
1
-0/+2
|
|
|
\
\
\
|
|
|
|
|
/
|
|
|
|
/
|
*
|
|
|
|
Merge issue 11662 from 2.6.
Guido van Rossum
2011-03-29
1
-0/+3
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Merge issue 11662 from 2.5.
Guido van Rossum
2011-03-29
1
-13/+2
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
/
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Add CVE number to urllib/urllib2 news item.
guido@google.com
2011-03-28
1
-1/+1
|
|
*
|
Add FTP to the allowed url schemes. Add Misc/NEWS.
guido@google.com
2011-03-24
1
-0/+3
|
|
*
|
Merge r82494 from the python2.6 branch:
Matthias Klose
2010-10-17
1
-0/+3
[next]