summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* merge with 3.3Georg Brandl2013-10-061-1/+1
|\
| * Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ke...Georg Brandl2013-10-061-1/+1
* | merge with 3.3Georg Brandl2013-10-061-1/+1
|\ \ | |/
| * Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change ...Georg Brandl2013-10-061-1/+1
* | merge with 3.3Georg Brandl2013-10-061-2/+2
|\ \ | |/
| * Fix prefix_chars not being applied in help text example (reported by John Koo...Georg Brandl2013-10-061-2/+2
* | merge with 3.3Georg Brandl2013-10-061-1/+1
|\ \ | |/
| * Fix markup to not add parens to the "hashlib.md5" constructor when the object...Georg Brandl2013-10-061-1/+1
* | merge with 3.3Georg Brandl2013-10-061-3/+0
|\ \ | |/
| * Remove dead link to effbot Tkinter introduction material (reported by Ralf Ga...Georg Brandl2013-10-061-3/+0
* | merge with 3.3Georg Brandl2013-10-061-1/+1
|\ \ | |/
| * Fix: Element.text is an attribute, not a method (report by Cameron Laird on d...Georg Brandl2013-10-061-1/+1
* | merge with 3.3Georg Brandl2013-10-061-2/+2
|\ \ | |/
| * Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@)Georg Brandl2013-10-061-2/+2
* | [issue 19152] Add versionadded for ExtensionFileLoader.get_filename().Eric Snow2013-10-051-0/+2
* | Add missing comma.Ezio Melotti2013-10-051-1/+1
* | #19148: fix markup errors and wording in enum docs. Patch by Esa Peuha.Ezio Melotti2013-10-051-7/+7
* | Issue #18716: Deprecate the formatter moduleBrett Cannon2013-10-041-0/+4
* | MERGE: Close #19160: Inconsistent size for GIL release in hashlibJesus Cea2013-10-041-2/+2
|\ \ | |/
| * Close #19160: Inconsistent size for GIL release in hashlibJesus Cea2013-10-041-2/+2
* | MERGE: Close #19160: Inconsistent size for GIL release in hashlibJesus Cea2013-10-041-1/+1
|\ \ | |/
| * Close #19160: Inconsistent size for GIL release in hashlibJesus Cea2013-10-041-1/+1
| * [issue19152] Revert 832579dbafd6.Eric Snow2013-10-031-5/+1
| * [issue19152] Add ExtensionFileLoader.get_filename().Eric Snow2013-10-031-1/+5
* | [issue19152] Add ExtensionFileLoader.get_filename().Eric Snow2013-10-031-1/+5
* | Issue #19132: Add versionchanged tags.Serhiy Storchaka2013-10-021-0/+9
* | Close #17839: support bytes-like objects in base64 moduleNick Coghlan2013-10-022-30/+39
* | Close #18690: register memoryview with Sequence ABCNick Coghlan2013-10-021-0/+4
* | Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__.Vinay Sajip2013-10-021-0/+3
* | Issue #19132: The pprint module now supports compact mode.Serhiy Storchaka2013-10-021-11/+20
* | Close #10042: functools.total_ordering now handles NotImplementedNick Coghlan2013-10-011-0/+19
* | merge from 3.3. Minor urllib.parse.rst docs fix.Senthil Kumaran2013-10-011-1/+1
|\ \ | |/
| * Minor doc fix in urllib.parse.rstSenthil Kumaran2013-10-011-1/+1
* | Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL hand...Antoine Pitrou2013-09-291-1/+5
* | Close #18990: remove root attribute from XMLPullParserNick Coghlan2013-09-281-3/+10
* | Close #19011: Add documentation on some of the non-standard Enum behavior.Ethan Furman2013-09-281-0/+73
* | logging: added support for Unix domain sockets to SocketHandler and DatagramH...Vinay Sajip2013-09-271-0/+6
* | Issue #18978: Update docs to reflect explicitly the ability to set the attrib...Jason R. Coombs2013-09-221-0/+5
* | Close #18626: add a basic CLI for the inspect moduleNick Coghlan2013-09-221-0/+17
* | Avoid inconsistent use of 'finalizer'Nick Coghlan2013-09-221-2/+2
* | Close #19047: weakref doc cleanupsNick Coghlan2013-09-221-19/+38
* | Correcting the mistake in 678e3c0d2d99Senthil Kumaran2013-09-191-2/+2
|\ \ | |/
| * Correcting the mistake in 14ba90816930Senthil Kumaran2013-09-191-2/+2
* | Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-181-0/+8
|\ \ | |/
| * Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-181-0/+8
| |\
| | * Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-181-0/+8
| | |\
| | | * #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-181-0/+8
| | * | Fix XML vulnerability link references.Georg Brandl2013-03-281-2/+2
| | * | Update suspicious ignore file.Ezio Melotti2013-03-281-1/+1
* | | | Issue #17003: Unified the size argument names in the io module with commonSerhiy Storchaka2013-09-161-26/+26