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
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #16694: Add a pure Python implementation of the operator module.
Antoine Pitrou
2013-04-20
1
-0/+3
*
Merge #17413: make sure settrace funcs get passed exception instances for 'va...
R David Murray
2013-04-19
1
-0/+4
|
\
|
*
#17413: make sure settrace funcs get passed exception instances for 'value'.
R David Murray
2013-04-19
1
-0/+4
*
|
#17790: merge with 3.3.
Ezio Melotti
2013-04-19
1
-0/+3
|
\
\
|
|
/
|
*
#17790: test_set now works with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti
2013-04-19
1
-0/+3
*
|
#17789: merge with 3.3.
Ezio Melotti
2013-04-19
1
-0/+3
|
\
\
|
|
/
|
*
#17789: test_random now works with unittest test discovery. Patch by Zachary...
Ezio Melotti
2013-04-19
1
-0/+3
*
|
#17779: merge with 3.3.
Ezio Melotti
2013-04-19
1
-0/+3
|
\
\
|
|
/
|
*
#17779: test_osx_env now works with unittest test discovery. Patch by Zachar...
Ezio Melotti
2013-04-19
1
-0/+3
*
|
#11182: remove the unused and undocumented pydoc.Scanner class. Patch by Mar...
Ezio Melotti
2013-04-18
1
-0/+3
*
|
Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for n...
Antoine Pitrou
2013-04-18
1
-0/+3
*
|
Merge.
Richard Oudkerk
2013-04-17
1
-0/+3
|
\
\
|
|
/
|
*
Merge.
Richard Oudkerk
2013-04-17
1
-0/+3
|
|
\
|
|
*
- Issue #17782: Fix undefined behaviour on platforms where ``struct timespec`...
Antoine Pitrou
2013-04-17
1
-0/+3
*
|
|
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
Richard Oudkerk
2013-04-17
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
Richard Oudkerk
2013-04-17
1
-0/+3
|
|
/
|
*
Fix issue #17707: multiprocessing.Queue's get() method does not block for sho...
Giampaolo Rodola'
2013-04-17
1
-0/+3
*
|
Fix issue #17707: multiprocessing.Queue's get() method does not block for sho...
Giampaolo Rodola'
2013-04-17
1
-0/+3
*
|
#14735: merge with 3.3.
Roger Serwy
2013-04-17
1
-0/+6
|
\
\
|
|
/
|
*
#14735: Update IDLE docs to omit "Control-z on Windows".
Roger Serwy
2013-04-17
1
-0/+2
*
|
#17766: merge with 3.3.
Ezio Melotti
2013-04-17
1
-0/+3
|
\
\
|
|
/
|
*
#17766: test_iterlen now works with unittest test discovery. Patch by Zachar...
Ezio Melotti
2013-04-17
1
-0/+3
*
|
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
Barry Warsaw
2013-04-16
1
-0/+3
|
\
\
|
|
/
|
*
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
Barry Warsaw
2013-04-16
1
-0/+3
*
|
Issue #17710: Fix pickle raising a SystemError on bogus input.
Antoine Pitrou
2013-04-15
1
-0/+2
|
\
\
|
|
/
|
*
Issue #17710: Fix pickle raising a SystemError on bogus input.
Antoine Pitrou
2013-04-15
1
-0/+2
*
|
Merge #17341: Include name in re error message about invalid group name.
R David Murray
2013-04-14
1
-0/+3
|
\
\
|
|
/
|
*
#17341: Include name in re error message about invalid group name.
R David Murray
2013-04-14
1
-0/+3
*
|
Issue #17221: Resort Misc/NEWS.
Serhiy Storchaka
2013-04-14
1
-256/+258
|
\
\
|
|
/
|
*
Issue #17221: Resort Misc/NEWS.
Serhiy Storchaka
2013-04-14
1
-232/+243
*
|
(Merge 3.3) Close #17702: os.environ now raises KeyError with the original
Victor Stinner
2013-04-14
1
-0/+4
|
\
\
|
|
/
|
*
Close #17702: os.environ now raises KeyError with the original environment
Victor Stinner
2013-04-14
1
-0/+4
*
|
Merge fix for #16163 from 3.3
Nick Coghlan
2013-04-14
1
-0/+3
|
\
\
|
|
/
|
*
Close issue #16163: handle submodules in pkgutil.iter_importers
Nick Coghlan
2013-04-14
1
-0/+3
|
*
Issue #16550: Update the opcode descriptions of pickletools to use unsigned
Alexandre Vassalotti
2013-04-14
1
-0/+3
*
|
Issue #16804: Fix 'python -S -m site' failure.
Meador Inge
2013-04-14
1
-0/+3
|
\
\
|
|
/
|
*
Issue #16804: Fix 'python -S -m site' failure.
Meador Inge
2013-04-14
1
-0/+3
*
|
properly lookup the __round__ special method (closes #17722)
Benjamin Peterson
2013-04-13
1
-0/+2
*
|
Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal.
Antoine Pitrou
2013-04-13
1
-0/+3
*
|
Issue #16061: Speed up str.replace() for replacing 1-character strings.
Serhiy Storchaka
2013-04-13
1
-0/+2
*
|
#2118: Make SMTPException a subclass of IOError.
R David Murray
2013-04-13
1
-0/+2
*
|
Issue #17016: Get rid of possible pointer wraparounds and integer overflows
Serhiy Storchaka
2013-04-13
1
-0/+3
|
\
\
|
|
/
|
*
Issue #17016: Get rid of possible pointer wraparounds and integer overflows
Serhiy Storchaka
2013-04-13
1
-0/+3
*
|
Issue #17715: Merge fix from 3.3.
Mark Dickinson
2013-04-13
1
-0/+3
|
\
\
|
|
/
|
*
Issue #17715: Add missing NULL Check to PyNumber_Long.
Mark Dickinson
2013-04-13
1
-0/+3
*
|
Revert changes for #13355 by request from Raymond Hettinger
Andrew Svetlov
2013-04-13
1
-3/+0
|
\
\
|
|
/
|
*
Revert changes for #13355 by request from Raymond Hettinger
Andrew Svetlov
2013-04-13
1
-3/+0
*
|
Issue #17643: Add __callback__ attribute to weakref.ref.
Mark Dickinson
2013-04-13
1
-0/+2
*
|
Issue #16447: Merge fix from 3.3.
Mark Dickinson
2013-04-13
1
-0/+3
|
\
\
|
|
/
|
*
Issue #16447: Fix potential segfault when setting __name__ on a class.
Mark Dickinson
2013-04-13
1
-0/+3
[next]