Commit History

Author SHA1 Message Date
  rdb 29411f5e14 Merge remote-tracking branch 'origin/release/1.9.x' 9 years ago
  rdb 5832ab8099 Fix errors when trying to raise vectors to a power 9 years ago
  rdb 47388b0dbc Separate out CPython calls from core libs; eliminate need for pystub 9 years ago
  rdb 8381118a97 Assorted tweaks and compile warning fixes 9 years ago
  rdb 0821bec2d0 Backport 2f0bc01 to 1.9: Fix bug causing random crash during module initialization 9 years ago
  rdb 4283a63a7d Merge branch 'release/1.9.x' 9 years ago
  rdb ba919b0948 Fix crash running TaskTester 9 years ago
  rdb 7d6b7f40f5 Merge branch 'release/1.9.x' 9 years ago
  rdb b303962e96 Disable cycle detection in tasks for now, it is way too unstable 9 years ago
  rdb 8d05ef3022 Assorted fixes 9 years ago
  rdb 5543716660 Interrogate wraps vector<unsigned char> as Python 3 bytes object 9 years ago
  rdb ce29ae490d Interrogate improvements, more properties, MAKE_SEQ_PROPERTY 9 years ago
  rdb fb78fe6e2a Interrogate enum class support (maps to Python 3.4 enums), sanify wrapper code 9 years ago
  rdb 5feecd2243 Fix iterator support in interrogate 9 years ago
  rdb 2f0bc01b68 Fix bug causing random crash during module initialization 9 years ago
  rdb 15b0ba45f9 Fix broken pickling in Python 3 build 9 years ago
  tobspr 0fcfb8e372 New file headers, new comment style 9 years ago
  rdb ef72a0a410 Merge branch 'release/1.9.x' 10 years ago
  rdb bb684b2a07 Fix a few issues with obscure CPython-based deployments 10 years ago
  rdb 090e912ce6 Cleanup of comments and whitespace 10 years ago
  rdb 8a205ac100 MAKE_PROPERTY should ignore setter overloads that take the wrong number of arguments 10 years ago
  rdb bccddaf4e8 TextNode properties, fix setters that return error bool 10 years ago
  rdb db6f0342cc Add properties with has/clear (interrogatedb v3.1) 10 years ago
  rdb 6480e82e3b First pass adding properties to many Panda classes 10 years ago
  rdb 50d2e8324e Merge branch 'release/1.9.x' 10 years ago
  rdb 287c44ce53 Various fixes for Python 3 versions before Python 3.3 10 years ago
  rdb 1b857d6bda A few interrogate improvements 10 years ago
  rdb 0a9f9887f9 Merge branch 'release/1.9.x' 10 years ago
  rdb 4c61db6374 Consider non-const overload before considering const overload in Python bindings 10 years ago
  rdb d3885b665e Fix static MAKE_SEQs (eg WebcamVideo.get_options(), MicrophoneAudio.get_options()) 10 years ago