summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix template syntax.Georg Brandl2012-10-011-1/+1
|
* The default reST role `foo` can now be used in NEWS to refer to Python ↵Georg Brandl2012-10-011-1/+1
| | | | objects. Use it for a fraction of the current NEWS file.
* Fix page name.Georg Brandl2012-10-011-1/+1
|
* Several improvements to the HTML NEWS version:Georg Brandl2012-10-013-12/+14
| | | | | | * rename to "Changelog" * recognize more issue links * add NEWS as a dependency for Sphinx
* Correcting my name since people keep bringing it upBrian Curtin2012-10-011-1/+1
|
* Update suspicious ignore file.Ezio Melotti2012-10-011-0/+12
|
* More additions to whatsnew.R David Murray2012-10-011-16/+56
|
* Merge: Fix sqlite3 class markup.R David Murray2012-10-011-222/+226
|\
| * Fix sqlite3 class markup.R David Murray2012-10-011-215/+215
| |
* | More whatsnew adds, especially the os module.R David Murray2012-10-011-7/+42
| | | | | | | | | | I went through all the versionchanged/versionadded tags in the os doc page for this changeset.
* | Add some missing stuff to whatsnew.R David Murray2012-09-301-15/+47
| |
* | doc typo fixesGregory P. Smith2012-09-301-3/+3
| |
* | Use newer version of Pygments that handles "yield from".Georg Brandl2012-09-302-2/+2
| |
* | Add a filterable HTML version of Misc/NEWS to the docs "whatsnew" section.Georg Brandl2012-09-304-0/+79
| |
* | Issue #15533: Merge fix from 3.2.Chris Jerdonek2012-09-301-4/+4
|\ \ | |/
| * Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument.Chris Jerdonek2012-09-301-4/+4
| |
* | Merge commit, because Mercurial's handling of push races is bloody awfulNick Coghlan2012-09-302-0/+39
|\ \
| * | What's new entry for PEP 397 and Windows PATH modificationNick Coghlan2012-09-302-0/+39
| | |
* | | Doc sidebar: point to 3.4 as dev.Georg Brandl2012-09-301-1/+1
|/ /
* | Fix release PEP descriptionNick Coghlan2012-09-301-1/+1
| |
* | Add notes to whatsnew porting for visible changes in email compatibility mode.R David Murray2012-09-301-0/+16
| |
* | Make whatsnew PEP markup conform to previous whatsnew docs.R David Murray2012-09-291-45/+101
| | | | | | | | Also some other consistency tweaks.
* | Move discussion of email changes into Improved Modules section.R David Murray2012-09-291-151/+151
| |
* | Raymond didn't write any of the text this time, remove as author.R David Murray2012-09-291-1/+0
| |
* | Fix over-indentation of bullet lists.R David Murray2012-09-291-45/+45
| |
* | Be consistent and don't use a bullet list when a section has only one item.R David Murray2012-09-291-31/+34
| |
* | Merge #16085: Don't promote shadowing builtins in the configparser example.R David Murray2012-09-291-7/+7
|\ \ | |/
| * #16085: Don't promote shadowing builtins in the configparser example.R David Murray2012-09-291-7/+7
| |
* | Clarify description of who needs to worry about importlib changes.R David Murray2012-09-291-5/+4
| |
* | merge mostly from defaultBenjamin Peterson2012-09-2953-482/+456
|\ \
| * \ Merge with main repo default branch.Georg Brandl2012-09-2953-482/+456
| |\ \
| | * \ Merge #16071: fix more email.message links in mailbox docs.R David Murray2012-09-281-6/+6
| | |\ \ | | | |/
| | | * #16071: fix more email.message links in mailbox docs.R David Murray2012-09-281-6/+6
| | | |
| | * | Merge #16071: fix links to email.message.Message in mailbox docs.R David Murray2012-09-281-3/+4
| | |\ \ | | | |/
| | | * #16071: fix links to email.message.Message in mailbox docs.R David Murray2012-09-281-3/+4
| | | |
| | * | Closes issue 15323. Improve failure message of Mock.assert_called_once_withMichael Foord2012-09-281-2/+2
| | | |
| | * | MERGE: Closes #15953: Incorrect some fields declaration in the PyTypeObject ↵Jesus Cea2012-09-281-3/+3
| | |\ \ | | | |/ | | | | | | | | documentation
| | | * Closes #15953: Incorrect some fields declaration in the PyTypeObject ↵Jesus Cea2012-09-281-3/+3
| | | | | | | | | | | | | | | | documentation
| | * | Close issue #16073: merge fix from 3.2.Chris Jerdonek2012-09-281-1/+1
| | |\ \ | | | |/
| | | * Close issue #16073: fix map() example in list comprehension documentation.Chris Jerdonek2012-09-281-1/+1
| | | | | | | | | | | | | | | | Thanks for the e-mail report to docs@.
| | * | urllib.parse.urlencode doc updarte.Michael Foord2012-09-281-2/+3
| | | | | | | | | | | | | | | | Closes issue 15593
| | * | Now that it's possible, avoid timing attacks in the crypt module examples)Nick Coghlan2012-09-282-3/+8
| | | |
| | * | Issue #16036: Merge update from 3.2.Chris Jerdonek2012-09-281-8/+13
| | |\ \ | | | |/
| | | * Issue #16036: Improve documentation of built-in int()'s signature and arguments.Chris Jerdonek2012-09-281-8/+13
| | | |
| | * | Tell people the *new* behaviour, not just the old behaviourNick Coghlan2012-09-271-1/+1
| | | |
| | * | Mention the Unicode version bump in What's NewNick Coghlan2012-09-271-0/+2
| | | |
| | * | Add a few entries to whatsnew/3.3.rst.Ezio Melotti2012-09-261-0/+35
| | | |
| | * | Closes #16052: fix typo. Patch by Lars Buitinck.Georg Brandl2012-09-261-1/+1
| | | |
| | * | merge 3.3Giampaolo Rodola'2012-09-251-5/+9
| | |\ \
| | | * \ mergeBrett Cannon2012-09-251-1/+1
| | | |\ \