summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Close #13401: Skip TestFileTypeW of test_argparse if the current user is rootVictor Stinner2011-11-201-0/+2
* Note the store_true and store_false also create the appropriate defaults.Raymond Hettinger2011-11-201-4/+6
* Make an error message more understandable and consistent with other error mes...Raymond Hettinger2011-11-201-1/+1
* Issue #12245: Document sys.float_info.rounds better.Mark Dickinson2011-11-191-2/+6
* #13387: add note about checking the exact type in assertIsInstance doc.Ezio Melotti2011-11-181-0/+2
* #11112: Fix typo in a base class in test_socket.Ezio Melotti2011-11-181-1/+1
* #13358: HTMLParser now calls handle_data only once for each CDATA.Ezio Melotti2011-11-183-3/+27
* #4147: minidom's toprettyxml no longer adds whitespace around a text node whe...Ezio Melotti2011-11-183-10/+45
* #13426: fix typo in pickle doc.Ezio Melotti2011-11-181-1/+1
* PDB now will properly escape backslashes in the names of modules it executes....Jason R. Coombs2011-11-172-1/+28
* fixing typos in optparse docEli Bendersky2011-11-161-2/+2
* remove duplicated paragraph in the tutorialEli Bendersky2011-11-161-7/+0
* Issue #8793: Prevent IDLE crash in 2.7 when given strings withNed Deily2011-11-162-1/+4
* Issue #13333: The UTF-7 decoder now accepts lone surrogatesAntoine Pitrou2011-11-153-13/+20
* Issue #7732: Try to fix the a failing test on WindowsVictor Stinner2011-11-141-1/+2
* #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HT...Ezio Melotti2011-11-143-12/+87
* Group tests about attributes in a separate class.Ezio Melotti2011-11-081-61/+59
* Normalize the keyword arguments documentation notation in re.rst. Closes issu...Eli Bendersky2011-11-131-11/+11
* Merge headsPetri Lehtinen2011-11-121-9/+10
|\
| * Closes issue 12767: document the argument of threading.Condition.notifyEli Bendersky2011-11-121-9/+10
* | Update mailbox.Maildir testsPetri Lehtinen2011-11-121-3/+9
|/
* Issue #13193: Fix distutils.filelist.FileList under Windows. TheAntoine Pitrou2011-11-122-1/+7
* Issue #12875: explicitly specify default value of the optional 'flags' argume...Eli Bendersky2011-11-111-7/+7
* Issue #13161: fix doc strings of __i*__ operatorsEli Bendersky2011-11-111-11/+11
* Issue #13191: typo in argparse docsEli Bendersky2011-11-111-1/+1
* Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitelyAntoine Pitrou2011-11-093-1/+9
* Partial patch for issue #11812: Take care of test_telnetlib.pyJesus Cea2011-11-082-6/+9
* Solved a potential deadlock in test_telnetlib.py. Related to issue #11812Jesus Cea2011-11-082-8/+2
* Closes #13361: Raise correct exception type.Vinay Sajip2011-11-072-2/+2
* Closes #13661: Check added for type of logger name.Vinay Sajip2011-11-072-0/+4
* Closes #13356. Thanks to Florent Xicluna for the patch.Vinay Sajip2011-11-072-2/+5
* Closes issue #13353: version doumentation about utc parameter corrected.Vinay Sajip2011-11-061-4/+1
* Revert "Accept None as start and stop parameters for list.index() and tuple.i...Petri Lehtinen2011-11-065-39/+7
* Silence a couple of warnings.Ezio Melotti2011-11-062-2/+5
* Fix another callable warning.Ezio Melotti2011-11-061-3/+2
* Fix tests now that the callable warning is gone.Ezio Melotti2011-11-062-4/+2
* remove py3k warning for callableBenjamin Peterson2011-11-062-3/+2
* Accept None as start and stop parameters for list.index() and tuple.index()Petri Lehtinen2011-11-055-7/+39
* Add missing versionadded (fixes #12392)Éric Araujo2011-11-051-0/+2
* Issue #3067: Enhance the documentation and docstring of locale.setlocale()Petri Lehtinen2011-11-053-12/+16
* Fix Maildir initialization so that maildir contents are read correctly.Petri Lehtinen2011-11-053-5/+27
* Fix typosRaymond Hettinger2011-11-041-2/+2
* Add .gitignorePetri Lehtinen2011-11-041-0/+46
* Inline the advisory text on how to use the shelve module.Raymond Hettinger2011-11-041-10/+5
* Revert commit that was not a bugfix (#5301).Éric Araujo2011-11-041-1/+0
* Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn.Florent Xicluna2011-11-043-3/+3
* Issue #13308: Fix test_httpservers failures when run as root.Charles-François Natali2011-11-021-2/+7
* Fix Issue13147 - Correct the Multiprocessing Pool.map_async method signature.Senthil Kumaran2011-11-021-1/+1
* Fix merge in changeset e1dde980a92c.Florent Xicluna2011-11-011-1/+1
* Missing NEWS entry in changeset e1dde980a92cFlorent Xicluna2011-11-011-0/+2