Commit message Age Author Refs
r3121:41eb15e3
Add explicit comment about disabled code in importstring. This lets us know the deactivated code is meant for eventual deletion (the replacement was written by T. Kluyver in his 2to3 preparation work, we just need to be sure we have no problems with it in more testing).
Fernando Perez
0
r3120:572d3d79
Merge branch 'takowl-ipy3-preparation' into trunk This branch cleans up our trunk to make a 2to3 run be as painless as possible, while keeping our code fully 2.6-compatible. Closes gh-159 (pull request).
Fernando Perez
0
r3119:468a14f2
Rename misleading use of raw_input so it's not automatically converted to input by 2to3.
Thomas Kluyver
0
r3118:91a11d59
Revert "Option for testing local copy, rather than global. Testing needs more work." (Doesn't work; will use virtualenv instead) This reverts commit 9bef7e3b597be5bcecaf4e884146e672ecd6fe2d.
Thomas Kluyver
0
r3117:b0a6ac50
Option for testing local copy, rather than global. Testing needs more work.
Thomas Kluyver
0
r3116:be0324d2
Update md5 calls.
Thomas Kluyver
0
r3115:10494fdb
Change to pass tests in IPython.extensions
Thomas Kluyver
0
r3114:edb052c5
Replacing some .items() calls with .iteritems() for cleaner conversion with 2to3.
Thomas Kluyver
0
r3113:d4266570
Tidy up dictionary-style methods of Config (2to3 converts 'has_key' calls to use the 'in' operator, which will be that of the parent dict unless we define it).
Thomas Kluyver
0
r3112:b2dc4fa9
Update use of rjust
Thomas Kluyver
0
< 1 .. 2561 2562 2563 2564 2565 .. 2875 >