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
*
pep 476: verify certificates by default (#22417)
Benjamin Peterson
2014-11-24
1
-0/+2
*
give urllib.urlopen a context parameter (closes #22927)
Benjamin Peterson
2014-11-24
1
-0/+3
*
add NEWS note for #22921
Benjamin Peterson
2014-11-24
1
-0/+3
*
allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnec...
Benjamin Peterson
2014-11-23
1
-0/+5
*
Add regression issue number to Misc/NEWS entry.
Antoine Pitrou
2014-11-21
1
-4/+4
*
Issue #21963: backout issue #1856 patch (avoid crashes and lockups when
Antoine Pitrou
2014-11-21
1
-4/+5
*
Issue 22878: PEP 477 - "make install" and "make altinstall" integration
Ned Deily
2014-11-20
1
-0/+7
*
Issue #22877: PEP 477 - OS X installer for 2.7.9 now installs pip.
Ned Deily
2014-11-15
1
-0/+2
*
Issue #12728: Different Unicode characters having the same uppercase but
Serhiy Storchaka
2014-11-10
1
-0/+3
*
Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
Serhiy Storchaka
2014-11-10
1
-0/+3
*
Issues #814253, #9179: Group references and conditional group references now
Serhiy Storchaka
2014-11-07
1
-0/+3
*
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Serhiy Storchaka
2014-11-07
1
-0/+3
*
Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
Serhiy Storchaka
2014-11-07
1
-0/+2
*
allow keyfile argument to be None (closes #22787)
Benjamin Peterson
2014-11-04
1
-0/+3
*
Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2.
Serhiy Storchaka
2014-11-02
2
-0/+4
*
#22751: fix test___all__ warning about modified environment in the tests. Pa...
Ezio Melotti
2014-11-02
1
-0/+1
*
Issue #17896: Move Windows external lib sources from .. to externals.
Zachary Ware
2014-11-02
1
-0/+3
*
Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
Ned Deily
2014-11-02
1
-0/+2
*
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.
Zachary Ware
2014-11-01
1
-0/+3
*
Brought excluded code into the scope of a try block in SysLogHandler.emit().
Vinay Sajip
2014-11-01
1
-0/+3
*
Issue #17381: Fixed ranges handling in case-insensitive regular expressions.
Serhiy Storchaka
2014-10-31
1
-0/+2
*
Backported the optimization of compiling charsets in regular expressions
Serhiy Storchaka
2014-10-31
1
-0/+2
*
Issue #22410: Module level functions in the re module now cache compiled
Serhiy Storchaka
2014-10-30
1
-0/+3
*
Issue #8876: distutils now falls back to copying files when hard linking does...
Antoine Pitrou
2014-10-30
1
-0/+4
*
#22237: fix patch attribution.
Ezio Melotti
2014-10-28
1
-1/+1
*
#22237: document that sorted() is guaranteed to be stable. Initial patch by ...
Ezio Melotti
2014-10-28
1
-0/+1
*
#9351: set_defaults on subparser is no longer ignored if set on parent.
R David Murray
2014-10-18
1
-0/+3
*
Issue #22644: Update the Windows build to OpenSSL 1.0.1j
Zachary Ware
2014-10-17
1
-2/+2
*
Issue #20221: Removed conflicting (or circular) hypot definition
Zachary Ware
2014-02-20
1
-0/+3
*
Fix badly merged NEWS item.
Zachary Ware
2014-10-17
1
-1/+4
*
add back NEWS entries removed by 1c2c44313408
Benjamin Peterson
2014-10-17
1
-4/+208
*
Merge.
Charles-François Natali
2014-10-13
2
-2/+12
|
\
|
*
Issue #13664: GzipFile now supports non-ascii Unicode filenames.
Serhiy Storchaka
2014-10-12
1
-0/+2
|
*
#13096: Fix segfault in CTypes POINTER handling of large values.
R David Murray
2014-10-12
1
-0/+3
|
*
Issue #22604: Fix assertion error in debug mode when dividing a complex numbe...
Antoine Pitrou
2014-10-10
1
-0/+3
|
*
Issue #11694: Raise ConversionError in xdrlib as documented
Petri Lehtinen
2014-10-10
1
-0/+3
|
*
#0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unitt...
R David Murray
2014-10-10
1
-0/+3
|
*
Issue #1686: Fix string.Template when overriding the pattern attribute.
Florent Xicluna
2010-09-18
1
-0/+2
|
*
#11866: Eliminate race condition in the computation of names for new threads.
R David Murray
2014-10-04
1
-0/+3
|
*
Fixed issue number for issue #22470 in Misc/NEWS.
Serhiy Storchaka
2014-10-04
1
-1/+1
|
*
Issue #22518: Fixed integer overflow issues in "backslashreplace" and
Serhiy Storchaka
2014-10-04
1
-0/+3
|
*
Issue #22219: The zipfile module CLI now adds entries for directories
Serhiy Storchaka
2014-10-04
1
-0/+3
|
*
also use openssl envvars to find certs on windows (closes #22449)
Benjamin Peterson
2014-10-03
1
-0/+3
|
*
- Add CVE number for Issue #21831
doko@ubuntu.com
2014-10-03
1
-1/+1
|
*
#8473: make doctest.testfile use universal newline mode.
R David Murray
2014-10-03
1
-0/+3
|
*
- Issue #17219: Add library build dir for Python extension cross-builds.
doko@ubuntu.com
2014-10-02
1
-0/+2
|
*
- Issue #18096: Fix library order returned by python-config.
doko@ubuntu.com
2014-10-01
2
-2/+5
|
*
Issue #20076: Added non derived UTF-8 aliases to locale aliases table.
Serhiy Storchaka
2014-10-01
1
-0/+2
|
*
Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
Serhiy Storchaka
2014-10-01
1
-0/+2
|
*
allow longs as indexes to group() (closes #22530)
Benjamin Peterson
2014-10-01
1
-0/+3
[next]