summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-271-1/+1
|\
| * Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-27378-37861/+100173
| |\
| * | Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-271-1/+1
* | | Merge typo fixes from 3.3.Ezio Melotti2013-01-272-2/+2
|\ \ \ | | |/ | |/|
| * | Fix a few typos and a double semicolon. Patch by Eitan Adler.Ezio Melotti2013-01-272-2/+2
* | | Issue #1602133: 'environ' is not really available with shared libraries on OS...Ronald Oussoren2013-01-251-3/+4
|\ \ \ | |/ /
| * | Issue #1602133: 'environ' is not really available with shared libraries on OS...Ronald Oussoren2013-01-25378-37860/+100172
| |\ \ | | |/ | |/|
| * | Issue #1602133: 'environ' is not really available with shared libraries on OSXRonald Oussoren2013-01-251-3/+4
* | | Replace WaitForMultipleObjects with WaitForMultipleObjectEx,Martin v. L?wis2013-01-251-1/+1
* | | Replace WaitForSingleObject with WaitForSingleObjectEx,Martin v. L?wis2013-01-252-3/+3
* | | Clean trailing whitespace in itertoolsmodule.c.Serhiy Storchaka2013-01-2567-13175/+20528
|\ \ \ | |_|/ |/| |
| * | Issue #13454: Fix a crash when deleting an iterator created by itertools.tee()Serhiy Storchaka2013-01-251-1/+20
| |\ \
| * \ \ merge headsEli Bendersky2013-01-2467-13175/+20528
| |\ \ \
| | * \ \ Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.Charles-Fran?ois Natali2013-01-1967-13175/+20528
| | |\ \ \
| | | * \ \ mergeRaymond Hettinger2013-01-181-3/+3
| | | |\ \ \
| | | * \ \ \ merge 3.3Benjamin Peterson2013-01-181-1/+1
| | | |\ \ \ \
| | | * | | | | Issue #16982: Fix --without-threads build failure.Stefan Krah2013-01-171-3/+9
| | | * | | | | Merge 3.3.Stefan Krah2013-01-1669-13192/+20557
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge 3.3.Stefan Krah2013-01-1669-13192/+20557
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ Merge 3.3.Stefan Krah2013-01-162-87/+69
| | | | | |\ \ \ \ \
| | | | | * | | | | | Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-157-17/+35
| | | | | * | | | | | Issue #16922: fixed findtext() to return empty Unicode string instead of empt...Eli Bendersky2013-01-1367-13175/+20522
| | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ Clean trailing whitespace in _elementtree.cEli Bendersky2013-01-1367-13175/+20522
| | | | | | |\ \ \ \ \ \
| | | | | | | * \ \ \ \ \ merge 3.3Benjamin Peterson2013-01-121-6/+2
| | | | | | | |\ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ SSLContext.load_dh_params() now properly closes the input file.Antoine Pitrou2013-01-121-0/+1
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ Issue #16076: check for return value of PyTuple_New for args (followingEli Bendersky2013-01-121-8/+11
| | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ Close #16076: fix refleak in pickling of Element.Eli Bendersky2013-01-1267-13175/+20522
| | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | Issue #16876: Revert be8e6b81284e, which wasn't thread-safe: wait until aCharles-Fran?ois Natali2013-01-121-32/+13
| | | | | | | | * | | | | | | | | Issue #16398: Optimize deque.rotate()Raymond Hettinger2013-01-111-14/+58
| | | | | | | | * | | | | | | | | Issue #16913: Fix Element.itertext()'s handling of text with XML entities.Eli Bendersky2013-01-1066-13174/+20496
| | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ Issue #16076: make _elementtree.Element pickle-able in a way that is compatibleEli Bendersky2013-01-1066-13174/+20496
| | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | Issue #16876: Optimize epoll.poll() by keeping a per-instance epoll eventsCharles-Fran?ois Natali2013-01-091-13/+32
| | | | | | | | | | * | | | | | | | | fcntl: add F_DUPFD_CLOEXEC constant, available on Linux 2.6.24+.Victor Stinner2013-01-081-0/+3
| | | | | | | | | | * | | | | | | | | Issue #15972: Fix error messages when os functions expecting a file name orSerhiy Storchaka2013-01-0766-13161/+20461
| | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | | | Fix returning uninitialized variable (issue #8109).Antoine Pitrou2013-01-061-1/+1
| | | | | | | | | | | * | | | | | | | | Issue #8109: The ssl module now has support for server-side SNI, thanks to a ...Antoine Pitrou2013-01-051-5/+248
| | | | | | | | | | | * | | | | | | | | The get() and iter() are now able to accept keyword arguments.Eli Bendersky2013-01-0565-13156/+20213
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | | | Issue #16674: random.getrandbits() is now 20-40% faster for small integers.Serhiy Storchaka2013-01-041-0/+3
| | | | | | | | | | | | * | | | | | | | | Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() inChristian Heimes2013-01-0365-13156/+20210
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * | | | | | | | | #16009: JSON error messages now provide more information. Patch by Serhiy St...Ezio Melotti2013-01-031-24/+24
| | | | | | | | | | | | | * | | | | | | | | (Merge 3.3) Issue #16367: Fix FileIO.readall() on Windows for files larger th...Victor Stinner2013-01-0365-13132/+20184
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ Issue #16828: Fix error incorrectly raised by bz2.compress(b'') and bz2.BZ2Co...Nadeem Vawda2013-01-0265-13132/+20184
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * | | | | | | | | Issue #16841: Set st_dev on Windows as unsigned long to match its DWORD type.Serhiy Storchaka2013-01-021-1/+3
| | | | | | | | | | | | | | | * | | | | | | | | Backed out changeset 61bada808b34Brian Curtin2013-01-011-2/+1
| | | | | | | | | | | | | | | * | | | | | | | | Set st_dev on Windows as unsigned long to match its DWORD type, related to th...Brian Curtin2013-01-011-1/+2
| | | | | | | | | | | | | | | * | | | | | | | | Issue #9586: Merge.Richard Oudkerk2013-01-0165-13131/+20181
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ Make indentation consistentEli Bendersky2013-01-0165-13131/+20181
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ Make indentation consistent and remove dead commented-out code.Eli Bendersky2012-12-3165-13131/+20181
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | * | | | | | | | | st_dev/st_rdev should be unsigned long as dwVolumeSerialNumber, which it is s...Brian Curtin2012-12-311-2/+2
| | | | | | | | | | | | | | | | | | * | | | | | | | | Issue #16688: Fix backreferences did make case-insensitive regex fail on non-...Serhiy Storchaka2012-12-291-5/+6
| | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \