summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge fixes for #13193 and FAQ from 3.2Éric Araujo2012-02-123-8/+4
|\
| * Fix distutils.filelist.FileList under Windows (#13193).Éric Araujo2012-02-122-6/+3
| * Update mention of Subversion in the FAQ.Éric Araujo2012-02-121-1/+1
* | What's new typoAntoine Pitrou2012-02-121-1/+1
* | Fix seekable() in BZ2File and LZMAFile to check whether the underlying file s...Nadeem Vawda2012-02-114-4/+28
* | Add section on bz2 module to whatsnew/3.3.Nadeem Vawda2012-02-111-0/+22
* | Fix typo in whatsnew/3.3.Nadeem Vawda2012-02-111-1/+1
* | Clean up GzipFile mode string handling code.Nadeem Vawda2012-02-111-6/+5
* | Merge: #13989: Document that GzipFile does not support text mode.Nadeem Vawda2012-02-113-7/+15
|\ \ | |/
| * Issue #13989: Document that GzipFile does not support text mode.Nadeem Vawda2012-02-113-7/+15
* | Issue #13988: move the python bootstrap code to cElementTree.py, and remove o...Florent Xicluna2012-02-112-232/+152
* | fix Doc/extending/extending.rst typoEli Bendersky2012-02-111-1/+1
* | fix Sphinx error in os.rstEli Bendersky2012-02-111-2/+2
* | simplifyPhilip Jenvey2012-02-101-4/+1
* | merge 3.2Benjamin Peterson2012-02-101-1/+1
|\ \ | |/
| * this is only a borrowed ref in Brett's branchBenjamin Peterson2012-02-101-1/+1
* | Issue #13590: mergeNed Deily2012-02-102-1/+45
|\ \ | |/
| * Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, buildingNed Deily2012-02-102-1/+45
* | #13960: merge with 3.2.Ezio Melotti2012-02-103-2/+58
|\ \ | |/
| * #13960: HTMLParser is now able to handle broken comments when strict=False.Ezio Melotti2012-02-103-2/+58
* | Use sys.version_info instead of sys.version in packaging.Éric Araujo2012-02-108-17/+23
* | Branch mergeÉric Araujo2012-02-1011-253/+167
|\ \
| * | Start improving 2to3 code in packaging (#13462).Éric Araujo2012-02-096-194/+97
| * | Synchronize packaging.tests.support with distutils2Éric Araujo2012-02-091-19/+22
| * | More boolean tests for packaging metadata environment markersÉric Araujo2012-02-091-3/+7
| * | Remove unneeded importÉric Araujo2012-02-091-1/+1
| * | Group commands by topic in “pysetup run --list-commands” output.Éric Araujo2012-02-093-36/+40
* | | Undocument and clean up sqlite3.OptimizedUnicodePetri Lehtinen2012-02-0910-50/+24
* | | merge from 3.2Senthil Kumaran2012-02-092-1/+7
|\ \ \ | | |/ | |/|
| * | Issue #9021 - Introduce copy module better. Doc changes suggested by TerrySenthil Kumaran2012-02-092-1/+7
* | | merged from 3.2Senthil Kumaran2012-02-094-11/+17
|\ \ \ | |/ /
| * | Fix Issue #6005: Examples in the socket library documentation use sendall,Senthil Kumaran2012-02-094-11/+17
* | | Undo a bad mq management thingy.Brett Cannon2012-02-091-44/+0
* | | Whitespace normalization.Brett Cannon2012-02-081-1/+0
* | | Clarify a NEWS entry.Brett Cannon2012-02-081-1/+1
* | | Use the cwd when the empty string is found in sys.path. This leads toBrett Cannon2012-02-083-1/+58
* | | Move setup code from importlib.__init__ toBrett Cannon2012-02-082-27/+47
* | | Don't fail in the face of a lacking attribute when wrapping aBrett Cannon2012-02-081-1/+2
* | | get_terminal_size() can also fail with ENOTTY if the fd is not connected to a...Antoine Pitrou2012-02-081-2/+9
* | | Relax tests to fix buildbot failureAntoine Pitrou2012-02-082-4/+4
* | | Issue #13609: Add two functions to query the terminal size:Antoine Pitrou2012-02-0810-5/+339
* | | Backout f8409b3d6449: the PEP 410 is not accepted yetVictor Stinner2012-02-089-814/+174
* | | Issue #13845: Fix NEWS entry, the change is specific to WindowsVictor Stinner2012-02-081-3/+3
* | | PEP 410Victor Stinner2012-02-089-174/+814
* | | Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()Charles-François Natali2012-02-081-0/+1
|\ \ \ | |/ /
| * | Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()Charles-François Natali2012-02-081-0/+1
* | | Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on ConnectionCharles-François Natali2012-02-084-3/+26
| |/ |/|
* | Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestampVictor Stinner2012-02-082-1/+11
* | Issue #13964: Split os.*utime*() subsecond tests into multiple tests to helpVictor Stinner2012-02-082-115/+120
* | Issue #13964: Test also os.futimesat()Victor Stinner2012-02-081-1/+8