summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Merge ABC and distutils touch-ups from 3.2.Éric Araujo2011-06-043-9/+7
|\
| * Improve glossary entry for ABCs.Éric Araujo2011-06-043-7/+8
| * Remove link that’s already present at the top of the fileÉric Araujo2011-06-031-3/+0
| * Fix named tuples to work with vars().Raymond Hettinger2011-06-031-0/+2
* | Point to new collections.abc module for collections ABCsÉric Araujo2011-06-031-1/+1
* | Fix reST label for collections ABCs.Éric Araujo2011-06-033-3/+5
* | Merge packaging doc fixÉric Araujo2011-06-021-6/+9
|\ \
| * | Packaging doc: Add missing index file, improve main page description.Éric Araujo2011-06-021-6/+9
* | | mergeRaymond Hettinger2011-06-011-22/+32
|\ \ \ | |/ / |/| / | |/
| * Forward port doc updates for builtin functions.Raymond Hettinger2011-06-011-22/+32
* | Add documentation for the packaging module.Éric Araujo2011-06-0120-0/+2690
* | Close #12028: Make threading._get_ident() public, rename it toVictor Stinner2011-05-302-8/+18
* | Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) callsVictor Stinner2011-05-301-1/+2
* | Issue #12196: Add pipe2() to the os module.Charles-François Natali2011-05-291-0/+13
* | Merge 3.2Éric Araujo2011-05-291-3/+3
|\ \ | |/
| * Merge 3.1Éric Araujo2011-05-291-3/+3
| |\
| | * Don’t misuse “package data” in pprint exampleÉric Araujo2011-05-291-3/+3
* | | Put version* directives at the right scopeÉric Araujo2011-05-291-14/+6
* | | Improve example for crypt module. No string exceptions..Éric Araujo2011-05-291-5/+7
* | | Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2Éric Araujo2011-05-281-1/+1
|\ \ \ | |/ /
| * | Merge doc touch-ups and fixes for #9831 and #9223 from 3.1Éric Araujo2011-05-281-1/+1
| |\ \ | | |/
| | * Minor doc addition for clarityÉric Araujo2011-05-271-1/+1
* | | Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtinVictor Stinner2011-05-271-25/+0
* | | Merge headsNadeem Vawda2011-05-271-8/+31
|\ \ \
| * | | Update bz2 docs following issue #1625.Nadeem Vawda2011-05-261-8/+31
* | | | Issue #8796: codecs.open() calls the builtin open() function instead of usingVictor Stinner2011-05-261-0/+25
|/ / /
* | | Branch mergeÉric Araujo2011-05-261-0/+4
|\ \ \
| * \ \ Branch mergeÉric Araujo2011-05-251-0/+4
| |\ \ \
| | * | | Also add versionchanged directive to the function doc (#11591)Éric Araujo2011-05-061-0/+4
* | | | | Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fai...Senthil Kumaran2011-05-251-1/+14
* | | | | Issue #12049: cleanup the warning in the random module docVictor Stinner2011-05-251-2/+2
* | | | | Issue #12049: Document errors cases of ssl.RAND_bytes() andVictor Stinner2011-05-251-3/+8
* | | | | Issue #12049: improve RAND_bytes() and RAND_pseudo_bytes() documentationVictor Stinner2011-05-242-0/+16
|/ / / /
* | | | Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the sslVictor Stinner2011-05-241-3/+17
* | | | Clean-up example.Raymond Hettinger2011-05-231-31/+41
|\ \ \ \ | | |/ / | |/| |
| * | | Clean-up example.Raymond Hettinger2011-05-231-31/+41
| * | | Simplify exampleRaymond Hettinger2011-05-211-4/+0
* | | | Update documentation to mention bytes instead byte string and correct oneGregory P. Smith2011-05-231-3/+4
* | | | Refer to the return value on nameindex and friends as a string, not a byteGregory P. Smith2011-05-231-3/+3
* | | | Issue #12105: Add O_CLOEXEC to the os module.Charles-François Natali2011-05-221-0/+1
* | | | Simplify exampleRaymond Hettinger2011-05-211-4/+0
* | | | merge 3.2Benjamin Peterson2011-05-201-1/+1
|\ \ \ \ | |/ / /
| * | | merge 3.1Benjamin Peterson2011-05-201-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | this should actually be an IOErrorBenjamin Peterson2011-05-201-1/+1
* | | | merge 3.2Benjamin Peterson2011-05-201-1/+20
|\ \ \ \ | |/ / /
| * | | merge 3.1Benjamin Peterson2011-05-201-1/+20
| |\ \ \ | | |/ /
| | * | add example for not using accessBenjamin Peterson2011-05-201-1/+20
* | | | Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now supportAntoine Pitrou2011-05-181-3/+14
* | | | Issue #1746656: Add if_nameindex, if_nametoindex, if_indextonameGregory P. Smith2011-05-151-0/+33
* | | | Merged rethought pprint example from 3.2.Łukasz Langa2011-05-141-31/+99
|\ \ \ \ | |/ / /