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
*
Issue #16382: Improve exception message of warnings.warn() for bad category.
Berker Peksag
2014-07-11
1
-0/+3
*
Issue #21932: os.read() now uses a :c:func:`Py_ssize_t` type instead of
Victor Stinner
2014-07-11
1
-0/+5
*
News entries
Terry Jan Reedy
2014-07-11
1
-0/+7
|
\
|
*
Idle News entries.
Terry Jan Reedy
2014-07-11
1
-0/+7
*
|
Issue #21942: Fixed source file viewing in pydoc's server mode on Windows.
Zachary Ware
2014-07-10
1
-0/+2
|
\
\
|
|
/
|
*
Issue #21942: Fixed source file viewing in pydoc's server mode on Windows.
Zachary Ware
2014-07-10
1
-0/+2
*
|
(Merge 3.4) Issue #11259: asynchat.async_chat().set_terminator() now raises a
Victor Stinner
2014-07-07
1
-0/+3
|
\
\
|
|
/
|
*
Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError if
Victor Stinner
2014-07-07
1
-0/+3
*
|
(Merge 3.4) Issue #12523: asynchat.async_chat.push() now raises a TypeError if
Victor Stinner
2014-07-07
1
-0/+3
|
\
\
|
|
/
|
*
Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn't
Victor Stinner
2014-07-07
1
-0/+3
*
|
Issue #21907: Improved the batch scripts provided for building Python.
Zachary Ware
2014-07-07
1
-0/+2
*
|
Issue #21707: Merge with 3.4.
Berker Peksag
2014-07-07
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21707: Add missing kwonlyargcount argument to ModuleFinder.replace_pa...
Berker Peksag
2014-07-07
1
-0/+3
*
|
Merge pathlib fixes
Antoine Pitrou
2014-07-07
1
-0/+6
|
\
\
|
|
/
|
*
Issue #20639: calling Path.with_suffix('') allows removing the suffix again.
Antoine Pitrou
2014-07-07
1
-0/+3
|
*
Issue #21714: Disallow the construction of invalid paths using Path.with_name...
Antoine Pitrou
2014-07-07
1
-0/+3
*
|
Issue #21923: merge from 3.4
Ned Deily
2014-07-06
1
-0/+2
|
\
\
|
|
/
|
*
Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler
Ned Deily
2014-07-06
1
-0/+3
*
|
upgrade to unicode 7.0.0
Benjamin Peterson
2014-07-06
1
-0/+2
*
|
Issue #9554: Use modern unittest features in test_argparse.
Berker Peksag
2014-07-06
2
-0/+4
*
|
Issue #21897: Fix a crash with the f_locals attribute with closure variables ...
Antoine Pitrou
2014-07-05
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21897: Fix a crash with the f_locals attribute with closure variables ...
Antoine Pitrou
2014-07-05
1
-0/+3
*
|
#15014: Add 'auth' command to implement auth mechanisms and use it in login.
R David Murray
2014-07-03
1
-0/+3
*
|
Closes #21151: Merge with 3.4
Zachary Ware
2014-07-03
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21151: Fixed a segfault in the winreg module.
Zachary Ware
2014-07-03
1
-0/+3
*
|
(Merge 3.4) Issue #21090: io.FileIO.readall() does not ignore I/O errors
Victor Stinner
2014-07-02
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before,
Victor Stinner
2014-07-02
1
-0/+3
*
|
Issue #5800: headers parameter of wsgiref.headers.Headers is now optional.
Berker Peksag
2014-07-02
1
-0/+3
*
|
(Merge 3.4) Issue #21781: Make the ssl module "ssize_t clean" for parsing
Victor Stinner
2014-07-01
1
-0/+2
|
\
\
|
|
/
|
*
Issue #21781: Make the ssl module "ssize_t clean" for parsing parameters.
Victor Stinner
2014-07-01
1
-0/+2
*
|
Issue #21811: Add Misc/NEWS entry.
Ned Deily
2014-06-30
1
-0/+2
|
\
\
|
|
/
|
*
Issue #21811: Add Misc/NEWS entry.
Ned Deily
2014-06-30
1
-0/+2
*
|
Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohus...
Antoine Pitrou
2014-06-30
1
-0/+3
*
|
Issue #21863: cProfile now displays the module name of C extension functions,...
Antoine Pitrou
2014-06-28
1
-0/+3
*
|
(Merge 3.4) Issue #11453: asyncore: emit a ResourceWarning when an unclosed
Victor Stinner
2014-06-27
1
-0/+4
|
\
\
|
|
/
|
*
Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapper
Victor Stinner
2014-06-27
1
-0/+4
*
|
(Merge 3.4) Issue #21858: Better handling of Python exceptions in the sqlite3
Victor Stinner
2014-06-26
1
-0/+2
|
\
\
|
|
/
|
*
Issue #21858: Better handling of Python exceptions in the sqlite3 module.
Victor Stinner
2014-06-26
1
-0/+2
*
|
Merge #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed.
R David Murray
2014-06-26
1
-0/+3
|
\
\
|
|
/
|
*
#21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed.
R David Murray
2014-06-26
1
-0/+3
*
|
#20295: Teach imghdr to recognize OpenEXR format images.
R David Murray
2014-06-26
1
-0/+2
*
|
merge
Raymond Hettinger
2014-06-26
1
-1/+0
|
\
\
|
|
/
|
*
Issue #19145: Remove duplicate ACKS entry
Raymond Hettinger
2014-06-26
1
-1/+0
*
|
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
Serhiy Storchaka
2014-06-25
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
Serhiy Storchaka
2014-06-25
1
-0/+3
*
|
merge
Raymond Hettinger
2014-06-25
1
-0/+1
|
\
\
|
|
/
|
*
Issue #19145: Fix handling of negative values for a "times" keyword argument...
Raymond Hettinger
2014-06-25
2
-0/+5
*
|
merge
Raymond Hettinger
2014-06-25
1
-0/+2
|
\
\
|
|
/
|
*
Add news entry for #21832
Raymond Hettinger
2014-06-25
1
-0/+2
*
|
merge: #20155: use fake HTTP method names so windows doesn't hang the tests.
R David Murray
2014-06-24
2
-0/+5
|
\
\
|
|
/
[next]