aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Resolved merge conflicts in test_ssl.pyAlex Gaynor2014-12-141-5/+0
* | | Resolved merge conflicts in test_ssl.pyAlex Gaynor2014-12-141-45/+0
* | | Attempted to resolve merge conflicts in ssl.pyAlex Gaynor2014-12-141-20/+1
* | | Merged in stdlib/vendor. There are merge conflict markers right nowAlex Gaynor2014-12-14216-3492/+13055
|\ \ \ | |/ / |/| / | |/
| * Upgrade 2.7 stdlib to 2.7.9Alex Gaynor2014-12-14218-3577/+12608
* | sqlite3: fix fetching of cursor.description attrRoman Podoliaka2014-12-111-0/+23
* | Merged larstiq/pypy-virtualenv/issue1922-take2 into defaultArmin Rigo2014-11-191-0/+36
|\ \
| * | add versionsWouter van Heyst2014-11-141-4/+3
| * | match different virtualenv versions on top of arigo's patchWouter van Heyst2014-11-141-0/+37
* | | Rename 'rctime' to plain 'time'.Amaury Forgeot d'Arc2014-11-121-1/+1
|/ /
* | Oups, wrong test. Fix it and be more precise: check exactly eachArmin Rigo2014-09-281-1/+6
* | Generalize the test to account for PyPy's particular behavior, which is subtl...Armin Rigo2014-09-261-1/+6
* | use a try finally insteadBrian Kearns2014-09-071-19/+17
* | close and trunctate file on test failuremattip2014-09-081-0/+4
* | fix for issue #1846, also submitted to cpython as http://bugs.python.org/issu...mattip2014-08-301-35/+44
* | Test fix for test_xpickleArmin Rigo2014-08-301-2/+4
* | Add one specific function used during encoding to _pypyjson.Armin Rigo2014-08-291-0/+7
* | line lengthBrian Kearns2014-08-281-3/+6
* | another fix for idlelibBrian Kearns2014-08-281-1/+1
* | further hacks for pypy compatBrian Kearns2014-08-281-2/+2
* | adjust this function to work on pypy?Brian Kearns2014-08-281-0/+1
* | adjust this test for pypyBrian Kearns2014-08-281-2/+2
* | (Originally by pjenvey) Dont' call close here, if the handshake fails we stil...Alex Gaynor2014-08-271-5/+4
* | further improvements for test_tarfileBrian Kearns2014-08-251-135/+169
* | modernize/fix up test_tarfileBrian Kearns2014-08-251-154/+184
* | fix test_tarfile so it passes on win32Brian Kearns2014-08-251-3/+3
* | small tweakBrian Kearns2014-08-251-1/+1
* | have tarfile explicitly close fileobj in more casesBrian Kearns2014-08-251-24/+41
* | update this change to preserve existing behaviorBrian Kearns2014-08-251-1/+6
* | fix reliance on refcounting in test_weakrefBrian Kearns2014-08-241-0/+2
* | fix tarfile.gzopen so it properly closesBrian Kearns2014-08-241-3/+3
* | call gc.collect before testing weakrefBrian Kearns2014-08-241-0/+1
* | caret impl detailPhilip Jenvey2014-08-231-1/+4
* | Made functools.partial objects immutableAlex Gaynor2014-08-231-3/+3
* | we match py3's improved error messagesPhilip Jenvey2014-08-221-3/+3
* | reapply our workaroundPhilip Jenvey2014-08-221-1/+1
* | missing importPhilip Jenvey2014-08-221-1/+1
* | Added two missing files to the lib-python conftest, also delete some deadcodeAlex Gaynor2014-08-201-8/+2
* | branch for stdlib 2.7.8Philip Jenvey2014-08-20453-5264/+15414
|\|
| * bump the id 2.7.8Philip Jenvey2014-08-201-1/+1
| * update the Python 2.7 stdlib to 2.7.8Philip Jenvey2014-08-20444-5265/+13824
| * update the Python 3 stdlib to v3.2.5Philip Jenvey2014-03-12350-3308/+12427
* | Move the class declaration outside the function. There is noArmin Rigo2014-07-161-5/+6
* | accept unicode keysMaciej Fijalkowski2014-07-081-0/+11
* | Copy the checkin message as comment to the newly introduced function.Armin Rigo2014-07-041-0/+8
* | Tweaks to timeit.py:Armin Rigo2014-07-021-16/+13
* | remove PyDLL and pythonapi from ctypesmattip2014-06-232-16/+14
* | close files opened by FileType option handling, there must be a better way?mattip2014-05-301-0/+3
* | close files opened during import (upstream issue 21610 created and patch subm...mattip2014-05-302-9/+12
* | null charsMaciej Fijalkowski2014-05-131-0/+11