Georg Brandl
|
36ac510956
|
Closes #22771: "verbose" is unused; deprecate it.
|
2014-10-31 10:54:06 +01:00 |
Georg Brandl
|
a4c8c47961
|
#22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse)
|
2014-10-31 10:38:49 +01:00 |
Georg Brandl
|
8ed75cd8e9
|
#22613: minor other fixes in library docs (thanks Jacques Ducasse)
|
2014-10-31 10:25:48 +01:00 |
Georg Brandl
|
2677faecf5
|
#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)
|
2014-10-31 10:25:38 +01:00 |
Georg Brandl
|
717e02896f
|
#22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse)
|
2014-10-31 10:21:07 +01:00 |
Georg Brandl
|
9b1b0e54e7
|
#22613: elaborate on arguments of shutil archival functions (thanks Jacques Ducasse)
|
2014-10-31 10:02:40 +01:00 |
Georg Brandl
|
f30132fdc9
|
#22613: explain what "buffer" is in the struct documentation (thanks Jacques Ducasse)
|
2014-10-31 09:46:41 +01:00 |
Georg Brandl
|
e4196d3f2e
|
#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
|
2014-10-31 09:41:46 +01:00 |
Georg Brandl
|
f0d2ed73ac
|
minor grammar fixes (from docs@python.org)
|
2014-10-31 09:29:38 +01:00 |
Georg Brandl
|
4433ff958b
|
unittest.mock docs: fix use of default role
|
2014-10-31 07:59:37 +01:00 |
Serhiy Storchaka
|
cf7b1cadd1
|
Fixed compile error in issue #22410. The _locale module is optional.
|
2014-10-31 01:34:45 +02:00 |
Serhiy Storchaka
|
d9b8dc272a
|
Merge heads
|
2014-10-31 00:57:57 +02:00 |
Serhiy Storchaka
|
4659cc0756
|
Issue #22410: Module level functions in the re module now cache compiled
locale-dependent regular expressions taking into account the locale.
|
2014-10-31 00:53:49 +02:00 |
Antoine Pitrou
|
2b2852b1b4
|
Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError.
|
2014-10-30 23:14:03 +01:00 |
Georg Brandl
|
35903c809f
|
Sphinx extension: move imports to the module top
|
2014-10-30 22:55:13 +01:00 |
Georg Brandl
|
5aa761db52
|
pyporting howto: fix link target
|
2014-10-30 22:52:02 +01:00 |
Georg Brandl
|
884217cb60
|
distutils example: fix invalid rst in description string
|
2014-10-30 22:50:46 +01:00 |
Georg Brandl
|
3b4cf554e5
|
rstlint: make the "html leaked markup" regex a bit less sensitive
|
2014-10-30 22:49:54 +01:00 |
Georg Brandl
|
ef08bde8b8
|
minor markup fix: no inline markup is allowed in a module synopsis
|
2014-10-30 22:45:27 +01:00 |
Georg Brandl
|
2273b096ce
|
rstlint: we do not use svn anymore
|
2014-10-30 22:44:41 +01:00 |
Georg Brandl
|
95988f98ea
|
rstlint: add more directives we use
|
2014-10-30 22:35:55 +01:00 |
Georg Brandl
|
eb9106c928
|
Doc/contents: avoid false positive in rstlint
|
2014-10-30 22:31:32 +01:00 |
Georg Brandl
|
f2b56518f9
|
rstlint: recognize "deprecated-removed" directive
|
2014-10-30 22:30:01 +01:00 |
Georg Brandl
|
6b4c847c4f
|
Doc: fix default role usage (except in unittest mock docs)
|
2014-10-30 22:26:26 +01:00 |
Antoine Pitrou
|
ed14c86fac
|
Issue #8876: distutils now falls back to copying files when hard linking doesn't work.
This allows use with special filesystems such as VirtualBox shared folders.
|
2014-10-30 19:37:07 +01:00 |
Victor Stinner
|
5e78f4daa8
|
Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if
PyFile_GetLine() failed. Patch written by Xavier de Gaye.
|
2014-10-30 10:17:27 +01:00 |
Zachary Ware
|
2acbae8016
|
Issue #22173: Update lib2to3 tests to use unittest test discovery.
|
2014-10-29 12:24:59 -05:00 |
Georg Brandl
|
b7354a65ce
|
Fixing broken links in doc, part 4: some more breaks and redirects
|
2014-10-29 10:57:37 +01:00 |
Georg Brandl
|
0ef496678a
|
linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on www.python.org again).
|
2014-10-29 10:57:01 +01:00 |
Georg Brandl
|
525d355984
|
Fixing broken links in doc, part 3: the rest
|
2014-10-29 10:26:56 +01:00 |
Georg Brandl
|
9bdcb3bc8a
|
Fixing broken links in doc, part 2: howto/
|
2014-10-29 09:37:43 +01:00 |
Georg Brandl
|
77fe77d4af
|
Fixing broken links in doc, part 1: faq/
|
2014-10-29 09:24:54 +01:00 |
Georg Brandl
|
728e4debd8
|
Fix external links to docs.python.org to use internal links instead.
|
2014-10-29 09:00:30 +01:00 |
Georg Brandl
|
5e722f698e
|
Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial IDEs.
|
2014-10-29 08:55:14 +01:00 |
Georg Brandl
|
485922ea1f
|
Update "where is python.org hosted" FAQ.
|
2014-10-29 08:52:43 +01:00 |
Georg Brandl
|
e73778c1ac
|
Use https:// URLs when referring to python.org hosts.
|
2014-10-29 08:36:35 +01:00 |
Georg Brandl
|
46761ec7c2
|
Use https:// URLs in the HTML templates.
|
2014-10-29 08:36:15 +01:00 |
Georg Brandl
|
69a7203948
|
Doc readme: Fix markup, use https:// URLs.
|
2014-10-29 08:18:43 +01:00 |
Georg Brandl
|
9ab33eada4
|
Adjust the author field of the .tex files to reflect that docs are now maintained by all of us
|
2014-10-29 08:14:04 +01:00 |
Georg Brandl
|
a1f8486325
|
Move HTML templates to their own subdir.
|
2014-10-29 08:11:46 +01:00 |
Georg Brandl
|
e03902910c
|
Move Sphinx extensions to their own subdir.
|
2014-10-29 08:07:37 +01:00 |
Georg Brandl
|
9a333a6f65
|
Remove a few config values that keep the default values, move values to the correct section
|
2014-10-29 08:04:27 +01:00 |
Georg Brandl
|
3fdea95307
|
Remove deprecated and now unnecessary config value from conf.py.
|
2014-10-29 07:58:34 +01:00 |
Georg Brandl
|
fe85807d7f
|
Fix link to ABOP install chapter.
|
2014-10-28 23:00:25 +01:00 |
Georg Brandl
|
ce64cedff4
|
Fix module name.
|
2014-10-28 22:58:24 +01:00 |
Georg Brandl
|
946faa39e3
|
Using "-m module" is easier to read and understand than "-mmodule".
|
2014-10-28 22:54:24 +01:00 |
Georg Brandl
|
4ab5733685
|
Update Opensolaris advice to OpenCSW instead of defunct Blastwave.
|
2014-10-28 22:52:49 +01:00 |
Georg Brandl
|
2b07b0e868
|
Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getaddrinfo() proto param
|
2014-10-28 22:45:27 +01:00 |
Georg Brandl
|
c943e79384
|
Remove duplicate bullet point.
|
2014-10-28 22:40:48 +01:00 |
Georg Brandl
|
e48ec212e8
|
Fix typo.
|
2014-10-28 22:24:46 +01:00 |