Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed problem with diagnostic output. | Vinay Sajip | 2012-03-03 | 1 | -1/+2 |
| | |||||
* | - Issue #14177: marshal.loads() now raises TypeError when given an unicode | Antoine Pitrou | 2012-03-03 | 2 | -2/+7 |
|\ | | | | | | | string. Patch by Guilherme Gonçalves. | ||||
| * | Issue #14177: marshal.loads() now raises TypeError when given an unicode string. | Antoine Pitrou | 2012-03-03 | 2 | -2/+7 |
| | | | | | | | | Patch by Guilherme Gonçalves. | ||||
* | | Close #13550: Remove the debug machinery from the threading module: remove | Victor Stinner | 2012-03-03 | 1 | -134/+18 |
| | | | | | | | | verbose arguments from all threading classes and functions. | ||||
* | | Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple | Victor Stinner | 2012-03-02 | 2 | -7/+24 |
| | | | | | | | | Add a private API to convert an int or float to a C timespec structure. | ||||
* | | Issue #14172: Fix reference leak when marshalling a buffer-like object ↵ | Antoine Pitrou | 2012-03-02 | 1 | -0/+23 |
|\ \ | |/ | | | | | (other than a bytes object). | ||||
| * | Issue #14172: Fix reference leak when marshalling a buffer-like object ↵ | Antoine Pitrou | 2012-03-02 | 1 | -0/+23 |
| | | | | | | | | (other than a bytes object). | ||||
* | | Closes #14158: merged test file resilience fix from 3.2. | Vinay Sajip | 2012-03-02 | 3 | -10/+30 |
|\ \ | |/ | |||||
| * | Closes #14158: improved resilience to test files left behind. | Vinay Sajip | 2012-03-02 | 3 | -11/+33 |
| | | |||||
* | | Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, ↵ | Antoine Pitrou | 2012-03-01 | 4 | -3/+110 |
|\ \ | |/ | | | | | | | | | | | WeakValueDictionary) to return a better approximation when some objects are dead or dying. Moreover, the implementation is now O(1) rather than O(n). Thanks to Yury Selivanov for reporting. | ||||
| * | Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, ↵ | Antoine Pitrou | 2012-03-01 | 4 | -3/+110 |
| | | | | | | | | | | | | | | WeakValueDictionary) to return a better approximation when some objects are dead or dying. Moreover, the implementation is now O(1) rather than O(n). Thanks to Yury Selivanov for reporting. | ||||
* | | update skip reason | Philip Jenvey | 2012-03-01 | 1 | -1/+1 |
| | | |||||
* | | also skip test_device_encoding when stdin isn't a tty | Philip Jenvey | 2012-03-01 | 1 | -2/+2 |
| | | |||||
* | | Issue #14153 Create _Py_device_encoding() to prevent _io from having to import | Brett Cannon | 2012-02-29 | 1 | -0/+19 |
| | | | | | | | | the os module. | ||||
* | | #14089: merge with 3.2. | Ezio Melotti | 2012-02-29 | 1 | -0/+22 |
|\ \ | |/ | |||||
| * | #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. | Ezio Melotti | 2012-02-29 | 1 | -0/+22 |
| | | |||||
* | | #10713: merge with 3.2. | Ezio Melotti | 2012-02-29 | 1 | -0/+26 |
|\ \ | |/ | |||||
| * | #10713: Improve documentation for \b and \B and add a few tests. Initial ↵ | Ezio Melotti | 2012-02-29 | 1 | -0/+26 |
| | | | | | | | | patch and tests by Martin Pool. | ||||
* | | Merge: Give better failure messages in test_strptime (cf. issue #14113). | Nadeem Vawda | 2012-02-28 | 1 | -8/+8 |
|\ \ | |/ | |||||
| * | Give better failure messages in test_strptime (cf. issue #14113). | Nadeem Vawda | 2012-02-28 | 1 | -17/+14 |
| | | |||||
* | | Added additional diagnostics to help with #12151. | Vinay Sajip | 2012-02-28 | 1 | -0/+4 |
| | | |||||
* | | Update importlib.invalidate_caches() to be more general. | Brett Cannon | 2012-02-27 | 4 | -35/+50 |
| | | |||||
* | | More debug output | Antoine Pitrou | 2012-02-27 | 1 | -2/+2 |
| | | |||||
* | | Improve debugging output for test failure | Antoine Pitrou | 2012-02-27 | 1 | -1/+1 |
| | | |||||
* | | Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. | Antoine Pitrou | 2012-02-27 | 1 | -3/+10 |
|\ \ | |/ | | | | | Patch by Mikhail Novikov. | ||||
| * | Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. | Antoine Pitrou | 2012-02-27 | 1 | -3/+10 |
| | | | | | | | | Patch by Mikhail Novikov. | ||||
| * | Merge | Antoine Pitrou | 2012-02-27 | 1 | -18/+5 |
| |\ | |||||
| | * | Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. | Nadeem Vawda | 2012-02-26 | 1 | -18/+5 |
| | | | |||||
* | | | Fix comparison bug with 'rc' versions in packaging.version (#11841). | Éric Araujo | 2012-02-27 | 2 | -11/+22 |
| | | | | | | | | | | | | | | | | | | | | | I added some tests in 2105ab8553b7 and found no bug, but it turns out that the doctest is not actually run. While converting the doctest to unittest style, I stumbled upon this bug again and this time applied the code patch provided by Filip Gruszczyński. | ||||
* | | | Issue #14113: Fix a test_strptime failure caused by changes to LC_ALL. | Stefan Krah | 2012-02-27 | 1 | -1/+2 |
| | | | |||||
* | | | Issue #13521: dict.setdefault() now does only one lookup for the given key, ↵ | Antoine Pitrou | 2012-02-26 | 1 | -0/+20 |
|\ \ \ | |/ / | | | | | | | | | | | | | making it "atomic" for many purposes. Patch by Filip Gruszczyński. | ||||
| * | | Issue #13521: dict.setdefault() now does only one lookup for the given key, ↵ | Antoine Pitrou | 2012-02-26 | 1 | -0/+20 |
| |/ | | | | | | | | | | | making it "atomic" for many purposes. Patch by Filip Gruszczyński. | ||||
* | | Issue #14080: fix sporadic test_imp failure. Patch by Stefan Krah. | Antoine Pitrou | 2012-02-26 | 1 | -0/+1 |
| | | |||||
* | | Issue #14107: test: Fix a deadlock involving the memory watchdog thread. | Charles-François Natali | 2012-02-26 | 1 | -0/+10 |
| | | |||||
* | | Close issue #6210: Implement PEP 409 | Nick Coghlan | 2012-02-26 | 4 | -11/+123 |
| | | |||||
* | | #14081: The sep and maxsplit parameter to str.split, bytes.split, and ↵ | Ezio Melotti | 2012-02-26 | 2 | -1/+39 |
| | | | | | | | | bytearray.split may now be passed as keyword arguments. | ||||
* | | Merge 3.2 | Éric Araujo | 2012-02-26 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Set archive format explicitly in one distutils test | Éric Araujo | 2012-02-26 | 1 | -1/+2 |
| | | |||||
* | | Port the #6884 fix to packaging | Éric Araujo | 2012-02-26 | 2 | -43/+117 |
| | | |||||
* | | Merge from 3.2 | Éric Araujo | 2012-02-25 | 1 | -0/+39 |
|\ \ | |/ | |||||
| * | Add test file for scripts in Tools (#13447). | Éric Araujo | 2012-02-25 | 1 | -0/+39 |
| | | | | | | | | | | | | | | | | When people find bugs in scripts such as reindent.py, msgfmt.py or pygettext.py, we have to try to reproduce the bug manually, apply a fix and test manually again. The alternative is to only read the code and trust that it works. This test file is a way to stop that unsatisfactory state of things and write proper unit tests instead. | ||||
* | | Merge 3.2 | Éric Araujo | 2012-02-25 | 3 | -48/+131 |
|\ \ | |/ | |||||
| * | Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). | Éric Araujo | 2012-02-25 | 3 | -48/+131 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These regex changes fix a number of issues for distutils on Windows: - #6884: impossible to include a file starting with 'build' - #9691 and #14004: sdist includes too many files - #13193: test_filelist failures This commit replaces the incorrect changes done in 0a94e2f807c7 and 90b30d62caf2 to fix #13193; we were too eager to fix the test failures and I did not study the code enough before greenlighting patches. This time we have unit tests from the problems reported by users to be sure we have the right fix. Thanks to Nadeem Vawda for his help. | ||||
| * | merge 3.2.2 release branch for rc | Benjamin Peterson | 2012-02-24 | 2 | -2/+2 |
| |\ | |||||
| | * | Bump version to 3.2.3rc1. | Georg Brandl | 2012-02-23 | 2 | -2/+2 |
| | | | |||||
| * | | Merged upstream changes. | Vinay Sajip | 2012-02-23 | 1 | -14/+14 |
| |\ \ | |||||
| | * \ | merge heads | Georg Brandl | 2012-02-23 | 1 | -14/+14 |
| | |\ \ | | | |/ | |||||
| | | * | Update pydoc topics. | Georg Brandl | 2012-02-23 | 1 | -14/+14 |
| | | | | |||||
* | | | | Use assertEqual in test_strptime for better failure messages (cf. issue #14113). | Nadeem Vawda | 2012-02-25 | 1 | -9/+6 |
| | | | | |||||
* | | | | - Issue #10181: New memoryview implementation fixes multiple ownership | Stefan Krah | 2012-02-25 | 4 | -50/+3517 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and lifetime issues of dynamically allocated Py_buffer members (#9990) as well as crashes (#8305, #7433). Many new features have been added (See whatsnew/3.3), and the documentation has been updated extensively. The ndarray test object from _testbuffer.c implements all aspects of PEP-3118, so further development towards the complete implementation of the PEP can proceed in a test-driven manner. Thanks to Nick Coghlan, Antoine Pitrou and Pauli Virtanen for review and many ideas. - Issue #12834: Fix incorrect results of memoryview.tobytes() for non-contiguous arrays. - Issue #5231: Introduce memoryview.cast() method that allows changing format and shape without making a copy of the underlying memory. |