summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #11896: Save on Close failed despite selecting "Yes" in dialog.Kurt B. Kaiser2011-05-123-32/+32
* Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.Kurt B. Kaiser2011-05-113-4/+23
* Issue #10419: Fix build_scripts command of distutils to handle correctlyVictor Stinner2011-05-102-11/+40
* #12051: Fix segfault in json.dumps() while encoding highly-nested objects usi...Ezio Melotti2011-05-103-3/+38
* Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-095-24/+40
* Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c,Victor Stinner2011-05-092-0/+4
* Some more tests were incorrectly marked as C specific.Ezio Melotti2011-05-091-12/+10
* Stop trying to use _xmlplus in the xml module. Closes #11164.Martin v. Löwis2011-05-099-105/+10
* #11910: Fix test_heapq to skip the C tests when _heapq is missing.Ezio Melotti2011-05-092-20/+29
* #11910: change import_fresh_module to return None when one of the "fresh" mod...Ezio Melotti2011-05-091-4/+8
* Add a note to the str.find doc to suggest the use of the "in" operator.Ezio Melotti2011-05-091-0/+9
* put import_fresh_module in __all__Benjamin Peterson2011-05-081-0/+1
* Add back Misc/NEWS entry that got lost during merge, and fix a couple of othe...Ezio Melotti2011-05-081-3/+5
* MergeAntoine Pitrou2011-05-072-1/+10
|\
| * mergeGiampaolo Rodola'2011-05-072-1/+10
| |\
| | * #12002 - ftplib's abort() method raises TypeErrorGiampaolo Rodola'2011-05-073-1/+12
* | | Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ...Antoine Pitrou2011-05-074-2/+15
|/ /
* | #5421: add tests.Ezio Melotti2011-05-071-0/+30
* | #12017: Fix segfault in json.loads() while decoding highly-nested objects usi...Ezio Melotti2011-05-073-2/+28
* | Fix potential resource leak in test_mmap.Nadeem Vawda2011-05-071-0/+1
* | Issue #11277: Fix tests - crash will not trigger if the file is closed and re...Nadeem Vawda2011-05-071-14/+12
* | Issue #11277: Add tests for mmap crash when using large sparse files on OS X.Nadeem Vawda2011-05-071-26/+34
* | #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-073-49/+54
* | Fix for issue 10684: Folders get deleted when trying to change case with shut...Ronald Oussoren2011-05-063-1/+29
* | #11997: fix typo in init.rst.Ezio Melotti2011-05-051-1/+1
* | #8158: add missing 'description' description to optparse docstring.R David Murray2011-05-051-0/+5
* | #11985: update docstring of platform.python_implementation.Ezio Melotti2011-05-041-3/+4
* | Fix #11834. Correct site-packages paths.Brian Curtin2011-05-041-1/+1
* | #11985: document the return value of platform.python_implementation for PyPy.Ezio Melotti2011-05-031-1/+1
* | Branch mergeÉric Araujo2011-05-021-2/+2
|\ \
| * | Fix wordingÉric Araujo2011-05-011-2/+2
* | | Add missing colonÉric Araujo2011-05-021-1/+1
* | | Fix spelling.Raymond Hettinger2011-05-021-1/+1
* | | Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around aVictor Stinner2011-05-014-1/+17
* | | note abcs of int and float (closes #11977)Benjamin Peterson2011-05-011-3/+7
* | | Issue #9756: credit the author, Andreas Stührk (Trundle)Victor Stinner2011-05-012-1/+2
* | | Issue #9756: When calling a method descriptor or a slot wrapper descriptor, theVictor Stinner2011-05-013-3/+27
* | | #11971: fix man page; it's -OO not -O0R David Murray2011-05-011-2/+2
* | | #11883: fix email examples by adding 'localhost' to SMTP constructor callsR David Murray2011-04-303-3/+3
* | | #11901: post-commit review fixes per Georg BrandlR David Murray2011-04-301-7/+7
* | | fix function name in example (closes #11966)Benjamin Peterson2011-04-301-1/+1
|/ /
* | whitespace...Brian Curtin2011-04-301-3/+3
* | Fix #11961. Document STARTUPINFO and creation flag options.Brian Curtin2011-04-301-3/+98
* | Wrap the testskip decorator for the proper test to resolve bb failure.Senthil Kumaran2011-04-291-1/+1
* | Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of theBrian Curtin2011-04-291-2/+9
* | #11952: Fix typo in multiprocessing doc.Ezio Melotti2011-04-291-1/+1
* | skip the extractall test on platforms where os.symlink is not available.Senthil Kumaran2011-04-281-0/+1
* | Add tests for tarfile extractall feature when with symlinksSenthil Kumaran2011-04-281-0/+27
* | #11926: add missing keywords to help("keywords").Ezio Melotti2011-04-283-38/+51
* | Issue #11940: Update external link.Raymond Hettinger2011-04-271-1/+1