summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* c-api: Replace PyUnicodeObject* by PyObject* in "U" format docVictor Stinner2011-12-011-1/+1
* Issue #1040439: better document how to compile and link an embedded Python in...Antoine Pitrou2011-11-301-31/+47
|\
| * Issue #1040439: better document how to compile and link an embedded Python in...Antoine Pitrou2011-11-301-31/+47
* | Issue #6715: Add module for compression using the LZMA algorithm.Nadeem Vawda2011-11-306-6/+352
* | Mention hashable memoryviews, and reformat.Antoine Pitrou2011-11-291-13/+13
* | Add subheaders to make PEP 393 description clearerAntoine Pitrou2011-11-291-22/+28
* | Merge 3.2Éric Araujo2011-11-292-9/+9
|\ \ | |/
| * Mark up constants in sockets docs as suchÉric Araujo2011-11-291-8/+8
| * Fix typo (#13467)Éric Araujo2011-11-291-1/+1
* | Issue #12567: The curses module uses Unicode functions for Unicode argumentsVictor Stinner2011-11-252-1/+16
* | TypoAntoine Pitrou2011-11-251-1/+1
* | Update What's new for PEP 3155Antoine Pitrou2011-11-251-0/+59
* | PEP 3155 / issue #13448: Qualified name for classes and functions.Antoine Pitrou2011-11-255-0/+45
* | Clarify concatenation behaviour of immutable strings, and remove explicitAntoine Pitrou2011-11-252-9/+38
|\ \ | |/
| * Clarify concatenation behaviour of immutable strings, and remove explicitAntoine Pitrou2011-11-252-9/+38
* | fix some typos in Doc/c-api/memoryview.rstEli Bendersky2011-11-251-2/+2
|\ \ | |/
| * fix some typos in Doc/c-api/memoryview.rstEli Bendersky2011-11-251-2/+2
* | Add a "What's New" entry for #12170Petri Lehtinen2011-11-241-0/+7
* | Merged documentation addition from 3.2.Vinay Sajip2011-11-231-0/+64
|\ \ | |/
| * Added a configuration dictionary example to the logging cookbook.Vinay Sajip2011-11-231-0/+64
* | Closes #13459: Merged fix from 3.2.Vinay Sajip2011-11-231-3/+9
|\ \ | |/
| * Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fo...Vinay Sajip2011-11-231-3/+9
* | Merge branch 3.2Amaury Forgeot d'Arc2011-11-221-3/+3
|\ \ | |/
| * bytes() can't be used to get a representation of an object.Amaury Forgeot d'Arc2011-11-221-3/+3
* | fix wrong credit and issue id given in previous commitGiampaolo Rodola'2011-11-221-6/+6
* | Fix 13245:Giampaolo Rodola'2011-11-222-6/+36
* | Issue #13411: memoryview objects are now hashable when the underlying object ...Antoine Pitrou2011-11-211-0/+13
* | What's new in Python 3.3: Rephrase PEP 393 docVictor Stinner2011-11-211-36/+43
* | Document new and deprecated Unicode functionsVictor Stinner2011-11-201-11/+92
* | Document PyUnicode_WCHAR_KINDVictor Stinner2011-11-201-1/+2
* | Issue #12245 merge.Mark Dickinson2011-11-191-2/+6
|\ \ | |/
| * Issue #12245: Document sys.float_info.rounds better.Mark Dickinson2011-11-191-2/+6
* | #13387: merge with 3.2.Ezio Melotti2011-11-181-0/+2
|\ \ | |/
| * #13387: add note about checking the exact type in assertIsInstance doc.Ezio Melotti2011-11-181-0/+2
* | #13426: merge with 3.2.Ezio Melotti2011-11-181-5/+5
|\ \ | |/
| * #13426: fix typos in pickle doc.Ezio Melotti2011-11-181-5/+5
* | Add a couple other whatsnew itemsAntoine Pitrou2011-11-171-2/+18
* | Add various items in whatsnewAntoine Pitrou2011-11-171-1/+20
* | Remove XXX, as the functions and macros are mentioned in the porting sectionAntoine Pitrou2011-11-171-2/+0
* | Explain concrete (resource consumption) effects of PEP 393 a bit.Antoine Pitrou2011-11-171-5/+13
* | Be a bit less shyAntoine Pitrou2011-11-171-1/+1
* | fixing typos in optparse docEli Bendersky2011-11-161-2/+2
|\ \ | |/
| * fixing typos in optparse docEli Bendersky2011-11-161-2/+2
* | What's New in 3.3: Add a "Deprecated ..." sectionVictor Stinner2011-11-161-5/+17
* | Issue #13374: The Windows bytes API has been deprecated in the os module. UseVictor Stinner2011-11-151-0/+4
* | Closes #13297: use bytes type to send and receive binary data through XMLRPC.Florent Xicluna2011-11-151-18/+35
* | Merge 3.2Éric Araujo2011-11-151-2/+2
|\ \ | |/
| * Fix markupÉric Araujo2011-11-141-2/+2
* | Branch mergeÉric Araujo2011-11-156-13/+16
|\ \
| * | Remove obsolete verbose arguments from packaging.Éric Araujo2011-11-153-6/+8