summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixes path to patchlevel.py in doc/make.batSteve Dower2014-11-061-1/+1
| * Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...Steve Dower2014-11-066-18/+106
* | #22650: test suite: load Unicode test data files from www.pythontest.netGeorg Brandl2014-11-066-23/+15
|/
* Closes #22525: clarify documentation for ast.literal_eval().Georg Brandl2014-11-051-6/+8
* use pythontest.net for url fragment testBenjamin Peterson2014-11-051-2/+2
* Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warningsVictor Stinner2014-11-051-0/+4
* Issue #22773: fix failing test with old readline versions due to issue #19884.Antoine Pitrou2014-11-042-0/+7
* allow keyfile argument to be None (closes #22787)Benjamin Peterson2014-11-042-7/+26
* test that keyfile can be NoneBenjamin Peterson2014-11-041-1/+1
* Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2.Serhiy Storchaka2014-11-024-2/+23
* #22751: fix test___all__ warning about modified environment in the tests. Pa...Ezio Melotti2014-11-022-3/+5
* Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-029-42/+18
* Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.Ned Deily2014-11-022-3/+4
* Issue #17717: Pull NASM from svn.python.org for OpenSSL build.Zachary Ware2014-11-014-1/+21
* Brought excluded code into the scope of a try block in SysLogHandler.emit().Vinay Sajip2014-11-012-11/+14
* Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.Georg Brandl2014-10-311-2/+2
* Issue #17381: Fixed ranges handling in case-insensitive regular expressions.Serhiy Storchaka2014-10-313-15/+88
* Backported the optimization of compiling charsets in regular expressionsSerhiy Storchaka2014-10-312-128/+105
* #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)Georg Brandl2014-10-312-6/+7
* #22613: minor other fixes in library docs (thanks Jacques Ducasse)Georg Brandl2014-10-313-7/+9
* #22613: document Cmd.cmdqueue (thanks Jacques Ducasse)Georg Brandl2014-10-311-1/+8
* minor grammar fixes (from docs@python.org)Georg Brandl2014-10-311-2/+2
* Fixed compile error in issue #22410. The _locale module is optional.Serhiy Storchaka2014-10-301-1/+6
* Issue #22410: Module level functions in the re module now cache compiledSerhiy Storchaka2014-10-303-4/+52
* rstlint: make the "html leaked markup" regex a bit less sensitiveGeorg Brandl2014-10-301-1/+1
* rstlint: add more directives we useGeorg Brandl2014-10-301-6/+6
* Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-302-2/+2
* Issue #8876: distutils now falls back to copying files when hard linking does...Antoine Pitrou2014-10-303-13/+68
* Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-2925-34/+32
* linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on w...Georg Brandl2014-10-291-0/+10
* Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-2914-61/+59
* Fixing broken links in doc, part 2: howto/Georg Brandl2014-10-295-45/+30
* Fixing broken links in doc, part 1: faq/Georg Brandl2014-10-299-35/+29
* Fix external links to docs.python.org to use internal links instead.Georg Brandl2014-10-291-3/+3
* Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial I...Georg Brandl2014-10-291-2/+2
* Update "where is python.org hosted" FAQ.Georg Brandl2014-10-291-4/+5
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-2949-140/+140
* Use https:// URLs in the HTML templates.Georg Brandl2014-10-294-12/+12
* Doc readme: Fix markup, use https:// URLs.Georg Brandl2014-10-291-36/+36
* Adjust the author field of the .tex files to reflect that docs are now mainta...Georg Brandl2014-10-291-1/+1
* Move Sphinx templates and extensions to their own subdirs.Georg Brandl2014-10-2910-26/+10
* Fix link to ABOP install chapter.Georg Brandl2014-10-281-2/+2
* Update Opensolaris advice to OpenCSW instead of defunct Blastwave.Georg Brandl2014-10-281-3/+2
* Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getad...Georg Brandl2014-10-281-1/+1
* Closes #22748: there are no PyString C functions in 3.x.Georg Brandl2014-10-281-4/+3
* Closes #22736: move seealso to the bottom of the section about RE syntax.Georg Brandl2014-10-281-7/+8
* #22237: fix patch attribution.Ezio Melotti2014-10-281-1/+1
* #22237: document that sorted() is guaranteed to be stable. Initial patch by ...Ezio Melotti2014-10-283-1/+9
* Update OpenSSL version in PCbuild\readme.txtZachary Ware2014-10-261-1/+1
* Issue #3068: Add Idle extension configuration dialog to Options menu.Terry Jan Reedy2014-10-236-20/+278