summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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-091-0/+2
* | Undo a bad mq management thingy.Brett Cannon2012-02-091-44/+0
* | Whitespace normalization.Brett Cannon2012-02-081-1/+0
* | Use the cwd when the empty string is found in sys.path. This leads toBrett Cannon2012-02-082-1/+55
* | 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-083-1/+128
* | Backout f8409b3d6449: the PEP 410 is not accepted yetVictor Stinner2012-02-082-60/+4
* | PEP 410Victor Stinner2012-02-082-4/+60
* | 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 #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr...Petri Lehtinen2012-02-061-0/+22
* | | Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on ConnectionCharles-François Natali2012-02-082-3/+20
| |/ |/|
* | Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestampVictor Stinner2012-02-081-0/+11
* | Issue #13964: Split os.*utime*() subsecond tests into multiple tests to helpVictor Stinner2012-02-081-38/+75
* | Issue #13964: Test also os.futimesat()Victor Stinner2012-02-081-1/+8
* | Issue #13964: Write tests for new os.*utime*() functionsVictor Stinner2012-02-081-0/+37
* | Issue #13846: Add time.monotonic(), monotonic clock.Victor Stinner2012-02-071-1/+17
* | Re-order importlib benchmarks to be consistent. Also print out what implement...Brett Cannon2012-02-071-6/+8
* | MergeBrett Cannon2012-02-073-7/+7
|\ \
| * | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), toCharles-François Natali2012-02-063-7/+7
* | | Have importlib.test.benchmark test with tabnanny as a medium-sized test.Brett Cannon2012-02-071-32/+58
|/ /
* | Fix typos in comments.Éric Araujo2012-02-061-3/+3
* | Issue #10881: mergeNed Deily2012-02-061-10/+13
|\ \ | |/
| * Issue #10881: Fix test_site failure with OS X framework builds.Ned Deily2012-02-051-10/+13
* | Merge with 3.2 #964437Terry Jan Reedy2012-02-052-11/+64
|\ \ | |/
| * Issue 964437 Make IDLE help window non-modal.Terry Jan Reedy2012-02-052-11/+64
* | Merge with 3.2Terry Jan Reedy2012-02-051-4/+2
|\ \ | |/
| * #13933 refine patch using 'new' builtinTerry Jan Reedy2012-02-051-4/+2
* | Issue #13734: Add os.fwalk(), a directory walking function yielding fileCharles-François Natali2012-02-052-7/+154
* | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)Éric Araujo2012-02-053-1/+21
|\ \ | |/
| * Branch mergeÉric Araujo2012-02-053-1/+21
| |\
| | * Really make bztar support in shutil conditional.Éric Araujo2012-02-051-1/+0
| | * Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-01-152-0/+21
* | | Branch mergeÉric Araujo2012-02-056-47/+95
|\ \ \
| * | | Stop converting package_data to extra_files in pysetup create (#13712).Éric Araujo2012-02-052-28/+33
| * | | Allow multiple values for package_data in setup.cfg (#11805).Éric Araujo2012-02-042-14/+48
| * | | Improve one packaging test, remove a setuptoolism in anotherÉric Araujo2012-02-042-5/+14
* | | | Issue #12142: Fixed reference cycle when importing ctypesMeador Inge2012-02-051-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Issue #12142: Fixed reference cycle when importing ctypesMeador Inge2012-02-051-1/+1
* | | | Issue #13933: mergeNed Deily2012-02-041-2/+2
|\ \ \ \ | |/ / /
| * | | Issue #13933: IDLE auto-complete did not work with some importedNed Deily2012-02-041-2/+2