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
*
Make test_nntplib more robust when the "last" article in a group can't be ret...
Antoine Pitrou
2010-11-18
1
-9/+26
*
Fix Issue 9991: xmlrpc client ssl check faulty
Senthil Kumaran
2010-11-18
2
-1/+26
*
Remove spurious space that was breaking Vim’s reST highlighting.
Éric Araujo
2010-11-18
1
-1/+1
*
reduce try block compass
Benjamin Peterson
2010-11-18
1
-1/+2
*
Issue 10260
Kristján Valur Jónsson
2010-11-18
3
-7/+108
*
Remove duplicate period from reference doc
Michael Foord
2010-11-18
1
-1/+1
*
Issue #10446 NEWS entry
Alexander Belopolsky
2010-11-18
1
-0/+3
*
Fix a minor inconsistency in capitalization for the 'No module named' exception
Brett Cannon
2010-11-18
2
-3/+7
*
Fix #8886. Use context managers throughout the test.
Brian Curtin
2010-11-18
2
-105/+113
*
Issue #10446: Several changes to module documentation generated by pydoc:
Alexander Belopolsky
2010-11-18
4
-42/+39
*
handle dict subclasses gracefully in PyArg_ValidateKeywordArguments
Benjamin Peterson
2010-11-17
4
-6/+14
*
Use laxer timeouts in barrier tests
Antoine Pitrou
2010-11-17
1
-5/+5
*
Issue #9518: Extend the PyModuleDef_HEAD_INIT macro to explicitly
David Malcolm
2010-11-17
2
-1/+11
*
Issue #10443: Add the SSLContext.set_default_verify_paths() method.
Antoine Pitrou
2010-11-17
4
-0/+29
*
Issue #10440: Support RUSAGE_THREAD as a constant in the resource module.
Antoine Pitrou
2010-11-17
4
-4/+22
*
Issue #10356: Decimal(-1).__hash__() should equal hash(Decimal(-1)).
Stefan Krah
2010-11-17
3
-15/+25
*
Removes an inefficient spin loop in as_completed
Brian Quinlan
2010-11-17
1
-6/+35
*
Fix typo
Ezio Melotti
2010-11-16
1
-1/+1
*
Modules/_io/bufferedio.c (buffered_dealloc_warn): Make it static.
Matthias Klose
2010-11-16
1
-1/+1
*
Provide links to Python source where the code is short, readable and
Éric Araujo
2010-11-16
29
-0/+134
*
Issue #10429: IMAP.starttls() stored the capabilities as bytes objects,
Antoine Pitrou
2010-11-16
3
-11/+20
*
Avoid some BytesWarnings when running test_imaplib in verbose mode
Antoine Pitrou
2010-11-16
1
-2/+2
*
Post-release bumps.
Georg Brandl
2010-11-16
2
-1/+13
*
Add stub for PEP 3148.
Georg Brandl
2010-11-16
1
-0/+5
*
Issue #10413: Updated comments to reflect code changes
Alexander Belopolsky
2010-11-16
1
-18/+13
*
Logging: added stack_info argument.
Vinay Sajip
2010-11-14
3
-21/+113
*
Issue 10410: An iterable is not necessarily a container.
Raymond Hettinger
2010-11-14
1
-1/+1
*
Tagging 3.2a4.
Georg Brandl
2010-11-13
1
-0/+1
*
Minor edits.
v3.2a4
Georg Brandl
2010-11-13
1
-108/+102
*
Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header
Senthil Kumaran
2010-11-13
3
-0/+28
*
Streamline a cmath test (and fix some overlong lines into the bargain).
Mark Dickinson
2010-11-13
1
-4/+2
*
Make Fraction(-1).__hash__() return -2 rather than -1 (see issue 10356).
Mark Dickinson
2010-11-13
3
-6/+9
*
Bump to 3.2a4.
Georg Brandl
2010-11-13
6
-7/+7
*
Ignore suspicious-ignore file.
Georg Brandl
2010-11-13
1
-6/+9
*
Update pydoc topics.
Georg Brandl
2010-11-13
1
-10/+10
*
fix copy-editing level nits
Fred Drake
2010-11-13
1
-103/+105
*
use appropriate markup
Fred Drake
2010-11-13
1
-1/+1
*
Switch from gmane to another provider for NNTP tests (as gmane isn't reliable
Antoine Pitrou
2010-11-13
1
-32/+45
*
And now for something completely different: Finish fixing #10252 again.
Éric Araujo
2010-11-12
1
-1/+0
*
Remove myself as a maintainer for curses and mailbox modules.
Andrew M. Kuchling
2010-11-12
1
-2/+2
*
Issue #4471: Add the IMAP.starttls() method to enable encryption on
Antoine Pitrou
2010-11-12
4
-8/+63
*
Add UUID for 3.2a4
Martin v. Löwis
2010-11-12
1
-0/+1
*
Add a deprecated-removed directive that allows to give the version of removal...
Georg Brandl
2010-11-12
1
-0/+38
*
Fix weird line block in table.
Georg Brandl
2010-11-12
1
-1/+0
*
Switch to Sphinx 1.0.5.
Georg Brandl
2010-11-12
3
-3/+3
*
#10008: Fix duplicate index entry.
Georg Brandl
2010-11-12
1
-0/+1
*
Build a PDF of the FAQs too.
Georg Brandl
2010-11-12
1
-0/+2
*
(no commit message)
Terry Reedy
2010-11-12
1
-5/+6
*
#7950: add warning about security implications of shell=True to subprocess docs
R. David Murray
2010-11-12
1
-0/+18
*
Issue #10389: Documented rules for use of case in section titles.
Alexander Belopolsky
2010-11-11
1
-15/+58
[next]