summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Hide or remove user-visible XXX notes from distutils doc (#13716).Éric Araujo2012-01-151-25/+11
| | | | | | | Requested by Florent Xicluna with the rationale that they make the docs look unfinished. I’ve also removed a few XXX notes that were not visible in the HTML but could waste contributors’ time by suggesting improvements that are never going to happen for distutils.
* Consolidate the occurrances of the prime used as the multiplier when hashingGregory P. Smith2012-01-144-4/+7
| | | | | | | to a single #define instead of having several copies in several files. This excludes the Modules/ tree (datetime and expat both have a copy for their own purposes with no need for it to be the same).
* remove 'Documenting Python' and its references, it's now on devguideSandro Tosi2012-01-1410-1729/+1
|
* Mention the additional way to use the lvl parameter and when it changed.Gregory P. Smith2012-01-141-0/+10
|
* Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.Meador Inge2012-01-142-1/+3
|
* Issue #13725: Add a NEWS entry.Meador Inge2012-01-141-0/+3
|
* Issue #13725: regrtest does not recognize -d flag.Meador Inge2012-01-142-1/+2
| | | | Patch by Erno Tukia.
* Fix issue13726: -S accepts an argument just as --start.Senthil Kumaran2012-01-141-1/+1
|
* Fix Issue #13642: Unquote before b64encoding user:password during Basic ↵Senthil Kumaran2012-01-143-5/+36
| | | | Authentication.
* Adding the -o option for Issue13726Senthil Kumaran2012-01-141-1/+1
|
* Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for ↵Senthil Kumaran2012-01-142-2/+5
| | | | printing the 10 slowest test.
* #13730 grammar fixTerry Jan Reedy2012-01-141-1/+1
|
* Issue #13764: remove outdated script Misc/build.shAntoine Pitrou2012-01-131-281/+0
|
* test_strlit was never runAntoine Pitrou2012-01-121-3/+5
|
* #11633 At least 2 people prefer earlier revision.Terry Jan Reedy2012-01-121-2/+2
|
* Issue #13724: improve documentation for socket.create_connection.Antoine Pitrou2012-01-121-4/+11
|
* fold into one if statementBenjamin Peterson2012-01-121-3/+1
|
* Minor correction. #11418Terry Jan Reedy2012-01-111-2/+2
|
* Closes #11633 Clarify print buffering.Terry Jan Reedy2012-01-111-1/+3
|
* #13754 String returned if less than *or equal to* x 3Terry Jan Reedy2012-01-111-4/+4
| | | | Close *13753 'seq' now 'iterable'
* Remove unused certificate from the test directory.Antoine Pitrou2012-01-101-31/+0
|
* Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ ↵Senthil Kumaran2012-01-101-4/+4
| | | | variable case does not matter.
* #11906 Make test_argparse work interactively by removing extra spaceTerry Jan Reedy2012-01-091-4/+6
| | | | in comparison string that argparse does not add when program name is blank.
* Issue #13747: fix SSL compatibility table.Antoine Pitrou2012-01-091-1/+1
|
* Issue #13747: fix documentation error about the default SSL version.Antoine Pitrou2012-01-091-3/+2
|
* Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor.Ross Lagerwall2012-01-083-6/+11
|
* Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody ↵Sandro Tosi2012-01-071-1/+1
| | | | Smith from docs@
* Issue #13502: threading: Fix a race condition in Event.wait() that made itCharles-François Natali2012-01-074-5/+27
| | | | return False when the event was set and cleared right after.
* clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@Sandro Tosi2012-01-071-3/+6
|
* Update printout of SSL certificate examples for 3.2+.Antoine Pitrou2012-01-061-5/+40
|
* Issue #12042: a queue is only used to retrive results; preliminary patch by ↵Sandro Tosi2012-01-051-2/+2
| | | | Jordan Stadler
* Issue #11984: remove reference to parser, it's not showing symbol usage anymoreSandro Tosi2012-01-051-8/+0
|
* Issue #12926: Fix a bug in tarfile's link extraction.Lars Gustäbel2012-01-052-6/+2
| | | | | | | | On platforms that do not support (symbolic) links, tarfile offers a work-around and extracts a link in an archive as the regular file the link is pointing to. On other platforms, this code was accidentally executed even after the link had been successfully extracted which failed due to the already existing link.
* Closes #13699. Skipped two tests if Python is optimised.Vinay Sajip2012-01-051-0/+4
|
* Issue #10772: add count and help argparse action; patch by Marc SibsonSandro Tosi2012-01-041-0/+13
|
* Issue13696 - Fix 302 Redirection for Relative urls.Senthil Kumaran2012-01-043-2/+17
|
* Add a subsection explaning cipher selection.Antoine Pitrou2012-01-041-0/+19
|
* fix formattingBenjamin Peterson2012-01-031-1/+1
|
* exception support is correct now (closes #13705)Benjamin Peterson2012-01-031-2/+3
|
* merge 3.1Benjamin Peterson2012-01-031-4/+4
|\
| * fix this to not depend on dictionary orderBenjamin Peterson2012-01-031-4/+4
| |
* | MergeAntoine Pitrou2012-01-031-3/+4
|\ \
| * | Issue #6031: improve serve_forever() descriptionSandro Tosi2012-01-031-3/+4
| | |
* | | Issue #13636: Weak ciphers are now disabled by default in the ssl moduleAntoine Pitrou2012-01-033-3/+34
|/ / | | | | | | (except when SSLv2 is explicitly asked for).
* | Issue #9349: add argparse.SUPPRESS to help docSandro Tosi2012-01-031-0/+11
| |
* | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-024-8/+32
| | | | | | | | Vilmos Nebehaj.
* | Issue #13594: various fixes to aifc module; patch by Oleg PlakhotnyukSandro Tosi2012-01-012-17/+41
| |
* | Issue #13680: add lowecase compression type to write header; patch by Oleg ↵Sandro Tosi2012-01-012-10/+13
| | | | | | | | Plakhotnyuk
* | Issue #13690: add re.DEBUG; patch by Filip GruszczyńskiSandro Tosi2012-01-011-0/+5
| |
* | Issue #13683: raise with no exception in scope throws a RuntimeError; fix by ↵Sandro Tosi2012-01-011-2/+2
| | | | | | | | Ramchandra Apte