- d1c7b1a #13993: merge with 3.2. by Ezio Melotti · 14 years ago
- 5211ffe #13993: HTMLParser is now able to handle broken end tags when strict=False. by Ezio Melotti · 14 years ago
- 3dc74c0 fix whitespace normalization before pushing. by Gregory P. Smith · 14 years ago
- efc66f9 fix whitespace normalization before pushing. by Gregory P. Smith · 14 years ago
- db66310 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 14 years ago
- 58f23ff Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 14 years ago
- c7551a1 Merge branch '3.2' by Petri Lehtinen · 14 years ago
- 51d04d1 Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 14 years ago
- 425b8e8 Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643). by Antoine Pitrou · 14 years ago
- 54411c1 Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643). by Antoine Pitrou · 14 years ago
- 2f234db Merge with remote. by Ross Lagerwall · 14 years ago
- 003c7a3 Fix a typo. by Ross Lagerwall · 14 years ago
- ab66d2a Attempt to speed up some subprocess tests (and hopefully keep them reliable). by Ross Lagerwall · 14 years ago
- b9df745 Port the fix for #13193 to packaging by Éric Araujo · 14 years ago
- a9d2b64 Merge fixes for #13193 and FAQ from 3.2 by Éric Araujo · 14 years ago
- 9ce366a Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 14 years ago
- 01a2215 Update mention of Subversion in the FAQ. by Éric Araujo · 14 years ago
- 4f86343 What's new typo by Antoine Pitrou · 14 years ago
- ae557d7 Fix seekable() in BZ2File and LZMAFile to check whether the underlying file supports seek(). by Nadeem Vawda · 14 years ago
- d7e5c6e Add section on bz2 module to whatsnew/3.3. by Nadeem Vawda · 14 years ago
- 7edbe30 Fix typo in whatsnew/3.3. by Nadeem Vawda · 14 years ago
- be66af4 Clean up GzipFile mode string handling code. by Nadeem Vawda · 14 years ago
- d1a1071 Merge: #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 14 years ago
- 30d94b7 Issue #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 14 years ago
- f4bdf4e Issue #13988: move the python bootstrap code to cElementTree.py, and remove obsolete code for Python 2.4 and 2.5. by Florent Xicluna · 14 years ago
- 44fb613 fix Doc/extending/extending.rst typo by Eli Bendersky · 14 years ago
- d049d5c fix Sphinx error in os.rst by Eli Bendersky · 14 years ago
- 353c107 simplify by Philip Jenvey · 14 years ago
- 67e7006 merge 3.2 by Benjamin Peterson · 14 years ago
- efe7c9d this is only a borrowed ref in Brett's branch by Benjamin Peterson · 14 years ago
- 7347df1 Issue #13590: merge by Ned Deily · 14 years ago
- 9937748 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 14 years ago
- 176630e #13960: merge with 3.2. by Ezio Melotti · 14 years ago
- fa3702d #13960: HTMLParser is now able to handle broken comments when strict=False. by Ezio Melotti · 14 years ago
- 9f90a73 Use sys.version_info instead of sys.version in packaging. by Éric Araujo · 14 years ago
- ea0b1ed Branch merge by Éric Araujo · 14 years ago
- 692a493 Start improving 2to3 code in packaging (#13462). by Éric Araujo · 14 years ago
- 1a765f5 Synchronize packaging.tests.support with distutils2 by Éric Araujo · 14 years ago
- 6e1f564 More boolean tests for packaging metadata environment markers by Éric Araujo · 14 years ago
- ac03a2b Remove unneeded import by Éric Araujo · 14 years ago
- bc35beb Undocument and clean up sqlite3.OptimizedUnicode by Petri Lehtinen · 14 years ago
- 5c69b66 Group commands by topic in “pysetup run --list-commands” output. by Éric Araujo · 14 years ago
- f0f9679 merge from 3.2 by Senthil Kumaran · 14 years ago
- 5b14d73 Issue #9021 - Introduce copy module better. Doc changes suggested by Terry by Senthil Kumaran · 14 years ago
- 0bfa963 merged from 3.2 by Senthil Kumaran · 14 years ago
- 6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 14 years ago
- 4a2e1a0 Undo a bad mq management thingy. by Brett Cannon · 14 years ago
- 9777109 Whitespace normalization. by Brett Cannon · 14 years ago
- 32b66be Clarify a NEWS entry. by Brett Cannon · 14 years ago
- b4e63b3 Use the cwd when the empty string is found in sys.path. This leads to by Brett Cannon · 14 years ago
- 354c26e Move setup code from importlib.__init__ to importlib._bootstrap._setup(). by Brett Cannon · 14 years ago
- 8490fab Don't fail in the face of a lacking attribute when wrapping a function. by Brett Cannon · 14 years ago
- 81a1fa5 get_terminal_size() can also fail with ENOTTY if the fd is not connected to a terminal. by Antoine Pitrou · 14 years ago
- cfade36 Relax tests to fix buildbot failure by Antoine Pitrou · 14 years ago
- bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 14 years ago
- 4195b5c Backout f8409b3d6449: the PEP 410 is not accepted yet by Victor Stinner · 14 years ago
- 72476ea Issue #13845: Fix NEWS entry, the change is specific to Windows by Victor Stinner · 14 years ago
- b2c9e9a Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 14 years ago
- ccd5715 PEP 410 by Victor Stinner · 14 years ago
- 6f91ce7 Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 14 years ago
- ed4a8fc Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection by Charles-François Natali · 14 years ago
- 1aa54a4 Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestamp by Victor Stinner · 14 years ago
- a2f7c00 Issue #13964: Split os.*utime*() subsecond tests into multiple tests to help by Victor Stinner · 14 years ago
- 8b6f10d Issue #13964: Test also os.futimesat() by Victor Stinner · 14 years ago
- be557de Issue #13964: Write tests for new os.*utime*() functions by Victor Stinner · 14 years ago
- f4c54ff What's New in 3.3: reorder modules by Victor Stinner · 14 years ago
- 2e63177 What's New in 3.3: Fix time module doc by Victor Stinner · 14 years ago
- 09225b7 Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime() by Victor Stinner · 14 years ago
- 8b30201 Issue #13846: Add time.monotonic(), monotonic clock. by Victor Stinner · 14 years ago
- d1cd99b Backout d2c1521ad0a1: _Py_IDENTIFIER() uses UTF-8 again by Victor Stinner · 14 years ago
- cae1068 Re-order importlib benchmarks to be consistent. Also print out what implementation of __import__ is used. by Brett Cannon · 14 years ago
- 3fd6e2b Merge by Brett Cannon · 14 years ago
- 466e6a9 Have importlib.test.benchmark test with tabnanny as a medium-sized test. by Brett Cannon · 14 years ago
- 9a74c57 Null merge for reverted fix for #13807. by Vinay Sajip · 14 years ago
- 73d1da3 Null merge for reverted fix for #13807. by Vinay Sajip · 14 years ago
- 96356d4 Merge branch '3.2' by Petri Lehtinen · 14 years ago
- 4a84f58 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 14 years ago
- 7794090 Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to by Charles-François Natali · 14 years ago
- 9878b63 merge 3.2 by Benjamin Peterson · 14 years ago
- 1f30575 merge heads by Benjamin Peterson · 14 years ago
- 2f9c71b bltinmod is borrowed, so it shouldn't be decrefed by Benjamin Peterson · 14 years ago
- 2f8c3f7 Fix typos in comments. by Éric Araujo · 14 years ago
- 6b1aecf Issue #10881: merge by Ned Deily · 14 years ago
- d531b29 Issue #10881: Fix test_site failure with OS X framework builds. by Ned Deily · 14 years ago
- ea4afbb Merge with 3.2 #964437 by Terry Jan Reedy · 14 years ago
- e91e763 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 14 years ago
- d8d2c98 Merge with 3.2 #13933 refine patch using 'new' builtin by Terry Jan Reedy · 14 years ago
- a77aa69 #13933 refine patch using 'new' builtin by Terry Jan Reedy · 14 years ago
- 7372b06 Issue #13734: Add os.fwalk(), a directory walking function yielding file by Charles-François Natali · 14 years ago
- fb39063 Make lzma docs consistent with other compression modules (cf. changeset 11bd2d32b4e8). by Nadeem Vawda · 14 years ago
- cd0d951 Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) by Éric Araujo · 14 years ago
- cd2a603 Branch merge by Éric Araujo · 14 years ago
- 89dfd5c Really make bztar support in shutil conditional. by Éric Araujo · 14 years ago
- be095b3 Null merge. by Nadeem Vawda · 14 years ago
- bd249c1 Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). by Nadeem Vawda · 14 years ago
- 04410c0 Branch merge by Éric Araujo · 14 years ago
- dcfcb64 Stop converting package_data to extra_files in pysetup create (#13712). by Éric Araujo · 14 years ago
- 2cf0448 merge with 3.2 by Georg Brandl · 14 years ago
- 9701eb6 Closes #13944: fix capitalization of class name. by Georg Brandl · 14 years ago
- 5588804 Issue #12142: Fixed reference cycle when importing ctypes by Meador Inge · 14 years ago