summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* merge with 3.3Georg Brandl2013-10-272-5/+12
|\
| * Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more thanGeorg Brandl2013-10-271-1/+1
| * Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,Georg Brandl2013-10-271-4/+11
* | Assorted 3.4 What's New updatesNick Coghlan2013-10-262-59/+116
* | Issue #19375: The site module adding a "site-python" directory to sys.path, i...Antoine Pitrou2013-10-252-1/+5
* | mergeBrett Cannon2013-10-251-0/+3
|\ \
| * \ Merge.bquinlan2013-10-251-0/+4
| |\ \
| * | | Issue #11161: Update the documentation for ProcessPoolExecutor to note that i...bquinlan2013-10-251-0/+3
* | | | Tweak some doc wording for importlib.reloadBrett Cannon2013-10-251-2/+3
| |/ / |/| |
* | | merge from 3.3Brett Cannon2013-10-251-0/+4
|\ \ \ | |/ / |/| / | |/
| * Issue #19392: Document that imp.reload() now relies on __loader__Brett Cannon2013-10-251-0/+4
* | Issue #16595: prlimit() needs Linux kernel 2.6.36+Christian Heimes2013-10-251-1/+1
* | #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWSPeter Moody2013-10-241-0/+6
* | Close #19345: fix typoVictor Stinner2013-10-231-2/+2
* | #17400: fix documentation, add cache to is_global and correctly handle 100.64...Peter Moody2013-10-221-1/+1
* | Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...Tim Golden2013-10-221-0/+3
|\ \ | |/
| * Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...Tim Golden2013-10-221-0/+3
* | Issue #19344: fix markup error in whatsnewChristian Heimes2013-10-221-1/+1
* | Issue #16595: Add prlimit() to resource moduleChristian Heimes2013-10-222-0/+27
* | Issue #19324: Expose Linux-specific constants in resource moduleChristian Heimes2013-10-221-0/+46
* | #17400; NEWS and ipaddress.rst changePeter Moody2013-10-211-2/+5
* | fix typo in what's new in 3.4Victor Stinner2013-10-211-1/+1
* | Fix typo in whatsnewChristian Heimes2013-10-211-1/+1
* | Closes #19323: fix typo. Thanks to Michael Merickel.Georg Brandl2013-10-211-1/+1
* | Simplify markup.Georg Brandl2013-10-211-2/+2
* | Reformat statistics.rst and remove unnecessary headings for each function.Georg Brandl2013-10-211-197/+139
* | #19274: use captured_stdout() in the test suite; add NEWS entry.Georg Brandl2013-10-211-3/+3
* | Issue #19271: By Python3.4, the Python 2.4 backport links are no longer of m...Raymond Hettinger2013-10-211-13/+0
* | Update faulthandler docs.Guido van Rossum2013-10-211-1/+2
* | add a filterfunc to zip file.PyZipFile.writepy, issue 19274Christian Tismer2013-10-212-2/+18
* | #19319: merge with 3.3.Ezio Melotti2013-10-211-2/+2
|\ \ | |/
| * #19319: fix ctypes docs: sizeof is an operator in C, not a function.Ezio Melotti2013-10-211-2/+2
* | #19238, #19289: merge with 3.3.Ezio Melotti2013-10-201-6/+6
|\ \ | |/
| * #19238, #19289: fix description of the align and fill values of the format sp...Ezio Melotti2013-10-201-6/+6
* | remove backticksBenjamin Peterson2013-10-201-1/+1
* | fix declaration of StatisticsErrorBenjamin Peterson2013-10-201-2/+2
* | What's New updates prior to alphaNick Coghlan2013-10-202-11/+63
* | Tweak 'provisional' in glossaryNick Coghlan2013-10-201-6/+13
* | Issue #19304: Fix typos noted by Claudiu Popa.Ned Deily2013-10-191-2/+2
* | Issue #18606: Add the new "statistics" module (PEP 450). ContributedLarry Hastings2013-10-192-0/+464
* | Issue #12866: The audioop module now supports 24-bit samples.Serhiy Storchaka2013-10-192-8/+17
* | Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-197-20/+20
* | Doc markup fixes.Georg Brandl2013-10-192-4/+4
* | contextlib doc updates and refactoringNick Coghlan2013-10-191-0/+116
* | Issue #18582: provide a faster C implementation of pbkdf2_hmac that works wit...Christian Heimes2013-10-191-5/+3
* | Issue #19254: Provide an optimized Python implementation of PBKDF2_HMACChristian Heimes2013-10-191-1/+5
* | Issue #19222: Add support for the 'x' mode to the gzip module.Nadeem Vawda2013-10-181-4/+11
* | Issue #19223: Add support for the 'x' mode to the bz2 module.Nadeem Vawda2013-10-181-4/+11
* | Issue #19201: Add support for the 'x' mode to the lzma module.Nadeem Vawda2013-10-181-4/+11
* | merge 3.3Benjamin Peterson2013-10-181-1/+1
|\ \ | |/