summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #13695: fix a couple of typos in the doc.Ezio Melotti2012-01-162-3/+3
* explain why we need this grammar file (closes #13766)Benjamin Peterson2012-01-161-1/+1
* Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...Meador Inge2012-01-164-76/+78
* #13039 allow proper deletion of '>>> ' in IDLE editor windows.Terry Jan Reedy2012-01-161-1/+4
* Consolidate the occurrances of the prime used as the multiplier when hashingGregory P. Smith2012-01-144-4/+7
* 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
* 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 Authe...Senthil Kumaran2012-01-143-5/+36
* Adding the -o option for Issue13726Senthil Kumaran2012-01-141-1/+1
* Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for prin...Senthil Kumaran2012-01-142-2/+5
* #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
* Remove unused certificate from the test directory.Antoine Pitrou2012-01-101-31/+0
* Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ var...Senthil Kumaran2012-01-101-4/+4
* #11906 Make test_argparse work interactively by removing extra spaceTerry Jan Reedy2012-01-091-4/+6
* 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 Smith...Sandro Tosi2012-01-071-1/+1
* Issue #13502: threading: Fix a race condition in Event.wait() that made itCharles-François Natali2012-01-074-5/+27
* 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 J...Sandro Tosi2012-01-051-2/+2
* 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
* 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
|/ /
* | 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
* | Issue #13594: various fixes to aifc module; patch by Oleg PlakhotnyukSandro Tosi2012-01-012-17/+41