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
...
|
*
|
Fix seekable() in BZ2File and LZMAFile to check whether the underlying file s...
Nadeem Vawda
2012-02-11
4
-4/+28
|
*
|
Add section on bz2 module to whatsnew/3.3.
Nadeem Vawda
2012-02-11
1
-0/+22
|
*
|
Fix typo in whatsnew/3.3.
Nadeem Vawda
2012-02-11
1
-1/+1
|
*
|
Clean up GzipFile mode string handling code.
Nadeem Vawda
2012-02-11
1
-6/+5
|
*
|
Merge: #13989: Document that GzipFile does not support text mode.
Nadeem Vawda
2012-02-11
3
-7/+15
|
|
\
\
|
|
|
/
|
|
*
Issue #13989: Document that GzipFile does not support text mode.
Nadeem Vawda
2012-02-11
3
-7/+15
|
*
|
Issue #13988: move the python bootstrap code to cElementTree.py, and remove o...
Florent Xicluna
2012-02-11
2
-232/+152
|
*
|
fix Doc/extending/extending.rst typo
Eli Bendersky
2012-02-11
1
-1/+1
|
*
|
fix Sphinx error in os.rst
Eli Bendersky
2012-02-11
1
-2/+2
|
*
|
simplify
Philip Jenvey
2012-02-10
1
-4/+1
|
*
|
merge 3.2
Benjamin Peterson
2012-02-10
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
this is only a borrowed ref in Brett's branch
Benjamin Peterson
2012-02-10
1
-1/+1
|
*
|
Issue #13590: merge
Ned Deily
2012-02-10
2
-1/+45
|
|
\
\
|
|
|
/
|
|
*
Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building
Ned Deily
2012-02-10
2
-1/+45
|
*
|
#13960: merge with 3.2.
Ezio Melotti
2012-02-10
3
-2/+58
|
|
\
\
|
|
|
/
|
|
*
#13960: HTMLParser is now able to handle broken comments when strict=False.
Ezio Melotti
2012-02-10
3
-2/+58
|
*
|
Use sys.version_info instead of sys.version in packaging.
Éric Araujo
2012-02-10
8
-17/+23
|
*
|
Branch merge
Éric Araujo
2012-02-10
11
-253/+167
|
|
\
\
|
|
*
|
Start improving 2to3 code in packaging (#13462).
Éric Araujo
2012-02-09
6
-194/+97
|
|
*
|
Synchronize packaging.tests.support with distutils2
Éric Araujo
2012-02-09
1
-19/+22
|
|
*
|
More boolean tests for packaging metadata environment markers
Éric Araujo
2012-02-09
1
-3/+7
|
|
*
|
Remove unneeded import
Éric Araujo
2012-02-09
1
-1/+1
|
|
*
|
Group commands by topic in “pysetup run --list-commands” output.
Éric Araujo
2012-02-09
3
-36/+40
*
|
|
|
Fix a typo.
Ross Lagerwall
2012-02-12
1
-1/+1
*
|
|
|
Attempt to speed up some subprocess tests (and hopefully keep them reliable).
Ross Lagerwall
2012-02-12
1
-24/+21
|
/
/
/
*
|
|
Undocument and clean up sqlite3.OptimizedUnicode
Petri Lehtinen
2012-02-09
10
-50/+24
*
|
|
merge from 3.2
Senthil Kumaran
2012-02-09
2
-1/+7
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #9021 - Introduce copy module better. Doc changes suggested by Terry
Senthil Kumaran
2012-02-09
2
-1/+7
*
|
|
merged from 3.2
Senthil Kumaran
2012-02-09
4
-11/+17
|
\
\
\
|
|
/
/
|
*
|
Fix Issue #6005: Examples in the socket library documentation use sendall,
Senthil Kumaran
2012-02-09
4
-11/+17
*
|
|
Undo a bad mq management thingy.
Brett Cannon
2012-02-09
1
-44/+0
*
|
|
Whitespace normalization.
Brett Cannon
2012-02-08
1
-1/+0
*
|
|
Clarify a NEWS entry.
Brett Cannon
2012-02-08
1
-1/+1
*
|
|
Use the cwd when the empty string is found in sys.path. This leads to
Brett Cannon
2012-02-08
3
-1/+58
*
|
|
Move setup code from importlib.__init__ to
Brett Cannon
2012-02-08
2
-27/+47
*
|
|
Don't fail in the face of a lacking attribute when wrapping a
Brett Cannon
2012-02-08
1
-1/+2
*
|
|
get_terminal_size() can also fail with ENOTTY if the fd is not connected to a...
Antoine Pitrou
2012-02-08
1
-2/+9
*
|
|
Relax tests to fix buildbot failure
Antoine Pitrou
2012-02-08
2
-4/+4
*
|
|
Issue #13609: Add two functions to query the terminal size:
Antoine Pitrou
2012-02-08
10
-5/+339
*
|
|
Backout f8409b3d6449: the PEP 410 is not accepted yet
Victor Stinner
2012-02-08
9
-814/+174
*
|
|
Issue #13845: Fix NEWS entry, the change is specific to Windows
Victor Stinner
2012-02-08
1
-3/+3
*
|
|
PEP 410
Victor Stinner
2012-02-08
9
-174/+814
*
|
|
Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()
Charles-François Natali
2012-02-08
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()
Charles-François Natali
2012-02-08
1
-0/+1
*
|
|
Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection
Charles-François Natali
2012-02-08
4
-3/+26
|
|
/
|
/
|
*
|
Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestamp
Victor Stinner
2012-02-08
2
-1/+11
*
|
Issue #13964: Split os.*utime*() subsecond tests into multiple tests to help
Victor Stinner
2012-02-08
2
-115/+120
*
|
Issue #13964: Test also os.futimesat()
Victor Stinner
2012-02-08
1
-1/+8
*
|
Issue #13964: Write tests for new os.*utime*() functions
Victor Stinner
2012-02-08
1
-0/+37
*
|
What's New in 3.3: reorder modules
Victor Stinner
2012-02-08
1
-79/+79
[prev]
[next]