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
*
Fix OSError.__init__ and OSError.__new__ so that each of them can be
Antoine Pitrou
2011-12-15
1
-0/+3
*
Fix the fix for issue #12149: it was incorrect, although it had the side
Antoine Pitrou
2011-12-15
1
-0/+4
|
\
|
*
Fix the fix for issue #12149: it was incorrect, although it had the side
Antoine Pitrou
2011-12-15
1
-0/+4
*
|
Issue #13591: Moving the NEWS line to the right release.
Meador Inge
2011-12-15
1
-3/+3
|
\
\
|
|
/
|
*
Issue #13591: Moving the NEWS line to the right release.
Meador Inge
2011-12-15
1
-3/+3
*
|
Issue #13591: import_module potentially imports a module twice.
Meador Inge
2011-12-15
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13591: import_module potentially imports a module twice.
Meador Inge
2011-12-15
1
-0/+3
*
|
Issue #4625: Add NEWS entry.
Ned Deily
2011-12-14
1
-0/+4
|
\
\
|
|
/
|
*
Issue #4625: add NEWS entry.
Ned Deily
2011-12-14
1
-0/+4
*
|
Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the sch...
Giampaolo Rodola'
2011-12-14
1
-1/+5
*
|
Fix #8684: make sched.scheduler class thread-safe
Giampaolo Rodola'
2011-12-14
1
-0/+3
*
|
Merge 3.2
Alexandre Vassalotti
2011-12-13
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13505: Make pickling of bytes object compatible with Python 2.
Alexandre Vassalotti
2011-12-13
1
-0/+3
*
|
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
[next]