Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v2.7.9rc1
af358ef
2.7.9rc1
by Benjamin Peterson
· 11 years ago
v2.7.9rc1
d58cec2
update pydoc-topics
by Benjamin Peterson
· 11 years ago
0cb0b30
disable tests that always fail on windows (#22943)
by Benjamin Peterson
· 11 years ago
f7363ed
use more ugly but hopefully more robust method
by Benjamin Peterson
· 11 years ago
69a64d3
handle errors without a reason attribute
by Benjamin Peterson
· 11 years ago
f671de4
don't fail tests when www.python.org can't be validated by the system
by Benjamin Peterson
· 11 years ago
72275ef
remove incorrect plural
by Benjamin Peterson
· 11 years ago
226fa56
debugging: print ca certs loaded into default ctx
by Benjamin Peterson
· 11 years ago
dfdae02
Issue #16056: Rename test methods to avoid conflict.
by Berker Peksag
· 11 years ago
8a9c682
Issue #20351: Add examples for csv.DictReader and csv.DictWriter.
by Berker Peksag
· 11 years ago
40ce014
Fix faulty indent.
by Ned Deily
· 11 years ago
51f461f
is OpenIndiana actually sunos?
by Benjamin Peterson
· 11 years ago
98b1b24
loosen solaris test
by Benjamin Peterson
· 11 years ago
0636a4b
skip test_gdb on OpenIndiana
by Benjamin Peterson
· 11 years ago
e3e7d40
pep 476: verify certificates by default (#22417)
by Benjamin Peterson
· 11 years ago
b206473
give urllib.urlopen a context parameter (closes #22927)
by Benjamin Peterson
· 11 years ago
7982834
add NEWS note for #22921
by Benjamin Peterson
· 11 years ago
6fa40c4
fix versionchanged version
by Benjamin Peterson
· 11 years ago
31aa69e
allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI (closes #22921)
by Benjamin Peterson
· 11 years ago
88922db
fix this test when sizeof(long) < sizeof(size_t)
by Benjamin Peterson
· 11 years ago
c6b6ab0
remove strange casts
by Benjamin Peterson
· 11 years ago
b0609ec
remove py3k warning guard
by Benjamin Peterson
· 11 years ago
fcfb18e
allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnection
by Benjamin Peterson
· 11 years ago
5f6b89b
initialize _makefile_refs earlier so things don't blow up when close() is called in the constructor
by Benjamin Peterson
· 11 years ago
95b6164
Backport disabling of SSLv3 in ssl._create_stdlib_context() (issue #22638).
by Antoine Pitrou
· 11 years ago
86b36e5
Fix 2to3 reference link in pyporting.rst.
by Ned Deily
· 11 years ago
ea49a02
Remove line breaks in OS X installer README screen.
by Ned Deily
· 11 years ago
074d391
Add downloads page link to OS X installer README screens.
by Ned Deily
· 11 years ago
138ec8c
Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD.
by Serhiy Storchaka
· 11 years ago
fc419fb
Add regression issue number to Misc/NEWS entry.
by Antoine Pitrou
· 11 years ago
b9a4501
Issue #21963: backout issue #1856 patch (avoid crashes and lockups when
by Antoine Pitrou
· 11 years ago
527d4ac
Issue #22827: Backport the new Distributing and Instaling Docs from 3.4
by Donald Stufft
· 11 years ago
3f1d0b3
Issue 22878: PEP 477 - "make install" and "make altinstall" integration
by Ned Deily
· 11 years ago
a86c091
Issue #22453: Fexed reference leaks when format error messages in ceval.c.
by Serhiy Storchaka
· 11 years ago
ead2f5a
Issue #18637: Fixed an error in _PyNode_SizeOf declaration.
by Serhiy Storchaka
· 11 years ago
f9b2aa2
Issue #22193: Fixed integer overflow error in sys.getsizeof().
by Serhiy Storchaka
· 11 years ago
af62790
Update OS X installer documentation files for 2.7.9.
by Ned Deily
· 11 years ago
3010182
Issue #22877: PEP 477 - OS X installer for 2.7.9 now installs pip.
by Ned Deily
· 11 years ago
05e7c9e
Fix description.
by Georg Brandl
· 11 years ago
96c4de9
Closes #22868: make example less ambiguous.
by Georg Brandl
· 11 years ago
01bd3c1
Close #22300 by tweaking 2.7.9 What's New announcements
by Nick Coghlan
· 11 years ago
2d14270
Issue #22850: Backport ensurepip Windows installer changes to 2.7
by Steve Dower
· 11 years ago
f44b9c4
Define a __hash__ to quiet down a -3 warning
by Donald Stufft
· 11 years ago
3ecc8db
Upgrade setuptools to 7.0
by Donald Stufft
· 11 years ago
8aaff54
Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7
by Donald Stufft
· 11 years ago
04eee63
Issue #22845: Improved formatting of dis documentation.
by Serhiy Storchaka
· 11 years ago
e927757
Issue #12728: Different Unicode characters having the same uppercase but
by Serhiy Storchaka
· 11 years ago
069bdcb
Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
by Serhiy Storchaka
· 11 years ago
3454941
Use internal links where possible
by Raymond Hettinger
· 11 years ago
ccae479
Issue 22830: Clarify docs for functools.cmp_to_key().
by Raymond Hettinger
· 11 years ago
fb136d1
Remove unused import
by Raymond Hettinger
· 11 years ago
c4d2760
Silence the failure of test_pyclbr after adding a property in sre_parse
by Serhiy Storchaka
· 11 years ago
15ea870
Issues #814253, #9179: Group references and conditional group references now
by Serhiy Storchaka
· 11 years ago
b4f3d80
Backported tests for issue #22406.
by Serhiy Storchaka
· 11 years ago
4535b11
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
by Serhiy Storchaka
· 11 years ago
7a02582
Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
by Serhiy Storchaka
· 11 years ago
a6a8a4f
merge heads
by Georg Brandl
· 11 years ago
6246f2a
#22650: test suite: load Unicode test data files from www.pythontest.net
by Georg Brandl
· 11 years ago
9dcab59
fix test where sizeof(long) != sizeof(int)
by Benjamin Peterson
· 11 years ago
b3067a2
Fixes path to patchlevel.py in doc/make.bat
by Steve Dower
· 11 years ago
31221a7
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs). Patch by mattip
by Steve Dower
· 11 years ago
a1137fb
Closes #22525: clarify documentation for ast.literal_eval().
by Georg Brandl
· 11 years ago
9580510
use pythontest.net for url fragment test
by Benjamin Peterson
· 11 years ago
57b00ed
Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warnings
by Victor Stinner
· 11 years ago
06c1497
Issue #22773: fix failing test with old readline versions due to issue #19884.
by Antoine Pitrou
· 11 years ago
93c4133
allow keyfile argument to be None (closes #22787)
by Benjamin Peterson
· 11 years ago
04439fd
test that keyfile can be None
by Benjamin Peterson
· 11 years ago
186c5f0
Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2.
by Serhiy Storchaka
· 11 years ago
009352a
#22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo.
by Ezio Melotti
· 11 years ago
21a2350
Issue #17896: Move Windows external lib sources from .. to externals.
by Zachary Ware
· 11 years ago
33db23f
Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
by Ned Deily
· 11 years ago
247b644
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.
by Zachary Ware
· 11 years ago
a79d6f4
Brought excluded code into the scope of a try block in SysLogHandler.emit().
by Vinay Sajip
· 11 years ago
409062c
Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.
by Georg Brandl
· 11 years ago
e9e54ae
Issue #17381: Fixed ranges handling in case-insensitive regular expressions.
by Serhiy Storchaka
· 11 years ago
c04fcd4
Backported the optimization of compiling charsets in regular expressions
by Serhiy Storchaka
· 11 years ago
34d1597
#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
by Georg Brandl
· 11 years ago
5003801
#22613: minor other fixes in library docs (thanks Jacques Ducasse)
by Georg Brandl
· 11 years ago
fb52e38
#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)
by Georg Brandl
· 11 years ago
c182f88
minor grammar fixes (from
[email protected]
)
by Georg Brandl
· 11 years ago
e969b1b
Fixed compile error in issue #22410. The _locale module is optional.
by Serhiy Storchaka
· 11 years ago
d4c7290
Issue #22410: Module level functions in the re module now cache compiled
by Serhiy Storchaka
· 11 years ago
6556698
rstlint: make the "html leaked markup" regex a bit less sensitive
by Georg Brandl
· 11 years ago
d4754b0
rstlint: add more directives we use
by Georg Brandl
· 11 years ago
f3f5052
Doc: fix default role usage (except in unittest mock docs)
by Georg Brandl
· 11 years ago
78be2f4
Issue #8876: distutils now falls back to copying files when hard linking doesn't work.
by Antoine Pitrou
· 11 years ago
0f5d6c0
Fixing broken links in doc, part 4: some more breaks and redirects
by Georg Brandl
· 11 years ago
cea2725
linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on www.python.org again).
by Georg Brandl
· 11 years ago
97ae466
Fixing broken links in doc, part 3: the rest
by Georg Brandl
· 11 years ago
0ffb462
Fixing broken links in doc, part 2: howto/
by Georg Brandl
· 11 years ago
fa55a31
Fixing broken links in doc, part 1: faq/
by Georg Brandl
· 11 years ago
ea64fb7
Fix external links to docs.python.org to use internal links instead.
by Georg Brandl
· 11 years ago
66e624b
Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial IDEs.
by Georg Brandl
· 11 years ago
00da140
Update "where is python.org hosted" FAQ.
by Georg Brandl
· 11 years ago
06f3b3b
Use https:// URLs when referring to python.org hosts.
by Georg Brandl
· 11 years ago
42bf486
Use https:// URLs in the HTML templates.
by Georg Brandl
· 11 years ago
23dd65b
Doc readme: Fix markup, use https:// URLs.
by Georg Brandl
· 11 years ago
ecc0cc0
Adjust the author field of the .tex files to reflect that docs are now maintained by all of us
by Georg Brandl
· 11 years ago
160cbce
Move Sphinx templates and extensions to their own subdirs.
by Georg Brandl
· 11 years ago
8a91c5b
Fix link to ABOP install chapter.
by Georg Brandl
· 11 years ago
Next »