summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-101-0/+2
|\
| * Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-101-0/+2
* | Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, clearVictor Stinner2011-05-101-0/+3
|\ \ | |/
| * Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c,Victor Stinner2011-05-101-0/+3
* | merge 11164Martin v. Löwis2011-05-091-0/+2
|\ \ | |/
| * Stop trying to use _xmlplus in the xml module. Closes #11164.Martin v. Löwis2011-05-091-0/+2
* | The option is actually --no-as-needed.Martin v. Löwis2011-05-091-1/+1
* | Use --as-needed when linking libpython3.so. Closes #11347.Martin v. Löwis2011-05-091-0/+2
* | #11910: merge with 3.1.Ezio Melotti2011-05-091-0/+2
|\ \ | |/
| * #11910: Fix test_heapq to skip the C tests when _heapq is missing.Ezio Melotti2011-05-091-0/+2
* | Merge with 3.1.Ezio Melotti2011-05-081-1/+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-0/+4
|\ \
| * \ Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented.Antoine Pitrou2011-05-072-0/+4
| |\ \ | | |/
| | * Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ...Antoine Pitrou2011-05-072-0/+4
* | | merge with 3.1Giampaolo Rodola'2011-05-071-0/+2
|\ \ \ | |/ / |/| |
| * | #12002 - ftplib's abort() method raises TypeErrorGiampaolo Rodola'2011-05-071-0/+2
* | | #12017: merge with 3.1.Ezio Melotti2011-05-071-2/+5
|\ \ \ | | |/ | |/|
| * | #12017: Fix segfault in json.loads() while decoding highly-nested objects usi...Ezio Melotti2011-05-071-0/+3
* | | #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-061-0/+4
|\ \ \ | |/ /
| * | #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-061-0/+4
* | | ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same fi...Ronald Oussoren2011-05-061-0/+3
* | | Issue #12000: When a SSL certificate has a subjectAltName without anyAntoine Pitrou2011-05-062-0/+5
* | | merge from 3.1Ronald Oussoren2011-05-061-0/+4
|\ \ \ | |/ /
| * | Fix for issue 10684: Folders get deleted when trying to change case with shut...Ronald Oussoren2011-05-061-0/+4
* | | #11873: Improve test regex so random directory names don't cause test to failR David Murray2011-05-051-0/+3
* | | Issue #11647: allow contextmanager objects to be used as decorators as descri...Nick Coghlan2011-05-052-0/+5
* | | Issue #1856: Avoid crashes and lockups when daemon threads run while theAntoine Pitrou2011-05-041-0/+4
* | | Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable.Raymond Hettinger2011-05-031-0/+2
* | | logging: don't define QueueListener if Python has no thread supportVictor Stinner2011-05-021-0/+2
* | | (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS XVictor Stinner2011-05-021-0/+3
|\ \ \ | |/ /
| * | Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around aVictor Stinner2011-05-021-0/+3
* | | (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle)Victor Stinner2011-05-011-1/+1
|\ \ \ | |/ /
| * | Issue #9756: credit the author, Andreas Stührk (Trundle)Victor Stinner2011-05-012-1/+2
* | | (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapperVictor Stinner2011-05-011-0/+5
|\ \ \ | |/ /
| * | Issue #9756: When calling a method descriptor or a slot wrapper descriptor, theVictor Stinner2011-05-011-0/+5
* | | Merge #11971: fix man page; it's -OO not -O0R David Murray2011-05-011-2/+2
|\ \ \ | |/ /
| * | #11971: fix man page; it's -OO not -O0R David Murray2011-05-011-2/+2
* | | Issue #10914: Initialize correctly the filesystem codec when creating a newVictor Stinner2011-04-271-0/+4
* | | Mentioned issues #11324 and #11858.Łukasz Langa2011-04-301-0/+5
* | | Closes #11324: ConfigParser(interpolation=None) doesn't work.Łukasz Langa2011-04-281-0/+1
* | | Added Yuxiao Zeng for finding and resolving #11858. Thanks!Łukasz Langa2011-04-281-0/+1
* | | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-271-0/+4
* | | #11763: merge with 3.1.Ezio Melotti2011-04-271-0/+3
|\ \ \ | |/ /
| * | #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are...Ezio Melotti2011-04-271-0/+3
* | | merge from 3.1Senthil Kumaran2011-04-261-0/+2
|\ \ \ | |/ /
| * | Update News entry for Issue11236Senthil Kumaran2011-04-261-0/+2
* | | #6780: merge with 3.1.Ezio Melotti2011-04-261-0/+3
|\ \ \ | |/ /
| * | #6780: fix starts/endswith error message to mention that tuples are accepted ...Ezio Melotti2011-04-261-0/+3
* | | Merge #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-251-0/+1
|\ \ \ | |/ /