summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Monotonic, not monotonousAntoine Pitrou2011-08-131-1/+1
* | Issue #12744: Fix inefficient representation of integersAntoine Pitrou2011-08-131-0/+10
* | Issue #12669: Fix test_curses so that it can run on the buildbots.Nadeem Vawda2011-08-131-3/+3
* | Issue #12646: Add an 'eof' attribute to zlib.Decompress.Nadeem Vawda2011-08-131-0/+20
* | Merge with 3.2.Georg Brandl2011-08-132-2/+12
|\ \ | |/
| * Fix #11513: wrong exception handling for the case that GzipFile itself raises...Georg Brandl2011-08-132-2/+12
* | merge 3.2Benjamin Peterson2011-08-131-0/+3
|\ \ | |/
| * tokenize is just broken on test_pep3131.pyBenjamin Peterson2011-08-131-0/+3
* | merge 3.2Benjamin Peterson2011-08-131-3/+12
|\ \ | |/
| * normalization is different between unicode builds, so use a new non-BMP char ...Benjamin Peterson2011-08-131-3/+12
* | merge 3.2 (#12732)Benjamin Peterson2011-08-132-0/+4
|\ \ | |/
| * in narrow builds, make sure to test codepoints as identifier characters (clos...Benjamin Peterson2011-08-132-0/+4
| * Branch mergeÉric Araujo2011-08-121-1/+2
| |\
* | | Clean up test_shutil, to facilitate upcoming improvements (#12721).Éric Araujo2011-08-121-96/+69
* | | Brench mergeÉric Araujo2011-08-125-14/+11
|\ \ \
| * | | Use our existing drop-in, no-op decorator instead of redefining it.Éric Araujo2011-08-111-6/+2
| * | | Remove unused names in except clausesÉric Araujo2011-08-101-3/+3
| * | | Revert cosmetic change.Éric Araujo2011-08-101-3/+3
| * | | Avoid unwanted behavior change in shlex.quote (see #9723).Éric Araujo2011-08-092-2/+3
| |\ \ \ | | | |/ | | |/|
| | * | Test pipes.quote with a few non-ASCII characters (see #9723).Éric Araujo2011-08-091-1/+2
* | | | Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco...Antoine Pitrou2011-08-111-0/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco...Antoine Pitrou2011-08-111-0/+13
* | | | merge from 3.2Senthil Kumaran2011-08-112-4/+14
|\ \ \ \ | |/ / /
| * | | Fix closes Issue10087 - fixing the output of calendar display in the html fo...Senthil Kumaran2011-08-112-4/+14
| | |/ | |/|
* | | fix indentationBenjamin Peterson2011-08-091-1/+1
* | | merge headsBenjamin Peterson2011-08-092-0/+16
|\ \ \
| * | | Add support for unary plus and unary minus to collections.Counter()Raymond Hettinger2011-08-092-0/+16
| | |/ | |/|
* | | add a AST validator (closes #12575)Benjamin Peterson2011-08-091-2/+408
|/ /
* | Branch mergeÉric Araujo2011-08-091-14/+30
|\ \
| * \ Branch mergeÉric Araujo2011-08-081-14/+30
| |\ \
| | * | Clean up shutil.disk_usage.Éric Araujo2011-08-081-14/+30
* | | | Issue #12700: fix test_faulthandler for Mac OS X LionVictor Stinner2011-08-081-4/+5
|/ / /
* | | #12677: merge with 3.2Sandro Tosi2011-08-072-4/+4
|\ \ \ | | |/ | |/|
| * | #12677: correct turtle orientation in docSandro Tosi2011-08-072-4/+4
* | | merge from 3.2 - Fix closes issue12698 - make the no_proxy environment variab...Senthil Kumaran2011-08-062-2/+5
|\ \ \ | |/ /
| * | Fix closes issue12698 - make the no_proxy environment variable handling a bit...Senthil Kumaran2011-08-062-2/+5
* | | #11572: improvements to copy module tests along with removal of old test suiteSandro Tosi2011-08-052-138/+95
| |/ |/|
* | Fix wrong use of root logger in packaging (also a NameError)Éric Araujo2011-08-041-1/+1
* | Issue #12540: Prevent zombie IDLE processes on Windows due to changesNed Deily2011-08-051-26/+15
|\ \ | |/
| * Issue #12540: Prevent zombie IDLE processes on Windows due to changesNed Deily2011-08-031-26/+15
* | Silence the altered state warning about threadgs when running test_httplib.Brett Cannon2011-08-051-4/+4
* | Silence altered execution state warnings from test_telnetlib involving threads.Brett Cannon2011-08-051-0/+1
* | Explicitly close a file to stop raising a ResourceWarning.Brett Cannon2011-08-051-12/+13
* | merge from 3.2 - change the extra svn to svn+sshSenthil Kumaran2011-08-031-1/+1
|\ \ | |/
| * change the redundant svn scheme urljoin test case to svn+ssh scheme.Senthil Kumaran2011-08-031-1/+1
| * merged headsSenthil Kumaran2011-08-031-2/+2
| |\
* | \ merge headsSenthil Kumaran2011-08-033-6/+17
|\ \ \
| * \ \ Merge with 3.2.Georg Brandl2011-08-031-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Fix spacing in string literal.Georg Brandl2011-08-031-2/+2
| * | | handle sched_rr_get_interval not working on currentBenjamin Peterson2011-08-031-1/+8