- 03 Jul, 2016 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
negative integer for resized bytearray.
-
- 01 Jul, 2016 2 commits
-
-
Berker Peksag authored
shelve.open() documentation was updated in f351fb7ea179.
-
Berker Peksag authored
-
- 30 Jun, 2016 4 commits
-
-
Brett Cannon authored
This is a revertion of cfc66e37eb8e. Thanks to 鄭景文 for the bug report. Thanks to Tin Tvrtković, Xiang Zhang, and Dan McCombs for diagnosing the issue.
-
Serhiy Storchaka authored
Based on patch by Gabriel Genellina.
-
Victor Stinner authored
Patch written by R. David Murray.
-
Serhiy Storchaka authored
-
- 28 Jun, 2016 3 commits
-
-
Guido van Rossum authored
-
Yury Selivanov authored
Patch by Martin Richard. GH PR #365.
-
Yury Selivanov authored
Patch by Richard Walker.
-
- 27 Jun, 2016 10 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Manuel Kaufmann.
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
- 26 Jun, 2016 2 commits
-
-
Terry Jan Reedy authored
-
Serhiy Storchaka authored
* tracing in the "u" mode now works * trace_vdelete() with wrong mode no longer break tracing * trace_vinfo() now always returns a list of pairs of strings
-
- 25 Jun, 2016 8 commits
-
-
Steve Dower authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Brett Cannon authored
lazy-loaded module was already in sys.modules.
-
- 24 Jun, 2016 8 commits
-
-
Brett Cannon authored
-
Steve Dower authored
-
Steve Dower authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
dictproxy was used in Python 2 and it was renamed to mappingproxy in Python 3.3. Patch by Julien.
-
Berker Peksag authored
Patch by Matt Morrison.
-
Berker Peksag authored
Several test cases in distutils use PyPIRCCommandTestCase as their base class and as a result of that the following tests were ran more than once: * test_server_registration * test_server_empty_registration * test_config_interpolation This commit moves the infrastructure used by other tests into a new BasePyPIRCCommandTestCase class.
-
- 23 Jun, 2016 1 commit
-
-
Serhiy Storchaka authored
-