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 #17825: Cursor ^ is correctly positioned for SyntaxError and Indentatio...
Florent Xicluna
2014-01-22
1
-0/+3
|
\
|
*
Issue #17825: Cursor ^ is correctly positioned for SyntaxError and Indentatio...
Florent Xicluna
2014-01-22
1
-0/+3
*
|
Issue #2382: SyntaxError cursor "^" now is written at correct position in most
Serhiy Storchaka
2014-01-21
1
-0/+4
|
\
\
|
|
/
|
*
Issue #2382: SyntaxError cursor "^" now is written at correct position in most
Serhiy Storchaka
2014-01-21
1
-0/+4
*
|
Issue #20311: selector.PollSelector.select() now rounds the timeout away from
Victor Stinner
2014-01-21
1
-0/+5
*
|
(Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away from
Victor Stinner
2014-01-21
1
-0/+4
|
\
\
|
|
/
|
*
Issue #20311: select.epoll.poll() now rounds the timeout away from zero,
Victor Stinner
2014-01-21
1
-0/+4
*
|
Issue #20262: Warnings are raised now when duplicate names are added in the
Serhiy Storchaka
2014-01-20
1
-0/+3
|
\
\
|
|
/
|
*
Issue #20262: Warnings are raised now when duplicate names are added in the
Serhiy Storchaka
2014-01-20
1
-0/+3
*
|
Fixes Issue #20165: The unittest module no longer considers tests marked with
Gregory P. Smith
2014-01-20
1
-0/+3
*
|
Issue #20294: Argument Clinic now supports argument parsing for __new__ and
Larry Hastings
2014-01-19
1
-0/+3
*
|
Issue #20299: Argument Clinic custom converters may now change the default
Larry Hastings
2014-01-19
1
-0/+3
*
|
merge 3.3 (#18574)
Benjamin Peterson
2014-01-19
1
-2/+2
|
\
\
|
|
/
|
*
correct news entry for #18574
Benjamin Peterson
2014-01-19
1
-2/+2
*
|
merge 3.3 (#18574)
Benjamin Peterson
2014-01-19
1
-0/+3
|
\
\
|
|
/
|
*
fix handling of 100-continue status code (closes #18574)
Benjamin Peterson
2014-01-19
1
-0/+3
*
|
Issue #20270: urllib.urlparse now supports empty ports.
Serhiy Storchaka
2014-01-18
1
-0/+2
|
\
\
|
|
/
|
*
Issue #20270: urllib.urlparse now supports empty ports.
Serhiy Storchaka
2014-01-18
1
-0/+2
*
|
Issue #20243: TarFile no longer raise ReadError when opened in write mode.
Serhiy Storchaka
2014-01-18
1
-0/+2
|
\
\
|
|
/
|
*
Issue #20243: TarFile no longer raise ReadError when opened in write mode.
Serhiy Storchaka
2014-01-18
1
-0/+2
*
|
Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't
Serhiy Storchaka
2014-01-18
1
-0/+3
|
\
\
|
|
/
|
*
Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't
Serhiy Storchaka
2014-01-18
1
-0/+3
*
|
Issue #20245: The open functions in the tarfile module now correctly handle e...
Serhiy Storchaka
2014-01-18
1
-0/+3
|
\
\
|
|
/
|
*
Issue #20245: The open functions in the tarfile module now correctly handle e...
Serhiy Storchaka
2014-01-18
1
-0/+3
*
|
Issue #20287: Argument Clinic's output is now configurable, allowing
Larry Hastings
2014-01-18
1
-0/+3
*
|
Issue #20265: Merge with 3.3
Zachary Ware
2014-01-17
1
-0/+2
|
\
\
|
|
/
|
*
Issue #20265: Updated some parts of the Using Windows document.
Zachary Ware
2014-01-17
1
-0/+2
*
|
Merge typo/grammar fixes from 3.3.
Zachary Ware
2014-01-17
1
-3/+3
|
\
\
|
|
/
|
*
Fix some typos/grammar in current sections of NEWS.
Zachary Ware
2014-01-17
1
-3/+3
*
|
Issue #20266: Merge with 3.3
Zachary Ware
2014-01-17
1
-1/+3
|
\
\
|
|
/
|
*
Issue #20266: Update parts of the Windows FAQ
Zachary Ware
2014-01-17
1
-1/+3
*
|
Issue #20226: Major improvements to Argument Clinic.
Larry Hastings
2014-01-16
1
-0/+3
*
|
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-0/+6
|
\
\
|
|
/
|
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-0/+6
*
|
Issue #14455: Fix some issues with plistlib
Ronald Oussoren
2014-01-15
1
-0/+2
*
|
Issue #20268: Argument Clinic now supports cloning the parameters
Larry Hastings
2014-01-15
1
-0/+3
*
|
Issue #20255: Update the about and bugs pages.
Zachary Ware
2014-01-14
1
-0/+2
|
\
\
|
|
/
|
*
Issue #20255: Update the about and bugs pages.
Zachary Ware
2014-01-14
1
-0/+2
*
|
Closes #20253: Merge typo fix
Zachary Ware
2014-01-14
1
-0/+3
|
\
\
|
|
/
|
*
Issue #20253: Fixed a typo in the ipaddress docs that advertised an
Zachary Ware
2014-01-14
1
-0/+3
|
*
merge 3.2 (#20246)
Benjamin Peterson
2014-01-14
1
-0/+2
|
|
\
|
|
*
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
Benjamin Peterson
2014-01-14
1
-0/+2
*
|
|
merge 3.3 (#20246)
Benjamin Peterson
2014-01-14
1
-0/+2
*
|
|
Closes #20242: Merged fix from 3.3.
Vinay Sajip
2014-01-13
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #20242: Fixed basicConfig() format strings for the alternative formatti...
Vinay Sajip
2014-01-13
1
-0/+3
*
|
|
Issue #20229: Avoid plistlib deprecation warning in platform.mac_ver().
Ned Deily
2014-01-13
1
-0/+2
*
|
|
Merge #20206, #5803: more efficient algorithm that doesn't truncate output.
R David Murray
2014-01-13
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
#20206, #5803: more efficient algorithm that doesn't truncate output.
R David Murray
2014-01-13
1
-0/+4
*
|
|
merge from 3.3
Senthil Kumaran
2014-01-13
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modul...
Senthil Kumaran
2014-01-13
1
-0/+3
[next]