- 19 Mar, 2015 1 kayıt (commit)
-
-
Ethan Furman yazdı
add private method to enum to support replacing global constants with Enum members: - search for candidate constants via supplied filter - create new enum class and members - insert enum class and replace constants with members via supplied module name - replace __reduce_ex__ with function that returns member name, so previous Python versions can unpickle modify IntEnum classes to use new method
-
- 14 Eki, 2014 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 16 Haz, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
Claudiu Popa. The print_diffs() function was not defined, using the assertEqual() is more reliable.
-
- 18 Şub, 2014 2 kayıt (commit)
-
-
Ethan Furman yazdı
-
Ethan Furman yazdı
-
- 08 Şub, 2014 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 07 Şub, 2014 1 kayıt (commit)
-
-
Ethan Furman yazdı
Close issue20534: test_enum now tests all supported pickle protocols (2 - HIGHEST_PROTOCOL, inclusive).
-
- 13 Kas, 2013 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 22 Eki, 2013 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 17 Eki, 2013 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 07 Eki, 2013 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 22 Eyl, 2013 1 kayıt (commit)
-
-
Ethan Furman yazdı
Also slight code reorg for PEP 8 guidelines.
-
- 15 Eyl, 2013 3 kayıt (commit)
-
-
Ethan Furman yazdı
-
Ethan Furman yazdı
-
Ethan Furman yazdı
-
- 06 Eyl, 2013 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 01 Eyl, 2013 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 12 Agu, 2013 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 10 Agu, 2013 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 04 Agu, 2013 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 25 Tem, 2013 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 20 Tem, 2013 2 kayıt (commit)
-
-
Ethan Furman yazdı
Before this change only the methods were _single_underscored_; now the attributes are as well.
-
Ethan Furman yazdı
-
- 19 Tem, 2013 1 kayıt (commit)
-
-
Ethan Furman yazdı
The docs also clarify the 'Interesting Example' duplicate-free enum is for demonstration purposes.
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Ethan Furman yazdı
Missing files added. News entry added.
-