2011-07-14 |
Dmitry Cheryasov | PyClass can now get its method resolution order.
|
commit | commitdiff | tree |
2011-07-14 |
Dmitry Cheryasov | PyClass can now get its method resolution order.
|
commit | commitdiff | tree |
2011-07-06 |
Dmitry Cheryasov | PY-4082: correctly map things like (*args, a=... b...
|
commit | commitdiff | tree |
2011-07-06 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-07-06 |
Dmitry Cheryasov | PY-4103: Python forgets about start param in enumerate().
|
commit | commitdiff | tree |
2011-07-04 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-07-04 |
Dmitry Cheryasov | PY-4073: correct signature of print().
|
commit | commitdiff | tree |
2011-07-01 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-07-01 |
Dmitry Cheryasov | A naive fix for PY-4043
|
commit | commitdiff | tree |
2011-06-30 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-06-30 |
Dmitry Cheryasov | Handle bin module paths as per PEP-3149
|
commit | commitdiff | tree |
2011-06-27 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-06-27 |
Dmitry Cheryasov | Added modules strictly requiring generator 1.94
|
commit | commitdiff | tree |
2011-06-27 |
Dmitry Cheryasov | Removed unused KNOWN_FAKE_EXPORTS data.
|
commit | commitdiff | tree |
2011-06-27 |
Dmitry Cheryasov | skip wrapper-only base classes, fix 'failed to find...
|
commit | commitdiff | tree |
2011-06-26 |
Dmitry Cheryasov | WIP: ignore sip fake bases
|
commit | commitdiff | tree |
2011-06-25 |
Dmitry Cheryasov | Fixed worst Qt / pygame import issues (PY-3985)
|
commit | commitdiff | tree |
2011-06-21 |
Dmitry Cheryasov | PY-3898: bumped generator3 -L timeout to 4 minutes.
|
commit | commitdiff | tree |
2011-06-20 |
Dmitry Cheryasov | Merge branch 'master' of git.labs.intellij.net:idea...
|
commit | commitdiff | tree |
2011-06-18 |
Dmitry Cheryasov | Special case of super(AnUnresolvedClass).something...
|
commit | commitdiff | tree |
2011-06-16 |
Dmitry Cheryasov | PY-3818: stick last param to *arg in param info
|
commit | commitdiff | tree |
2011-06-14 |
Dmitry Cheryasov | Special case of super().whatever_method() resolution
|
commit | commitdiff | tree |
2011-06-05 |
Dmitry Cheryasov | PY-3484: support SQL and ReST in WarmNeon color scheme.
|
commit | commitdiff | tree |
2011-06-05 |
Dmitry Cheryasov | Fix a degenerate case in isRaw()
|
commit | commitdiff | tree |
2011-06-05 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-06-05 |
Dmitry Cheryasov | A real fix for PY-3600, with tests.
|
commit | commitdiff | tree |
2011-06-05 |
Dmitry Cheryasov | PY-3440: don't mind the third argument to getattr().
|
commit | commitdiff | tree |
2011-06-05 |
Dmitry Cheryasov | Forgotten test data for PY-3363
|
commit | commitdiff | tree |
2011-06-05 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-06-05 |
Dmitry Cheryasov | NumberFormatException in iterateRawCharacterRanges...
|
commit | commitdiff | tree |
2011-06-05 |
Dmitry Cheryasov | PY-3363: don't highlight escapes in raw strings
|
commit | commitdiff | tree |
2011-06-04 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-06-04 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-06-04 |
Dmitry Cheryasov | Factored out createAndAddSDK()
|
commit | commitdiff | tree |
2011-06-04 |
Dmitry Cheryasov | PY-710: Auto-detect virtualenv when creating a new...
|
commit | commitdiff | tree |
2011-06-03 |
Dmitry Cheryasov | PY-3791 IOOBE: PyParameterInfoHandler.updateUI in the...
|
commit | commitdiff | tree |
2011-06-03 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-06-03 |
Dmitry Cheryasov | Bug in resolveInRoots(): use fromDottedString() to...
|
commit | commitdiff | tree |
2011-05-30 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-05-30 |
Dmitry Cheryasov | PY-1462: better caching of zope Interface references.
|
commit | commitdiff | tree |
2011-05-30 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-05-30 |
Dmitry Cheryasov | PY-1462: rather crude detection on Zope interfaces.
|
commit | commitdiff | tree |
2011-05-26 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-05-26 |
Dmitry Cheryasov | PY-3689: continue to propose *arg in parameter popup...
|
commit | commitdiff | tree |
2011-05-26 |
Dmitry Cheryasov | PY-3690: Now first non-implicit parameter is highlighted...
|
commit | commitdiff | tree |
2011-05-25 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-05-25 |
Dmitry Cheryasov | PY-3222: Add Function quickfix works correctly if a...
|
commit | commitdiff | tree |
2011-05-25 |
Dmitry Cheryasov | PY-3222: Add Function quickfix works correctly if a...
|
commit | commitdiff | tree |
2011-05-25 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-05-25 |
Dmitry Cheryasov | PY-3552: now parameter popup info is correctly updated...
|
commit | commitdiff | tree |
2011-05-25 |
Dmitry Cheryasov | Merge branch 'master' of git.labs.intellij.net:idea...
|
commit | commitdiff | tree |
2011-05-25 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-05-25 |
Dmitry Cheryasov | Simplified fake reexporters data in generator.
|
commit | commitdiff | tree |
2011-05-22 |
Dmitry Cheryasov | Now skeletons import modules needed for base classes...
|
commit | commitdiff | tree |
2011-05-19 |
Dmitry Cheryasov | PY-3291, PY-3589: fix imports of base classes, hone...
|
commit | commitdiff | tree |
2011-05-18 |
Dmitry Cheryasov | PY-2713: special case of OS X
|
commit | commitdiff | tree |
2011-05-17 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-05-17 |
Dmitry Cheryasov | PY-3567: _socket.error circular import in skeletons.
|
commit | commitdiff | tree |
2011-05-16 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-05-16 |
Dmitry Cheryasov | PY-1894: frozenset signature fixed
|
commit | commitdiff | tree |
2011-05-14 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-05-14 |
Dmitry Cheryasov | Removed a dysfunctional non-__dict__ test.
|
commit | commitdiff | tree |
2011-05-13 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-05-13 |
Dmitry Cheryasov | PY-3539: allow empty str(), bytes(), and unicode()...
|
commit | commitdiff | tree |
2011-05-11 |
Dmitry Cheryasov | Merge branch 'master' of git.labs.intellij.net:idea...
|
commit | commitdiff | tree |
2011-05-11 |
Dmitry Cheryasov | test_generator updated to match current generator.
|
commit | commitdiff | tree |
2011-05-11 |
Dmitry Cheryasov | Forgotten annotator was breaking some tests.
|
commit | commitdiff | tree |
2011-05-11 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-05-11 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-05-10 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-05-10 |
Dmitry Cheryasov | PY-3514: never return an null builtins version.
|
commit | commitdiff | tree |
2011-05-10 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-05-10 |
Dmitry Cheryasov | Unicode highlighting: fixes in octals, tests, updated...
|
commit | commitdiff | tree |
2011-05-06 |
Dmitry Cheryasov | Merge branch 'master' of git.labs.intellij.net:idea...
|
commit | commitdiff | tree |
2011-05-06 |
Dmitry Cheryasov | Unicode highlighting moved to annotator, added a bit...
|
commit | commitdiff | tree |
2011-05-04 |
Dmitry Cheryasov | PyFile stub test for import from future
|
commit | commitdiff | tree |
2011-05-04 |
Dmitry Cheryasov | Merge remote-tracking branch 'origin/master'
|
commit | commitdiff | tree |
2011-05-04 |
Dmitry Cheryasov | Merge remote-tracking branch 'origin/master'
|
commit | commitdiff | tree |
2011-05-04 |
Dmitry Cheryasov | Updated default Python colors to distinguish Unicode.
|
commit | commitdiff | tree |
2011-05-04 |
Dmitry Cheryasov | Updated color schemes to distinguish bytes and Unicode...
|
commit | commitdiff | tree |
2011-05-04 |
Dmitry Cheryasov | PY-3478: return type of divmod() must be (0, 0).
|
commit | commitdiff | tree |
2011-05-04 |
Dmitry Cheryasov | Fixed unicode literals coloring, updated colors page.
|
commit | commitdiff | tree |
2011-05-04 |
Dmitry Cheryasov | Merge remote-tracking branch 'origin/master'
|
commit | commitdiff | tree |
2011-05-04 |
Dmitry Cheryasov | Updated PyFile stub to handle all future features uniformly.
|
commit | commitdiff | tree |
2011-05-01 |
Dmitry Cheryasov | WIP: unicode literals colored, from future imports...
|
commit | commitdiff | tree |
2011-04-29 |
Dmitry Cheryasov | WIP: unicode literals colored, from future imports...
|
commit | commitdiff | tree |
2011-04-27 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-04-27 |
Dmitry Cheryasov | PY-3213: fix wrong 'can't set property value' diagnostic.
|
commit | commitdiff | tree |
2011-04-27 |
Dmitry Cheryasov | Don't include already blacklisted skeletons as errors.
|
commit | commitdiff | tree |
2011-04-27 |
Dmitry Cheryasov | NPE of PY-3415, some cleanup.
|
commit | commitdiff | tree |
2011-04-26 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-04-26 |
Dmitry Cheryasov | Handle skeletons in manually added dirs (PY-3085),...
|
commit | commitdiff | tree |
2011-04-21 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-04-21 |
Dmitry Cheryasov | Better Ctrl+P handler: PY-3383 and more.
|
commit | commitdiff | tree |
2011-04-19 |
Dmitry Cheryasov | Merge branch 'master' of git.labs.intellij.net:idea...
|
commit | commitdiff | tree |
2011-04-19 |
Dmitry Cheryasov | PY-3518 (deceptive imported names); removed duplicate...
|
commit | commitdiff | tree |
2011-04-19 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-04-18 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
2011-04-18 |
Dmitry Cheryasov | PY-3341, PY-3329, refactoring of skeleton refreshing...
|
commit | commitdiff | tree |
2011-04-17 |
Dmitry Cheryasov | Merge remote branch 'origin/master'
|
commit | commitdiff | tree |
next |