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
...
*
|
|
|
test_codecs now removes the temporay file (created by the test)
Victor Stinner
2011-05-23
1
-7/+6
*
|
|
|
Issue 12003: fixing error in xrange alternative sample
Eli Bendersky
2011-05-23
1
-1/+1
*
|
|
|
Forward merge.
Barry Warsaw
2011-05-23
0
-0/+0
|
\
\
\
\
|
|
/
/
/
|
*
|
|
These files have Windows line endings in 2.6.
Barry Warsaw
2011-05-23
1
-0/+6
*
|
|
|
Issue #12012: test_ssl uses test_support.import_module()
Victor Stinner
2011-05-22
1
-9/+1
*
|
|
|
Issue 12126: removing incorrect claim about return value of select
Eli Bendersky
2011-05-22
1
-2/+1
*
|
|
|
Simplify example
Raymond Hettinger
2011-05-21
1
-4/+0
*
|
|
|
Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
Victor Stinner
2011-05-21
3
-42/+27
*
|
|
|
this should actually be an IOError
Benjamin Peterson
2011-05-20
1
-1/+1
*
|
|
|
add example for not using access
Benjamin Peterson
2011-05-20
1
-1/+20
*
|
|
|
#12072: add missing parenthesis in the doc. Patch by Sandro Tosi.
Ezio Melotti
2011-05-20
1
-1/+1
*
|
|
|
Minor code cleanup.
Raymond Hettinger
2011-05-18
1
-1/+1
*
|
|
|
merge heads
Benjamin Peterson
2011-05-17
35
-1033/+308
|
\
\
\
\
|
*
|
|
|
Issue #12057: Fix .hgeol and test_multibytecodec_support for the conversion of
Victor Stinner
2011-05-17
2
-6/+14
|
*
|
|
|
(backport) Fixes #11088: IDLE crashes when using F5 to run a script on OSX wi...
Ronald Oussoren
2011-05-17
2
-0/+20
|
*
|
|
|
(backport)Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF...
Ronald Oussoren
2011-05-17
2
-1/+4
|
*
|
|
|
#12092: backport rephrasing of a paragraph in the tutorial.
Ezio Melotti
2011-05-17
1
-4/+3
|
*
|
|
|
#12093: fix typo in struct doc. Patch by Sandro Tosi.
Ezio Melotti
2011-05-17
1
-1/+1
|
*
|
|
|
Fix closes issue #12088 - fixes the tarfile.extractall issue when the
Senthil Kumaran
2011-05-17
2
-1/+63
|
*
|
|
|
Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore
Victor Stinner
2011-05-16
1
-1/+1
|
*
|
|
|
Issue #12057: Convert CJK encoding testcase BLOB into multiple text files
Victor Stinner
2011-05-16
25
-1019/+202
*
|
|
|
|
stop using the old brain-dead interface for providing attributes/methods
Benjamin Peterson
2011-05-17
2
-120/+122
|
/
/
/
/
*
|
|
|
NEWS entry for fix of issue #9516
Ronald Oussoren
2011-05-15
1
-0/+3
*
|
|
|
Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i...
Ronald Oussoren
2011-05-15
5
-26/+105
*
|
|
|
Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError".
Georg Brandl
2011-05-15
2
-6/+6
*
|
|
|
Fixes Issue #12059: Properly handle missing hash functions even when
Gregory P. Smith
2011-05-14
2
-20/+41
*
|
|
|
Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
Nadeem Vawda
2011-05-14
3
-7/+24
*
|
|
|
#11979: improve wording and markup in sockets howto. Patch by Xavier Morel.
Ezio Melotti
2011-05-14
1
-16/+17
*
|
|
|
#7960: fix docstrings for captured_output and captured_stdout.
Ezio Melotti
2011-05-14
1
-8/+8
*
|
|
|
#5723: Improve json tests to be executed with and without accelerations.
Ezio Melotti
2011-05-14
20
-213/+271
*
|
|
|
Change import_fresh_module to work with packages.
Ezio Melotti
2011-05-14
1
-10/+6
*
|
|
|
Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
Kurt B. Kaiser
2011-05-13
3
-32/+34
*
|
|
|
Issue #12062: In the `io` module, fix a flushing bug when doing a certain
Antoine Pitrou
2011-05-12
3
-1/+32
*
|
|
|
#12061: remove duplicate glossary entry.
Georg Brandl
2011-05-12
1
-20/+0
*
|
|
|
#12051: Fix segfault in json.dumps() while encoding highly-nested objects usi...
Ezio Melotti
2011-05-10
3
-3/+39
*
|
|
|
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
Antoine Pitrou
2011-05-10
5
-6/+20
*
|
|
|
Issue 12047: Expand the style guide.
Raymond Hettinger
2011-05-10
1
-0/+104
*
|
|
|
(Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
Victor Stinner
2011-05-09
5
-34/+52
*
|
|
|
(Merge 3.1) Issue #1195: Fix input() if it is interrupted by CTRL+d and then
Victor Stinner
2011-05-09
2
-0/+4
*
|
|
|
Some more tests were incorrectly marked as C specific.
Ezio Melotti
2011-05-09
1
-13/+14
*
|
|
|
Issue 11164: Remove obsolete allnodes test from minidom test.
Martin v. Löwis
2011-05-09
2
-20/+2
*
|
|
|
#11910: Fix test_heapq to skip the C tests when _heapq is missing.
Ezio Melotti
2011-05-09
2
-15/+31
*
|
|
|
#11910: change import_fresh_module to return None when one of the "fresh" mod...
Ezio Melotti
2011-05-09
1
-4/+8
*
|
|
|
Fix deprecation warnings in test_unittest.
Ezio Melotti
2011-05-09
1
-4/+4
*
|
|
|
Add a note to the str.find doc to suggest the use of the "in" operator.
Ezio Melotti
2011-05-09
1
-0/+9
*
|
|
|
import_fresh_module ought to be in __all__
Benjamin Peterson
2011-05-08
1
-1/+2
*
|
|
|
Fix cut and paste error.
Raymond Hettinger
2011-05-07
1
-1/+1
*
|
|
|
Some tests were incorrectly marked as C specific.
Raymond Hettinger
2011-05-07
1
-3/+8
*
|
|
|
Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ...
Antoine Pitrou
2011-05-07
4
-2/+15
*
|
|
|
#10169: Fix argument parsing in socket.sendto() to avoid error masking.
Ezio Melotti
2011-05-07
3
-5/+56
[prev]
[next]