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 the patch for issue #21013 into default
Donald Stufft
2014-03-23
1
-0/+3
|
\
|
*
Issue #21013: Enhance ssl.create_default_context() for server side contexts
Donald Stufft
2014-03-23
1
-0/+3
*
|
Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Sc...
Antoine Pitrou
2014-03-23
2
-0/+4
|
\
\
|
|
/
|
*
Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Sc...
Antoine Pitrou
2014-03-23
2
-0/+4
*
|
#20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.
R David Murray
2014-03-23
2
-0/+4
*
|
Merge 3.4.
Richard Oudkerk
2014-03-23
1
-0/+2
|
\
\
|
|
/
|
*
Merge 3.3.
Richard Oudkerk
2014-03-23
1
-0/+2
|
|
\
|
|
*
Issue #20633: Replace relative import by absolute import.
Richard Oudkerk
2014-03-23
1
-0/+2
*
|
|
Merge 3.4.
Richard Oudkerk
2014-03-23
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #20980: Stop wrapping exception when using ThreadPool.
Richard Oudkerk
2014-03-23
1
-0/+2
*
|
|
Merge 3.4.
Richard Oudkerk
2014-03-23
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #20990: Fix issues found by pyflakes for multiprocessing.
Richard Oudkerk
2014-03-23
1
-0/+2
*
|
|
Issue #21015: SSL contexts will now automatically select an elliptic curve fo...
Antoine Pitrou
2014-03-22
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #21015: SSL contexts will now automatically select an elliptic curve fo...
Antoine Pitrou
2014-03-22
1
-0/+4
*
|
|
improve the command-line interface of json.tool (closes #21000)
Benjamin Peterson
2014-03-22
1
-0/+2
*
|
|
Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build
Zachary Ware
2014-03-22
1
-0/+6
*
|
|
Fix an incomplete merge of Misc/NEWS
Donald Stufft
2014-03-22
1
-3/+2
*
|
|
Merge changes from 3.4 to bring in fixes for Issue #20995
Donald Stufft
2014-03-22
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
Issue #20995: Enhance default ciphers used by the ssl module
Donald Stufft
2014-03-22
1
-0/+3
|
*
|
Issue #20884: Don't assume in importlib.__init__ that __file__ is
Brett Cannon
2014-03-21
1
-0/+2
*
|
|
Issue #20627: xmlrpc.client.ServerProxy is now a context manager.
Brett Cannon
2014-03-21
1
-0/+2
*
|
|
Issue #19165: The formatter module graduates to full deprecation.
Brett Cannon
2014-03-21
1
-0/+3
*
|
|
remove the ability of datetime.time to be considered false (closes #13936)
Benjamin Peterson
2014-03-20
1
-0/+3
*
|
|
Fix issue 18931: selectors module now supports /dev/poll on Solaris.
Giampaolo Rodola'
2014-03-20
1
-0/+3
*
|
|
merge 3.4
Benjamin Peterson
2014-03-20
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
add Nehal Hussain
Benjamin Peterson
2014-03-20
1
-0/+1
*
|
|
Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception
Ethan Furman
2014-03-19
1
-0/+2
*
|
|
Restore removed NEWS items 3.4.1rc1 into 3.5.0alpha1 sections
Victor Stinner
2014-03-18
1
-0/+60
*
|
|
Issue #19977: When the ``LC_TYPE`` locale is the POSIX locale (``C`` locale),
Victor Stinner
2014-03-18
1
-0/+4
*
|
|
Issue #20574: Implement incremental decoder for cp65001 code
Victor Stinner
2014-03-17
1
-0/+3
*
|
|
(Merge 3.4) Issue #20879: Delay the initialization of encoding and decoding
Victor Stinner
2014-03-17
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #20879: Delay the initialization of encoding and decoding tables for
Victor Stinner
2014-03-17
1
-0/+5
*
|
|
Drop Python 3.4.1 section from Misc/NEWS
Victor Stinner
2014-03-17
1
-71/+0
*
|
|
Move 3.3 items of Misc/NEWS to Misc/HISTORY
Victor Stinner
2014-03-17
2
-4673/+573
*
|
|
Version bump to 3.5, step 2.
Larry Hastings
2014-03-17
2
-2/+13
*
|
|
Version bump to 3.5, step 1.
Larry Hastings
2014-03-17
1
-0/+0
*
|
|
Merge from 3.4 into default.
Larry Hastings
2014-03-17
1
-72/+62
|
\
\
\
|
|
/
/
|
*
|
Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1.
Larry Hastings
2014-03-17
2
-25/+111
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
merge 3.3 (#20946)
Benjamin Peterson
2014-03-16
1
-0/+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
fix ctypes test alignment assumptions (closes #20946)
Benjamin Peterson
2014-03-16
1
-0/+2
*
|
|
Issue #20939: merge from 3.3
Ned Deily
2014-03-15
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #20939: Fix test_geturl failure in test_urllibnet due to
Ned Deily
2014-03-15
1
-0/+6
*
|
|
cast negative numbers to size_t before shifting them (#20929)
Benjamin Peterson
2014-03-15
1
-0/+2
*
|
|
whatsnew: difflib.isbjunk &c were removed, not deprecated.
R David Murray
2014-03-14
1
-2/+3
*
|
|
Close #19407: New installation & distribution guides
Nick Coghlan
2014-03-13
1
-0/+6
*
|
|
Merge 3.3 (#11599)
Éric Araujo
2014-03-13
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Make distutils error messages more helpful (#11599).
Éric Araujo
2014-03-13
1
-0/+4
*
|
|
merge 3.3
Benjamin Peterson
2014-03-12
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
add Sean Rodman
Benjamin Peterson
2014-03-12
1
-0/+1
*
|
|
Merge 3.3 (#4931)
Éric Araujo
2014-03-12
1
-0/+3
|
\
\
\
|
|
/
/
[next]