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
*
Minor doc addition for clarity
Éric Araujo
2011-05-27
1
-1/+1
*
Add missing closing paren
Éric Araujo
2011-05-27
1
-1/+1
*
Branch merge
Éric Araujo
2011-05-26
2
-2/+2
|
\
|
*
Branch merge
Éric Araujo
2011-05-25
2
-2/+2
|
|
\
|
|
*
Fix display of html.parser.HTMLParser.feed docstring
Éric Araujo
2011-05-04
1
-1/+1
|
|
*
Add missing name in pkgutil.__all__
Éric Araujo
2011-05-02
1
-1/+1
*
|
|
Issue #12175: RawIOBase.readall() now returns None if read() returns None.
Victor Stinner
2011-05-25
4
-3/+20
*
|
|
Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if
Victor Stinner
2011-05-25
3
-0/+7
*
|
|
Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py
Victor Stinner
2011-05-24
2
-2/+4
*
|
|
Issue #12057: Add tests for the HZ encoding
Victor Stinner
2011-05-24
3
-0/+33
*
|
|
Issue #12100: Don't reset incremental encoders of CJK codecs at each call to
Victor Stinner
2011-05-24
3
-4/+38
*
|
|
backout 8b384de4e780, so a proper fix can be considered (#5715)
Benjamin Peterson
2011-05-24
1
-2/+0
*
|
|
use '->' to indicate return values
Benjamin Peterson
2011-05-24
1
-3/+3
*
|
|
generally, sockets should be closed after they're used
Benjamin Peterson
2011-05-24
1
-1/+2
*
|
|
Issue #5715: In socketserver, close the server socket in the child process.
Charles-François Natali
2011-05-24
2
-1/+3
|
/
/
*
|
correctly lookup __dir__
Benjamin Peterson
2011-05-23
3
-5/+10
*
|
test_codecs now removes the temporay file (created by the test)
Victor Stinner
2011-05-23
1
-7/+6
*
|
Issue #10801: Remove a debug print() from test_zipfile
Victor Stinner
2011-05-22
1
-1/+0
*
|
Issue 12126: removing incorrect claim about return value of select
Eli Bendersky
2011-05-22
1
-2/+1
*
|
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
*
|
Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
Victor Stinner
2011-05-19
3
-41/+26
*
|
Ooops, add the missing file of the backport of commit 33543b4e0e5d from Python
Victor Stinner
2011-05-18
1
-0/+0
*
|
Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, support
Victor Stinner
2011-05-18
3
-4/+36
*
|
Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instea...
Ronald Oussoren
2011-05-17
2
-1/+4
*
|
Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore
Victor Stinner
2011-05-16
1
-1/+1
*
|
Issue #11614: Fix importlib tests for the new __hello__ module
Victor Stinner
2011-05-16
1
-9/+17
*
|
Issue #12057: Convert CJK encoding testcase BLOB into multiple text files
Victor Stinner
2011-05-16
27
-1024/+215
*
|
Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas
Victor Stinner
2011-05-16
4
-31/+44
*
|
Issue #10756: atexit normalizes the exception before displaying it. Patch by
Victor Stinner
2011-05-15
3
-0/+12
*
|
Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module.
Victor Stinner
2011-05-15
2
-3/+6
*
|
Closes #6498: fix several misspellings of "SystemExit" as "SystemError".
Georg Brandl
2011-05-15
2
-6/+7
*
|
Fix copy-paste mistake in new zlib test.
Nadeem Vawda
2011-05-14
1
-2/+4
*
|
Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
Nadeem Vawda
2011-05-14
3
-14/+39
*
|
Merge heads
Kurt B. Kaiser
2011-05-14
1
-30/+99
|
\
\
|
*
|
pprint usage example rethought.
Łukasz Langa
2011-05-14
1
-30/+99
*
|
|
Issue #6378: Further adjust idle.bat to start associated Python
Kurt B. Kaiser
2011-05-14
2
-2/+4
|
/
/
*
|
Issue #8650: Backport 64-bit safety fixes for compress() and decompress().
Nadeem Vawda
2011-05-14
2
-10/+32
*
|
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
19
-195/+249
*
|
Change import_fresh_module to work with packages.
Ezio Melotti
2011-05-14
1
-10/+6
*
|
Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
Antoine Pitrou
2011-05-12
3
-1/+32
*
|
Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
Kurt B. Kaiser
2011-05-12
3
-32/+32
*
|
Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.
Kurt B. Kaiser
2011-05-11
3
-4/+23
*
|
Issue #10419: Fix build_scripts command of distutils to handle correctly
Victor Stinner
2011-05-10
2
-11/+40
*
|
#12051: Fix segfault in json.dumps() while encoding highly-nested objects usi...
Ezio Melotti
2011-05-10
3
-3/+38
*
|
Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
Victor Stinner
2011-05-09
5
-24/+40
[next]