- ef0a44c Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
- 60cc323 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
- 6f02ea0 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
- 3a62e45 Merge typo fixes from 3.3. by Ezio Melotti · 12 years ago
- 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 12 years ago
- 20190e2 Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.3) by Ronald Oussoren · 12 years ago
- 1c90eed Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.2) by Ronald Oussoren · 12 years ago
- 697e56d Issue #1602133: 'environ' is not really available with shared libraries on OSX by Ronald Oussoren · 12 years ago
- c8c6563 Replace WaitForMultipleObjects with WaitForMultipleObjectEx, by Martin v. Löwis · 12 years ago
- b26a9b1 Replace WaitForSingleObject with WaitForSingleObjectEx, by Martin v. Löwis · 12 years ago
- 35f284b Clean trailing whitespace in itertoolsmodule.c. by Serhiy Storchaka · 12 years ago
- d269b5e Clean trailing whitespace in itertoolsmodule.c. by Serhiy Storchaka · 12 years ago
- e7e9c32 Clean trailing whitespace in itertoolsmodule.c. by Serhiy Storchaka · 12 years ago
- c5dadcf Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 12 years ago
- 339e91d Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 12 years ago
- a3e9128 Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 12 years ago
- fa88b5d merge heads by Eli Bendersky · 12 years ago
- eb8c451 Since the return type of format() is not a Decimal, raise ValueError instead of by Stefan Krah · 12 years ago
- c07fcbb Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 12 years ago
- 95195b3 Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 12 years ago
- 986a56c Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 12 years ago
- 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
- 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
- 8a7d744 merge by Raymond Hettinger · 12 years ago
- bd8f290 Show the function signature in the docstring by Raymond Hettinger · 12 years ago
- 9f30abd merge 3.3 by Benjamin Peterson · 12 years ago
- c68a4a0 check windows fd validity (closes #16992) by Benjamin Peterson · 12 years ago
- 20d6080 Issue #16982: Fix --without-threads build failure. by Stefan Krah · 12 years ago
- 31efb38 Merge 3.3. by Stefan Krah · 12 years ago
- 897c3e9 Issue #11729: Backport commit bff052d9 from libffi upstream in order to fix by Stefan Krah · 12 years ago
- e2515e4 Merge 3.3. by Stefan Krah · 12 years ago
- 752bfb7 Remove trailing whitespace. by Stefan Krah · 12 years ago
- 6d554b0 Merge 3.3. by Stefan Krah · 12 years ago
- 59a4a93 Issue #16422: Use strings for rounding mode constants for better readability by Stefan Krah · 12 years ago
- ad1d5f9 Issue #10527: Use poll() instead of select() for multiprocessing pipes by Richard Oudkerk · 12 years ago
- 7898043 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
- a50ff18 Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. by Eli Bendersky · 12 years ago
- 25771b3 Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. by Eli Bendersky · 12 years ago
- b09b167 Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. by Eli Bendersky · 12 years ago
- 3ed8442 Clean trailing whitespace in _elementtree.c by Eli Bendersky · 12 years ago
- 4583990 Clean trailing whitespace in _elementtree.c by Eli Bendersky · 12 years ago
- fa3965a merge 3.3 by Benjamin Peterson · 12 years ago
- 0e5c48a make deque_clear void, since it's infallible by Benjamin Peterson · 12 years ago
- 1e37e9e SSLContext.load_dh_params() now properly closes the input file. by Antoine Pitrou · 12 years ago
- 457a229 SSLContext.load_dh_params() now properly closes the input file. by Antoine Pitrou · 12 years ago
- 60a0c71 Issue #16076: check for return value of PyTuple_New for args (following by Eli Bendersky · 12 years ago
- 799e3ed Issue #16076: check for return value of PyTuple_New for args (following by Eli Bendersky · 12 years ago
- 0f3735b Close #16076: fix refleak in pickling of Element. by Eli Bendersky · 12 years ago
- b8f6dc8 Issue #16076: fix refleak in pickling of Element. by Eli Bendersky · 12 years ago
- a6ebb2d Issue #16876: Revert be8e6b81284e, which wasn't thread-safe: wait until a by Charles-François Natali · 12 years ago
- 464d89b Issue #16398: Optimize deque.rotate() by Raymond Hettinger · 12 years ago
- bb48151 Issue #16913: Fix Element.itertext()'s handling of text with XML entities. by Eli Bendersky · 12 years ago
- e6174ca Issue #16913: Fix Element.itertext()'s handling of text with XML entities. by Eli Bendersky · 12 years ago
- 065eeb1 Issue #16076: make _elementtree.Element pickle-able in a way that is compatible by Eli Bendersky · 12 years ago
- 698bdb2 Issue #16076: make _elementtree.Element pickle-able in a way that is compatible by Eli Bendersky · 12 years ago
- f424f38 Issue #16876: Optimize epoll.poll() by keeping a per-instance epoll events by Charles-François Natali · 12 years ago
- 2716d53 fcntl: add F_DUPFD_CLOEXEC constant, available on Linux 2.6.24+. by Victor Stinner · 12 years ago
- c99b512 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 12 years ago
- a2ad5c3 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 12 years ago
- 5dd12a5 Fix returning uninitialized variable (issue #8109). by Antoine Pitrou · 12 years ago
- 58ddc9d Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method. by Antoine Pitrou · 12 years ago
- 3c9850a The get() and iter() are now able to accept keyword arguments. by Eli Bendersky · 12 years ago
- a873690 The get() and iter() are now able to accept keyword arguments. by Eli Bendersky · 12 years ago
- d8a0bac Issue #16674: random.getrandbits() is now 20-40% faster for small integers. by Serhiy Storchaka · 12 years ago
- 75e923f Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in by Christian Heimes · 12 years ago
- f402e92 Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in by Christian Heimes · 12 years ago
- 37623ab #16009: JSON error messages now provide more information. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
- fd53a5a (Merge 3.3) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB. by Victor Stinner · 12 years ago
- 6f84659 (Merge 3.2) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB. by Victor Stinner · 12 years ago
- c44057d Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB by Victor Stinner · 12 years ago
- ef408ae Issue #16828: Fix error incorrectly raised by bz2.compress(b'') and bz2.BZ2Compressor.compress(b''). by Nadeem Vawda · 12 years ago
- 57cb81d Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
- 638fb9b Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
- 404fa92 Issue #16841: Set st_dev on Windows as unsigned long to match its DWORD type. by Serhiy Storchaka · 12 years ago
- e4110dc Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding by Victor Stinner · 12 years ago
- 9cc4321 Backed out changeset 61bada808b34 by Brian Curtin · 12 years ago
- e3d0b65 Set st_dev on Windows as unsigned long to match its DWORD type, related to the change to fix #11939. by Brian Curtin · 12 years ago
- 950fab0 Issue #9586: Merge. by Richard Oudkerk · 12 years ago
- 9b45993 Issue #9586: Merge by Richard Oudkerk · 12 years ago
- 9866231 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 12 years ago
- a9bc1bf Make indentation consistent by Eli Bendersky · 12 years ago
- b829dea Make indentation consistent by Eli Bendersky · 12 years ago
- 0485314 Make indentation consistent and remove dead commented-out code. by Eli Bendersky · 12 years ago
- 03ab4d3 Make indentation consistent and remove dead commented-out code. by Eli Bendersky · 12 years ago
- 87e63a2 st_dev/st_rdev should be unsigned long as dwVolumeSerialNumber, which it is set to, is a DWORD. This was fixed in #11939 and the overflow was mentioned in #10657 and seen by me on some machines. by Brian Curtin · 12 years ago
- ac10693 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
- c1b59d4 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
- 490b32a Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. by Brian Curtin · 12 years ago
- 6d469eb rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 12 years ago
- 41dc9f3 rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 12 years ago
- 0b64c14 rename MathcObject to match object in doctrings for re module (#16760) by Andrew Svetlov · 12 years ago
- 3ba3a3e Issue #15422: get rid of PyCFunction_New macro by Andrew Svetlov · 12 years ago
- 7737757 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
- 70dcef4 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
- 56ad5ed Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
- 8233596 Merge 3.3. by Stefan Krah · 12 years ago
- e3dff55 Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc). by Stefan Krah · 12 years ago
- a81ef64 Merge 3.3. by Stefan Krah · 12 years ago
- f03eee1 Issue #16745: The gcc visibility pragma is buggy on OpenIndiana and NetBSD. by Stefan Krah · 12 years ago
- 5383d2d Merge 3.3. by Stefan Krah · 12 years ago