index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
#13695: fix a couple of typos in the doc.
Ezio Melotti
2012-01-16
2
-3/+3
*
explain why we need this grammar file (closes #13766)
Benjamin Peterson
2012-01-16
1
-1/+1
*
Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...
Meador Inge
2012-01-16
4
-76/+78
*
#13039 allow proper deletion of '>>> ' in IDLE editor windows.
Terry Jan Reedy
2012-01-16
1
-1/+4
*
Consolidate the occurrances of the prime used as the multiplier when hashing
Gregory P. Smith
2012-01-14
4
-4/+7
*
remove 'Documenting Python' and its references, it's now on devguide
Sandro Tosi
2012-01-14
10
-1729/+1
*
Mention the additional way to use the lvl parameter and when it changed.
Gregory P. Smith
2012-01-14
1
-0/+10
*
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
Meador Inge
2012-01-14
2
-1/+3
*
Issue #13725: Add a NEWS entry.
Meador Inge
2012-01-14
1
-0/+3
*
Issue #13725: regrtest does not recognize -d flag.
Meador Inge
2012-01-14
2
-1/+2
*
Fix issue13726: -S accepts an argument just as --start.
Senthil Kumaran
2012-01-14
1
-1/+1
*
Fix Issue #13642: Unquote before b64encoding user:password during Basic Authe...
Senthil Kumaran
2012-01-14
3
-5/+36
*
Adding the -o option for Issue13726
Senthil Kumaran
2012-01-14
1
-1/+1
*
Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for prin...
Senthil Kumaran
2012-01-14
2
-2/+5
*
#13730 grammar fix
Terry Jan Reedy
2012-01-14
1
-1/+1
*
Issue #13764: remove outdated script Misc/build.sh
Antoine Pitrou
2012-01-13
1
-281/+0
*
test_strlit was never run
Antoine Pitrou
2012-01-12
1
-3/+5
*
#11633 At least 2 people prefer earlier revision.
Terry Jan Reedy
2012-01-12
1
-2/+2
*
Issue #13724: improve documentation for socket.create_connection.
Antoine Pitrou
2012-01-12
1
-4/+11
*
fold into one if statement
Benjamin Peterson
2012-01-12
1
-3/+1
*
Minor correction. #11418
Terry Jan Reedy
2012-01-11
1
-2/+2
*
Closes #11633 Clarify print buffering.
Terry Jan Reedy
2012-01-11
1
-1/+3
*
#13754 String returned if less than *or equal to* x 3
Terry Jan Reedy
2012-01-11
1
-4/+4
*
Remove unused certificate from the test directory.
Antoine Pitrou
2012-01-10
1
-31/+0
*
Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ var...
Senthil Kumaran
2012-01-10
1
-4/+4
*
#11906 Make test_argparse work interactively by removing extra space
Terry Jan Reedy
2012-01-09
1
-4/+6
*
Issue #13747: fix SSL compatibility table.
Antoine Pitrou
2012-01-09
1
-1/+1
*
Issue #13747: fix documentation error about the default SSL version.
Antoine Pitrou
2012-01-09
1
-3/+2
*
Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor.
Ross Lagerwall
2012-01-08
3
-6/+11
*
Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith...
Sandro Tosi
2012-01-07
1
-1/+1
*
Issue #13502: threading: Fix a race condition in Event.wait() that made it
Charles-François Natali
2012-01-07
4
-5/+27
*
clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@
Sandro Tosi
2012-01-07
1
-3/+6
*
Update printout of SSL certificate examples for 3.2+.
Antoine Pitrou
2012-01-06
1
-5/+40
*
Issue #12042: a queue is only used to retrive results; preliminary patch by J...
Sandro Tosi
2012-01-05
1
-2/+2
*
Issue #11984: remove reference to parser, it's not showing symbol usage anymore
Sandro Tosi
2012-01-05
1
-8/+0
*
Issue #12926: Fix a bug in tarfile's link extraction.
Lars Gustäbel
2012-01-05
2
-6/+2
*
Closes #13699. Skipped two tests if Python is optimised.
Vinay Sajip
2012-01-05
1
-0/+4
*
Issue #10772: add count and help argparse action; patch by Marc Sibson
Sandro Tosi
2012-01-04
1
-0/+13
*
Issue13696 - Fix 302 Redirection for Relative urls.
Senthil Kumaran
2012-01-04
3
-2/+17
*
Add a subsection explaning cipher selection.
Antoine Pitrou
2012-01-04
1
-0/+19
*
fix formatting
Benjamin Peterson
2012-01-03
1
-1/+1
*
exception support is correct now (closes #13705)
Benjamin Peterson
2012-01-03
1
-2/+3
*
merge 3.1
Benjamin Peterson
2012-01-03
1
-4/+4
|
\
|
*
fix this to not depend on dictionary order
Benjamin Peterson
2012-01-03
1
-4/+4
*
|
Merge
Antoine Pitrou
2012-01-03
1
-3/+4
|
\
\
|
*
|
Issue #6031: improve serve_forever() description
Sandro Tosi
2012-01-03
1
-3/+4
*
|
|
Issue #13636: Weak ciphers are now disabled by default in the ssl module
Antoine Pitrou
2012-01-03
3
-3/+34
|
/
/
*
|
Issue #9349: add argparse.SUPPRESS to help doc
Sandro Tosi
2012-01-03
1
-0/+11
*
|
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Charles-François Natali
2012-01-02
4
-8/+32
*
|
Issue #13594: various fixes to aifc module; patch by Oleg Plakhotnyuk
Sandro Tosi
2012-01-01
2
-17/+41
[next]