summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* whatsnew/3.4: mention functools.singledispatch, PEP 443Victor Stinner2013-06-201-0/+6
* whatsnew/3.4: mention the new enum module, PEP 435Victor Stinner2013-06-201-2/+2
* Merge from 3.3Andrew Kuchling2013-06-201-95/+162
|\
| * #4153: update Unicode howto for Python 3.3Andrew Kuchling2013-06-201-95/+162
* | Merge: Tweak programming faq examples so that it (mostly) passes doctest.R David Murray2013-06-191-18/+19
|\ \ | |/
| * Tweak programming faq examples so that it (mostly) passes doctest.R David Murray2013-06-191-18/+19
* | Issue #17177: Clarify some deprecationsBrett Cannon2013-06-191-3/+11
* | Grammar tweakBrett Cannon2013-06-171-1/+1
* | Issue #18147: Add diagnostic functions to ssl.SSLContext().Christian Heimes2013-06-171-0/+24
* | documentation suggesting something which doesn't existBrett Cannon2013-06-161-2/+1
* | Merge doc/argument name fixBrett Cannon2013-06-161-1/+1
|\ \ | |/
| * mergeBrett Cannon2013-06-162-11/+35
| |\
| * | Fix a misnaming of a method and an argumentBrett Cannon2013-06-161-1/+1
* | | Issue #18076: Introduce imoportlib.util.decode_source().Brett Cannon2013-06-161-0/+8
* | | importlib.abc.SourceLoader.get_source() was re-raising SyntaxError andBrett Cannon2013-06-161-0/+9
* | | mergeBrett Cannon2013-06-162-11/+35
|\ \ \
| * \ \ Merge with 3.3Andrew Kuchling2013-06-162-11/+35
| |\ \ \ | | | |/ | | |/|
| | * | Describe 'surrogateescape' in the documentation.Andrew Kuchling2013-06-162-11/+35
| | |/
* | | Issue #17177: The imp module is pending deprecation.Brett Cannon2013-06-162-2/+8
|/ /
* | Fix typo; clarify that the methods were removed entirelyAndrew Kuchling2013-06-151-2/+2
* | Issue #17177: Update the programming FAQ to use importlibBrett Cannon2013-06-151-5/+5
* | Move something to the right section of What's NewBrett Cannon2013-06-151-4/+6
* | Issue #17907: touch up the code for imp.new_module().Brett Cannon2013-06-152-0/+36
* | Fix markup of the synopsis along with changing to state what is in theBrett Cannon2013-06-151-2/+2
* | Merge headsVictor Stinner2013-06-153-2/+573
|\ \
| * | Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standar...Ethan Furman2013-06-141-0/+542
| * | Issue #17907: Document types.ModuleType's constructor and attributes,Brett Cannon2013-06-142-2/+31
* | | Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory ...Victor Stinner2013-06-151-120/+1
|/ /
* | Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document theBrett Cannon2013-06-142-0/+10
* | Issue #3329: Add new APIs to customize memory allocatorsVictor Stinner2013-06-141-1/+120
* | mergeBrett Cannon2013-06-141-0/+13
|\ \
| * | Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.Ned Deily2013-06-141-0/+13
* | | Issue #17222: Raise FileExistsError when py_compile.compile wouldBrett Cannon2013-06-142-1/+15
|/ /
* | Issue #18193: Add importlib.reload(), documenting (but notBrett Cannon2013-06-142-0/+70
* | Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib.Ethan Furman2013-06-141-0/+1
* | Issue #15767: Touch up ModuleNotFoundError usage by import.Brett Cannon2013-06-134-7/+18
* | Issue #15767: Introduce ModuleNotFoundError, a subclass ofBrett Cannon2013-06-123-2/+16
* | Issue #18187: merge from 3.3Ned Deily2013-06-111-1/+1
|\ \ | |/
| * Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag.Ned Deily2013-06-111-1/+1
* | Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.Christian Heimes2013-06-091-0/+23
* | removed accidental new lineChristian Heimes2013-06-091-2/+1
* | Issue #18143: Implement ssl.get_default_verify_paths() in order to debugChristian Heimes2013-06-091-1/+19
* | #18126: merge with 3.3.Ezio Melotti2013-06-082-5/+3
|\ \ | |/
| * #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.Ezio Melotti2013-06-082-5/+3
* | moved the single-dispatch generic function definitions to the glossaryŁukasz Langa2013-06-072-6/+15
* | Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of wh...Vinay Sajip2013-06-071-2/+17
* | Add reference implementation for PEP 443Łukasz Langa2013-06-051-0/+110
* | mergeRaymond Hettinger2013-06-021-10/+10
|\ \ | |/
| * Clarify which dictionaries are updateableRaymond Hettinger2013-06-021-10/+10
* | Issue #18065: For frozen packages set __path__ to [].Brett Cannon2013-06-011-0/+7