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
*
merge heads
Benjamin Peterson
2011-12-10
1
-0/+2
|
\
|
*
Issue #5689: Add support for lzma compression to the tarfile module.
Lars Gustäbel
2011-12-10
1
-0/+2
*
|
alias resource.error to OSError
Benjamin Peterson
2011-12-10
1
-0/+2
|
/
*
Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn...
Florent Xicluna
2011-12-10
1
-0/+5
*
(Merge 3.2) Issue #5905: time.strftime() is now using the locale encoding,
Victor Stinner
2011-12-09
1
-0/+3
|
\
|
*
Issue #5905: time.strftime() is now using the locale encoding, instead of
Victor Stinner
2011-12-09
1
-0/+3
*
|
Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".
Ned Deily
2011-12-07
2
-0/+4
|
\
\
|
|
/
|
*
Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".
Ned Deily
2011-12-07
2
-0/+4
*
|
Issue #13464: Add a readinto() method to http.client.HTTPResponse.
Antoine Pitrou
2011-12-06
2
-0/+4
*
|
Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes oth...
Lars Gustäbel
2011-12-06
1
-0/+3
|
\
\
|
|
/
|
*
Correctly detect bzip2 compressed streams with blocksizes other than 900k.
Lars Gustäbel
2011-12-06
1
-0/+3
*
|
- Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix
Barry Warsaw
2011-12-05
1
-0/+3
|
\
\
|
|
/
|
*
- Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix
Barry Warsaw
2011-12-05
1
-0/+3
*
|
Issue #13503: Use a more efficient reduction format for bytearrays with
Antoine Pitrou
2011-12-05
1
-0/+4
*
|
Issue #13513: IOBase docs incorrectly link to the readline module
Meador Inge
2011-12-03
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13513: IOBase docs incorrectly link to the readline module
Meador Inge
2011-12-03
1
-0/+3
*
|
Issue #12612: Add some Valgrind suppressions for 64-bit machines. Patch by Paul
Charles-François Natali
2011-12-03
2
-0/+25
*
|
Issue #13439: Merge branch 3.2
Petri Lehtinen
2011-12-02
1
-0/+2
|
\
\
|
|
/
|
*
Issue #13439: Fix many errors in turtle docstrings.
Petri Lehtinen
2011-12-02
1
-0/+2
*
|
Credit Per Øyvind Karlsen for the initial implementation of the lzma module ...
Nadeem Vawda
2011-11-30
2
-0/+2
*
|
Issue #6715: Add module for compression using the LZMA algorithm.
Nadeem Vawda
2011-11-29
1
-0/+2
*
|
Merge 3.2
Éric Araujo
2011-11-29
3
-1/+5
|
\
\
|
|
/
|
*
Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487).
Éric Araujo
2011-11-29
2
-0/+4
|
*
Fix last remaining references to ex-devguide
Éric Araujo
2011-11-29
1
-1/+1
*
|
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
Antoine Pitrou
2011-11-28
1
-0/+4
|
\
\
|
|
/
|
*
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
Antoine Pitrou
2011-11-28
1
-0/+4
*
|
Issue #12618: py_compile cannot create files in current directory
Meador Inge
2011-11-28
2
-0/+4
|
\
\
|
|
/
|
*
Issue #12618: py_compile cannot create files in current directory
Meador Inge
2011-11-28
2
-0/+4
*
|
Issue #13444: When stdout has been closed explicitly, we should not attempt t...
Antoine Pitrou
2011-11-26
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13444: When stdout has been closed explicitly, we should not attempt t...
Antoine Pitrou
2011-11-26
1
-0/+3
*
|
Merge heads
Antoine Pitrou
2011-11-26
1
-1/+17
|
\
\
|
*
|
Issue #12567: The curses module uses Unicode functions for Unicode arguments
Victor Stinner
2011-11-25
1
-0/+4
|
*
|
Issue #12856: Ensure child processes do not inherit the parent's random seed ...
Antoine Pitrou
2011-11-25
1
-0/+4
|
|
\
\
|
|
|
/
|
|
*
Issue #12856: Ensure child processes do not inherit the parent's random seed ...
Antoine Pitrou
2011-11-25
1
-0/+4
|
*
|
NEWS: fix the issue number for PyUnicode_EncodeDecimal change
Victor Stinner
2011-11-25
1
-1/+1
|
*
|
Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers
Victor Stinner
2011-11-25
1
-0/+4
|
*
|
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou
2011-11-25
1
-0/+2
|
*
|
Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size par...
Antoine Pitrou
2011-11-25
1
-1/+3
*
|
|
Better resolution for issue #11849: Ensure that free()d memory arenas are rea...
Antoine Pitrou
2011-11-26
1
-4/+4
|
/
/
*
|
Issue #13458: Fix a memory leak in the ssl module when decoding a certificate...
Antoine Pitrou
2011-11-23
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13458: Fix a memory leak in the ssl module when decoding a certificate...
Antoine Pitrou
2011-11-23
1
-0/+3
|
*
Merge branch 3.2
Victor Stinner
2011-11-22
1
-0/+2
|
|
\
*
|
\
Merge branch default
Victor Stinner
2011-11-22
1
-0/+2
|
\
\
\
|
*
\
\
(Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore.
Victor Stinner
2011-11-22
1
-0/+2
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #13415: os.unsetenv() doesn't ignore errors anymore.
Victor Stinner
2011-11-22
1
-0/+2
*
|
|
|
Merge branch 3.2
Amaury Forgeot d'Arc
2011-11-22
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #13436: Fix a bogus error message when an AST object was passed
Amaury Forgeot d'Arc
2011-11-22
1
-0/+3
|
|
/
*
|
sort last committed name in alphabetical order
Giampaolo Rodola'
2011-11-22
1
-1/+1
*
|
fix wrong credit and issue id given in previous commit
Giampaolo Rodola'
2011-11-22
2
-2/+2
*
|
Fix 13245:
Giampaolo Rodola'
2011-11-22
2
-0/+6
[next]