summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* merge 11164Martin v. Löwis2011-05-091-0/+2
|\
| * 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
* | | mergedMartin v. Löwis2011-05-091-1/+1
|\ \ \ | |/ /
| * | The option is actually --no-as-needed.Martin v. Löwis2011-05-091-1/+1
* | | merge 11347.Martin v. Löwis2011-05-091-0/+2
|\ \ \ | |/ /
| * | Use --as-needed when linking libpython3.so. Closes #11347.Martin v. Löwis2011-05-091-0/+2
* | | #11910: merge with 3.2.Ezio Melotti2011-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
* | | Issue #11888: Add log2 function to math module. Patch written by MarkVictor Stinner2011-05-081-0/+3
* | | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-081-0/+2
* | | Merge with 3.2.Ezio Melotti2011-05-081-2/+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
| |\ \
* | | | Issue #8407: The signal handler writes the signal number as a single byteVictor Stinner2011-05-081-0/+4
* | | | Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to theVictor Stinner2011-05-071-0/+3
* | | | MergeAntoine Pitrou2011-05-071-0/+2
|\ \ \ \
| * \ \ \ merge with 3.2Giampaolo Rodola'2011-05-071-0/+2
| |\ \ \ \ | | |/ / /
| | * | | merge with 3.1Giampaolo Rodola'2011-05-071-0/+2
| | |\ \ \
| | | * | | #12002 - ftplib's abort() method raises TypeErrorGiampaolo Rodola'2011-05-071-0/+2
* | | | | | Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented.Antoine 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
* | | | #12017: merge with 3.2.Ezio Melotti2011-05-071-2/+5
|\ \ \ \ | |/ / /
| * | | #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
* | | | Closes Issue 11916: Add a number of MacOSX specific definitions to the errno ...Ronald Oussoren2011-05-072-0/+4
* | | | #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-071-0/+4
|\ \ \ \ | |/ / /
| * | | #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-071-0/+4
| |\ \ \ | | |/ /
| | * | #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-071-0/+4
* | | | Issue #11072: added MLSD command (RFC-3659) support to ftplib.Giampaolo Rodola'2011-05-061-0/+2
* | | | Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContextAntoine Pitrou2011-05-061-0/+4
* | | | merge from 3.2Ronald Oussoren2011-05-061-0/+3
|\ \ \ \ | |/ / /
| * | | 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
|\ \ \ \ | |/ / /
| * | | Issue #12000: When a SSL certificate has a subjectAltName without anyAntoine Pitrou2011-05-062-0/+5
* | | | Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRe...Ezio Melotti2011-05-062-0/+5
* | | | merge from 3.2Ronald Oussoren2011-05-061-0/+4
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge: #11873: Improve test regex so random directory names don't cause test ...R David Murray2011-05-051-0/+3
|\ \ \ \ | |/ / /
| * | | #11873: Improve test regex so random directory names don't cause test to failR David Murray2011-05-051-0/+3
* | | | Merge #11647 update from 3.2Nick Coghlan2011-05-052-0/+5
|\ \ \ \ | |/ / /
| * | | 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
|\ \ \ \ | |/ / /
| * | | 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
|\ \ \ \ | |/ / /
| * | | Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable.Raymond Hettinger2011-05-031-0/+2