An error occurred fetching the project authors.
  1. 08 Sep, 2016 2 commits
    • Eric Snow's avatar
      Issue #24254: Drop cls.__definition_order__. · 4f29e752
      Eric Snow authored
      4f29e752
    • Victor Stinner's avatar
      Implement compact dict · 742da040
      Victor Stinner authored
      Issue #27350: `dict` implementation is changed like PyPy. It is more compact
      and preserves insertion order.
      
      _PyDict_Dummy() function has been removed.
      
      Disable test_gdb: python-gdb.py is not updated yet to the new structure of
      compact dictionaries (issue #28023).
      
      Patch written by INADA Naoki.
      742da040
  2. 07 Sep, 2016 1 commit
  3. 05 Sep, 2016 1 commit
  4. 10 Apr, 2016 1 commit
  5. 06 Apr, 2016 1 commit
  6. 19 Mar, 2016 1 commit
  7. 10 Feb, 2016 1 commit
  8. 24 Dec, 2015 1 commit
  9. 26 Aug, 2015 1 commit
  10. 28 May, 2015 1 commit
  11. 12 May, 2015 1 commit
  12. 14 Apr, 2015 1 commit
  13. 20 Nov, 2014 1 commit
  14. 18 Nov, 2014 2 commits
  15. 10 Apr, 2014 1 commit
  16. 09 Feb, 2014 1 commit
  17. 04 Feb, 2014 1 commit
  18. 28 Jan, 2014 1 commit
    • Larry Hastings's avatar
      Issue #20326: Argument Clinic now uses a simple, unique signature to · 581ee361
      Larry Hastings authored
      annotate text signatures in docstrings, resulting in fewer false
      positives.  "self" parameters are also explicitly marked, allowing
      inspect.Signature() to authoritatively detect (and skip) said parameters.
      
      Issue #20326: Argument Clinic now generates separate checksums for the
      input and output sections of the block, allowing external tools to verify
      that the input has not changed (and thus the output is not out-of-date).
      581ee361
  19. 26 Jan, 2014 1 commit
  20. 24 Jan, 2014 1 commit
  21. 03 Jan, 2014 1 commit
  22. 01 Dec, 2013 2 commits
  23. 20 Nov, 2013 1 commit
  24. 07 Nov, 2013 1 commit
  25. 06 Nov, 2013 2 commits
  26. 01 Oct, 2013 1 commit
  27. 24 Aug, 2013 1 commit
  28. 30 Jul, 2013 1 commit
  29. 27 May, 2013 1 commit
  30. 19 Nov, 2012 1 commit
  31. 30 Oct, 2012 1 commit
  32. 05 Sep, 2012 3 commits
    • Antoine Pitrou's avatar
      Issue #13992: The trashcan mechanism is now thread-safe. This eliminates · 58098a77
      Antoine Pitrou authored
      sporadic crashes in multi-thread programs when several long deallocator
      chains ran concurrently and involved subclasses of built-in container
      types.
      
      Because of this change, a couple extension modules compiled for 2.7.4
      (those which use the trashcan mechanism, despite it being undocumented)
      will not be loadable by 2.7.3 and earlier. However, extension modules
      compiled for 2.7.3 and earlier will be loadable by 2.7.4.
      58098a77
    • Antoine Pitrou's avatar
      Issue #13992: The trashcan mechanism is now thread-safe. This eliminates · 56cd62c0
      Antoine Pitrou authored
      sporadic crashes in multi-thread programs when several long deallocator
      chains ran concurrently and involved subclasses of built-in container
      types.
      
      Because of this change, a couple extension modules compiled for 3.2.4
      (those which use the trashcan mechanism, despite it being undocumented)
      will not be loadable by 3.2.3 and earlier. However, extension modules
      compiled for 3.2.3 and earlier will be loadable by 3.2.4.
      56cd62c0
    • Antoine Pitrou's avatar
      Issue #13992: The trashcan mechanism is now thread-safe. This eliminates · 2b0218a2
      Antoine Pitrou authored
      sporadic crashes in multi-thread programs when several long deallocator
      chains ran concurrently and involved subclasses of built-in container
      types.
      
      Because of this change, a couple extension modules compiled for 3.2.4
      (those which use the trashcan mechanism, despite it being undocumented)
      will not be loadable by 3.2.3 and earlier. However, extension modules
      compiled for 3.2.3 and earlier will be loadable by 3.2.4.
      2b0218a2
  33. 23 Jun, 2012 1 commit
  34. 22 Jun, 2012 1 commit