summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to theVictor Stinner2011-05-081-0/+3
* MergeAntoine Pitrou2011-05-071-0/+2
|\
| * merge with 3.2Giampaolo Rodola'2011-05-076-27/+72868
| |\
| * \ 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-076-27/+72868
|\ \ \ \ | | |_|/ | |/| |
| * | | #12017: merge with 3.2.Ezio Melotti2011-05-076-27/+72868
| |\ \ \ | | |/ / | |/| |
| | * | 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-066-27/+72864
| | |\ \
| | | * | 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
| | | |\ \
| | | * \ \ Issue #12000: When a SSL certificate has a subjectAltName without anyAntoine Pitrou2011-05-066-27/+72858
| | | |\ \ \
| | | | * | | Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRe...Ezio Melotti2011-05-062-0/+5
| | | | * | | merge from 3.2Ronald Oussoren2011-05-066-27/+72853
| | | | |\ \ \
| | | | | * \ \ Merge: #11873: Improve test regex so random directory names don't cause test ...R David Murray2011-05-051-0/+3
| | | | | |\ \ \
| | | | | * \ \ \ Merge #11647 update from 3.2Nick Coghlan2011-05-056-23/+72849
| | | | | |\ \ \ \
| | | | | | * \ \ \ Issue #1856: Avoid crashes and lockups when daemon threads run while theAntoine Pitrou2011-05-046-23/+72849
| | | | | | |\ \ \ \
| | | | | | | * \ \ \ Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable.Raymond Hettinger2011-05-031-0/+2
| | | | | | | |\ \ \ \
| | | | | | | * | | | | Issue #11849: Make it more likely for the system allocator to releaseAntoine Pitrou2011-05-031-0/+4
| | | | | | | * | | | | Issue #11930: Added Misc/NEWS and versionchanged entries.Alexander Belopolsky2011-05-021-0/+3
| | | | | | | * | | | | (Merge 3.2) logging: don't define QueueListener if Python has no thread supportVictor Stinner2011-05-021-0/+2
| | | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ \ (Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS XVictor Stinner2011-05-026-23/+72842
| | | | | | | |\ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ (Merge 3.2) Issue #9756: credit the author, Andreas Stührk (Trundle)Victor Stinner2011-05-016-23/+72842
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ (Merge 3.2) Issue #9756: When calling a method descriptor or a slot wrapperVictor Stinner2011-05-011-0/+5
| | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ Merge #11971: fix man page; it's -OO not -O0R David Murray2011-05-011-2/+2
| | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * | | | | | | | Close #11958: Fix FTP tests for IPv6, bind to "::1" instead of "localhost".Victor Stinner2011-05-011-0/+3
| | | | | | | | | * | | | | | | | Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetchVictor Stinner2011-04-301-0/+7
| | | | | | | | | * | | | | | | | Merged mentions of issues #11324 and #11858.Łukasz Langa2011-04-301-0/+5
| | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | * | | | | | | | | Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. PatchAntoine Pitrou2011-04-281-0/+3
| | | | | | | | | * | | | | | | | | Issue #11811: Factor out detection of IPv6 support on the current hostAntoine Pitrou2011-04-281-0/+4
| | | | | | | | | * | | | | | | | | Merged solution for #11324 from 3.2.Łukasz Langa2011-04-286-20/+72826
| | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ Merged ACKS from 3.2: added Yuxiao ZengŁukasz Langa2011-04-281-0/+1
| | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-276-20/+72826
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ #11763: merge with 3.2.Ezio Melotti2011-04-271-0/+3
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | | | | | Issue #10914: Initialize correctly the filesystem codec when creating a newVictor Stinner2011-04-271-0/+4
| | | | | | | | | | | * | | | | | | | | | | Issue #11918: OS/2 and VMS are no more supported because of the lack ofVictor Stinner2011-04-261-0/+3
| | | | | | | | | | | * | | | | | | | | | | merge from 3.2Senthil Kumaran2011-04-266-20/+72819
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ #6780: merge with 3.2.Ezio Melotti2011-04-266-20/+72819
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ Merge #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-256-20/+72819
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ Issue #10914: Add a minimal embedding test to test_capi.Antoine Pitrou2011-04-251-0/+2
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * | | | | | | | | | | | Issue #11856: Speed up parsing of JSON numbers.Antoine Pitrou2011-04-251-0/+2
| | | | | | | | | | | | | | * | | | | | | | | | | | pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-251-0/+1
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * | | | | | | | | | | | | Issue #11005, issue #11915: fix issue number of commit 2c0da1c4f063.Victor Stinner2011-04-241-1/+1
| | | | | | | | | | | | | | * | | | | | | | | | | | | Issue #11915: threading.RLock()._release_save() raises a RuntimeError if theVictor Stinner2011-04-241-0/+3
| | | | | | | | | | | | | | * | | | | | | | | | | | | Issue #11258: Speed up ctypes.util.find_library() under Linux by a factorAntoine Pitrou2011-04-232-0/+4
| | | | | | | | | | | | | | * | | | | | | | | | | | | Issue #11382: Trivial system calls, such as dup() or pipe(), needn'tAntoine Pitrou2011-04-231-0/+3
| | | | | | | | | | | | | | * | | | | | | | | | | | | MERGE: startswith and endswith don't accept None as slice index. Patch by Tor...Jesus Cea2011-04-206-20/+72807
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * | | | | | | | | | | | | Issue #11223: Add threading._info() function providing informations about theVictor Stinner2011-04-191-2/+11
| | | | | | | | | | | | | | | * | | | | | | | | | | | | Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.Raymond Hettinger2011-04-196-20/+72806
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \