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
*
Bump to 3.2.1rc1.
v3.2.1rc1
Georg Brandl
2011-05-15
2
-2/+2
*
Update pydoc topics and handle suspicious markup.
Georg Brandl
2011-05-15
1
-3/+3
*
Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i...
Ronald Oussoren
2011-05-15
6
-27/+126
*
Merge: Fix copy-paste mistake in new zlib test.
Nadeem Vawda
2011-05-14
1
-2/+4
|
\
|
*
Fix copy-paste mistake in new zlib test.
Nadeem Vawda
2011-05-14
1
-2/+4
*
|
fix whitespace
Gregory P. Smith
2011-05-14
1
-1/+1
*
|
merge heads
Gregory P. Smith
2011-05-14
1
-0/+11
|
\
\
|
*
\
Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
Nadeem Vawda
2011-05-14
1
-0/+11
|
|
\
\
|
|
|
/
|
|
*
Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
Nadeem Vawda
2011-05-14
1
-0/+11
*
|
|
merge heads.
Gregory P. Smith
2011-05-14
21
-238/+281
|
\
\
\
|
|
/
/
|
*
|
Merge heads
Kurt B. Kaiser
2011-05-14
1
-0/+1
|
|
\
\
|
|
*
|
Fix memory leaks in zlib.compress() and .decompress().
Nadeem Vawda
2011-05-14
1
-0/+1
|
*
|
|
Merge from 3.1
Kurt B. Kaiser
2011-05-14
2
-2/+4
|
|
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
|
|
*
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
1
-0/+11
|
*
|
Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
Nadeem Vawda
2011-05-14
1
-0/+9
|
|
\
\
|
|
|
/
|
|
*
Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
Nadeem Vawda
2011-05-14
1
-0/+9
|
*
|
Update __all__ and docstring.
Ezio Melotti
2011-05-14
1
-1/+3
|
*
|
#7960: merge with 3.1.
Ezio Melotti
2011-05-14
1
-8/+8
|
|
\
\
|
|
|
/
|
|
*
#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
18
-195/+247
|
*
|
#5723: merge with 3.1.
Ezio Melotti
2011-05-14
18
-218/+251
|
*
|
Merge with 3.1.
Ezio Melotti
2011-05-14
1
-10/+6
|
|
\
\
|
|
|
/
|
|
*
Change import_fresh_module to work with packages.
Ezio Melotti
2011-05-14
1
-10/+6
*
|
|
Fixes Issue #12059: Properly handle missing hash functions even when
Gregory P. Smith
2011-05-14
2
-20/+41
|
/
/
*
|
Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add
Victor Stinner
2011-05-13
1
-1/+18
*
|
Merge in changes from 3.2.1b1 release repo.
Georg Brandl
2011-05-13
3
-3/+3
|
\
\
|
*
|
Update suspicious ignore file.
v3.2.1b1
Georg Brandl
2011-05-08
1
-1/+1
|
*
|
Bump to 3.2.1b1.
Georg Brandl
2011-05-08
2
-2/+2
*
|
|
Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
Antoine Pitrou
2011-05-12
1
-0/+26
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
Antoine Pitrou
2011-05-12
1
-0/+26
*
|
|
Merge from 3.1
Kurt B. Kaiser
2011-05-12
3
-31/+31
|
\
\
\
|
|
/
/
|
*
|
Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
Kurt B. Kaiser
2011-05-12
3
-32/+32
*
|
|
normalize whitespace.
Gregory P. Smith
2011-05-12
1
-1/+1
*
|
|
merge - 7a3f3ad83676 Fixes Issue #12044.
Gregory P. Smith
2011-05-12
2
-1/+4
*
|
|
Correct version in IDLE NEWS.txt
Kurt B. Kaiser
2011-05-11
1
-1/+1
*
|
|
Merge from 3.1
Kurt B. Kaiser
2011-05-11
1
-3/+6
|
\
\
\
|
|
/
/
|
*
|
Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.
Kurt B. Kaiser
2011-05-11
1
-3/+6
|
*
|
Issue #10419: Fix build_scripts command of distutils to handle correctly
Victor Stinner
2011-05-10
1
-11/+36
*
|
|
Issue #11169: compileall module uses repr() to format filenames and paths to
Victor Stinner
2011-05-10
2
-6/+6
*
|
|
Close #10419, issue #6011: build_scripts command of distutils handles correctly
Victor Stinner
2011-05-10
1
-11/+34
*
|
|
#12051: merge with 3.1.
Ezio Melotti
2011-05-10
1
-1/+20
|
\
\
\
|
|
/
/
|
*
|
#12051: Fix segfault in json.dumps() while encoding highly-nested objects usi...
Ezio Melotti
2011-05-10
1
-1/+20
*
|
|
Issue #12054: use support.find_unused_port() instead of reinventing the wheel
Antoine Pitrou
2011-05-10
1
-16/+2
*
|
|
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
Antoine Pitrou
2011-05-10
1
-0/+7
*
|
|
(Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
Victor Stinner
2011-05-09
2
-35/+46
|
\
\
\
|
|
/
/
|
*
|
Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
Victor Stinner
2011-05-09
2
-23/+28
*
|
|
Merge with 3.1.
Ezio Melotti
2011-05-09
1
-10/+10
|
\
\
\
|
|
/
/
|
*
|
Some more tests were incorrectly marked as C specific.
Ezio Melotti
2011-05-09
1
-12/+10
*
|
|
merge 11164
Martin v. Löwis
2011-05-09
4
-89/+4
|
\
\
\
|
|
/
/
[next]