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
*
Close #13401: Skip TestFileTypeW of test_argparse if the current user is root
Victor Stinner
2011-11-20
1
-0/+2
*
Note the store_true and store_false also create the appropriate defaults.
Raymond Hettinger
2011-11-20
1
-4/+6
*
Make an error message more understandable and consistent with other error mes...
Raymond Hettinger
2011-11-20
1
-1/+1
*
Issue #12245: Document sys.float_info.rounds better.
Mark Dickinson
2011-11-19
1
-2/+6
*
#13387: add note about checking the exact type in assertIsInstance doc.
Ezio Melotti
2011-11-18
1
-0/+2
*
#11112: Fix typo in a base class in test_socket.
Ezio Melotti
2011-11-18
1
-1/+1
*
#13358: HTMLParser now calls handle_data only once for each CDATA.
Ezio Melotti
2011-11-18
3
-3/+27
*
#4147: minidom's toprettyxml no longer adds whitespace around a text node whe...
Ezio Melotti
2011-11-18
3
-10/+45
*
#13426: fix typo in pickle doc.
Ezio Melotti
2011-11-18
1
-1/+1
*
PDB now will properly escape backslashes in the names of modules it executes....
Jason R. Coombs
2011-11-17
2
-1/+28
*
fixing typos in optparse doc
Eli Bendersky
2011-11-16
1
-2/+2
*
remove duplicated paragraph in the tutorial
Eli Bendersky
2011-11-16
1
-7/+0
*
Issue #8793: Prevent IDLE crash in 2.7 when given strings with
Ned Deily
2011-11-16
2
-1/+4
*
Issue #13333: The UTF-7 decoder now accepts lone surrogates
Antoine Pitrou
2011-11-15
3
-13/+20
*
Issue #7732: Try to fix the a failing test on Windows
Victor Stinner
2011-11-14
1
-1/+2
*
#1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HT...
Ezio Melotti
2011-11-14
3
-12/+87
*
Group tests about attributes in a separate class.
Ezio Melotti
2011-11-08
1
-61/+59
*
Normalize the keyword arguments documentation notation in re.rst. Closes issu...
Eli Bendersky
2011-11-13
1
-11/+11
*
Merge heads
Petri Lehtinen
2011-11-12
1
-9/+10
|
\
|
*
Closes issue 12767: document the argument of threading.Condition.notify
Eli Bendersky
2011-11-12
1
-9/+10
*
|
Update mailbox.Maildir tests
Petri Lehtinen
2011-11-12
1
-3/+9
|
/
*
Issue #13193: Fix distutils.filelist.FileList under Windows. The
Antoine Pitrou
2011-11-12
2
-1/+7
*
Issue #12875: explicitly specify default value of the optional 'flags' argume...
Eli Bendersky
2011-11-11
1
-7/+7
*
Issue #13161: fix doc strings of __i*__ operators
Eli Bendersky
2011-11-11
1
-11/+11
*
Issue #13191: typo in argparse docs
Eli Bendersky
2011-11-11
1
-1/+1
*
Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
Antoine Pitrou
2011-11-09
3
-1/+9
*
Partial patch for issue #11812: Take care of test_telnetlib.py
Jesus Cea
2011-11-08
2
-6/+9
*
Solved a potential deadlock in test_telnetlib.py. Related to issue #11812
Jesus Cea
2011-11-08
2
-8/+2
*
Closes #13361: Raise correct exception type.
Vinay Sajip
2011-11-07
2
-2/+2
*
Closes #13661: Check added for type of logger name.
Vinay Sajip
2011-11-07
2
-0/+4
*
Closes #13356. Thanks to Florent Xicluna for the patch.
Vinay Sajip
2011-11-07
2
-2/+5
*
Closes issue #13353: version doumentation about utc parameter corrected.
Vinay Sajip
2011-11-06
1
-4/+1
*
Revert "Accept None as start and stop parameters for list.index() and tuple.i...
Petri Lehtinen
2011-11-06
5
-39/+7
*
Silence a couple of warnings.
Ezio Melotti
2011-11-06
2
-2/+5
*
Fix another callable warning.
Ezio Melotti
2011-11-06
1
-3/+2
*
Fix tests now that the callable warning is gone.
Ezio Melotti
2011-11-06
2
-4/+2
*
remove py3k warning for callable
Benjamin Peterson
2011-11-06
2
-3/+2
*
Accept None as start and stop parameters for list.index() and tuple.index()
Petri Lehtinen
2011-11-05
5
-7/+39
*
Add missing versionadded (fixes #12392)
Éric Araujo
2011-11-05
1
-0/+2
*
Issue #3067: Enhance the documentation and docstring of locale.setlocale()
Petri Lehtinen
2011-11-05
3
-12/+16
*
Fix Maildir initialization so that maildir contents are read correctly.
Petri Lehtinen
2011-11-05
3
-5/+27
*
Fix typos
Raymond Hettinger
2011-11-04
1
-2/+2
*
Add .gitignore
Petri Lehtinen
2011-11-04
1
-0/+46
*
Inline the advisory text on how to use the shelve module.
Raymond Hettinger
2011-11-04
1
-10/+5
*
Revert commit that was not a bugfix (#5301).
Éric Araujo
2011-11-04
1
-1/+0
*
Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn.
Florent Xicluna
2011-11-04
3
-3/+3
*
Issue #13308: Fix test_httpservers failures when run as root.
Charles-François Natali
2011-11-02
1
-2/+7
*
Fix Issue13147 - Correct the Multiprocessing Pool.map_async method signature.
Senthil Kumaran
2011-11-02
1
-1/+1
*
Fix merge in changeset e1dde980a92c.
Florent Xicluna
2011-11-01
1
-1/+1
*
Missing NEWS entry in changeset e1dde980a92c
Florent Xicluna
2011-11-01
1
-0/+2
[next]