Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Close #14232: catch mmap() failure in new_arena() of obmalloc | Victor Stinner | 2012-03-09 | 1 | -3/+8 |
| | |||||
* | Issue #14205: Fix test_dict.test_mutating_lookup() | Victor Stinner | 2012-03-09 | 1 | -9/+16 |
| | |||||
* | Relax timeout tests for weak Windows buildbot | Antoine Pitrou | 2012-03-09 | 1 | -7/+7 |
| | |||||
* | refactor and avoid warnings | Benjamin Peterson | 2012-03-09 | 1 | -7/+5 |
| | |||||
* | Issue #14205: Document the dict lookup change in What's New in Python 3.3 | Victor Stinner | 2012-03-09 | 1 | -0/+7 |
| | |||||
* | Issue #14231: Lib/test/crashers/borrowed_ref_1.py was fixed by ba6376dff6c4. | Victor Stinner | 2012-03-09 | 1 | -29/+0 |
| | |||||
* | Issue #14178: Problem deleting slices with steps != +1 in the _elementtree ↵ | Eli Bendersky | 2012-03-09 | 2 | -8/+153 |
| | | | | | | module. Fixed the problem and added some tests. Closes #14178 | ||||
* | Fix indentation. | Georg Brandl | 2012-03-09 | 1 | -1/+2 |
| | |||||
* | null merge from 3.2 | Senthil Kumaran | 2012-03-09 | 0 | -0/+0 |
|\ | |||||
| * | Fix closes Issue: 14217 - 3.2 branch | Senthil Kumaran | 2012-03-09 | 1 | -1/+4 |
| | | |||||
* | | Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by ↵ | Senthil Kumaran | 2012-03-09 | 1 | -1/+3 |
| | | | | | | | | Tshepang Lekhonkhobe | ||||
* | | Issue #14211: Oops, I removed the wrong file :-) | Victor Stinner | 2012-03-08 | 2 | -38/+29 |
| | | |||||
* | | Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference to | Victor Stinner | 2012-03-08 | 2 | -33/+5 |
| | | | | | | | | | | the descriptor because it may be destroyed before being used, destroyed during the update of the dict for example. | ||||
* | | Close #14199: _PyType_Lookup() and super_getattro() keep a strong reference to | Victor Stinner | 2012-03-08 | 3 | -36/+38 |
| | | | | | | | | the type MRO to avoid a crash if the MRO is changed during the lookup. | ||||
* | | Fix indentation. | Georg Brandl | 2012-03-08 | 1 | -59/+60 |
| | | |||||
* | | Issue #14205: document the change of dict[key] behaviour if dict is modified | Victor Stinner | 2012-03-08 | 1 | -0/+4 |
| | | | | | | | | during the lookup | ||||
* | | merge 3.2 (null) | Benjamin Peterson | 2012-03-08 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | this stuff will actually be new in 3.2.4 | Benjamin Peterson | 2012-03-08 | 1 | -30/+45 |
| | | |||||
* | | Close #14223: curses.addch() is no more limited to the range 0-255 when the | Victor Stinner | 2012-03-08 | 2 | -1/+5 |
| | | | | | | | | | | Python curses is not linked to libncursesw. It was a regression introduced in Python 3.3a1. | ||||
* | | merge 3.2 (#3787e896dbe9) | Benjamin Peterson | 2012-03-08 | 3 | -4/+27 |
|\ \ | |/ | |||||
| * | allow cycles throught the __dict__ slot to be cleared (closes #1469629) | Benjamin Peterson | 2012-03-08 | 3 | -4/+27 |
| | | | | | | | | Patch from Armin, test from me. | ||||
* | | make gi_running a boolean | Benjamin Peterson | 2012-03-08 | 1 | -1/+1 |
| | | |||||
* | | indicate we're not running as we leave this block | Benjamin Peterson | 2012-03-08 | 1 | -0/+1 |
| | | |||||
* | | make delegating generators say they running (closes #14220) | Benjamin Peterson | 2012-03-07 | 3 | -14/+112 |
| | | |||||
* | | merge 3.2 (#14212) | Benjamin Peterson | 2012-03-07 | 4 | -26/+61 |
|\ \ | |/ | |||||
| * | merge heads | Benjamin Peterson | 2012-03-07 | 3 | -12/+1 |
| |\ | |||||
| * | | keep the buffer object around while we're using it (closes #14212) | Benjamin Peterson | 2012-03-07 | 4 | -34/+65 |
| | | | |||||
* | | | Remove buggy change for #13719 in packaging | Éric Araujo | 2012-03-07 | 3 | -13/+1 |
| | | | |||||
* | | | Merge 3.2 | Éric Araujo | 2012-03-07 | 2 | -10/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Backout buggy patch committed for #13719 | Éric Araujo | 2012-03-07 | 3 | -12/+1 |
| |/ | |||||
* | | Use ANSI C prototype instead of K&R style. | Ross Lagerwall | 2012-03-07 | 1 | -1/+1 |
| | | |||||
* | | Issue #10951: Fix compiler warnings in _sre.c | Ross Lagerwall | 2012-03-06 | 1 | -5/+5 |
| | | |||||
* | | Issue #10951: Fix warnings in the socket module. | Ross Lagerwall | 2012-03-06 | 1 | -4/+4 |
| | | |||||
* | | Merge: Use PEP-8 style in logging example | Jason R. Coombs | 2012-03-07 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Use PEP-8 style in logging example | Jason R. Coombs | 2012-03-07 | 1 | -1/+1 |
| | | |||||
* | | Add todo item about hash randomization. | Georg Brandl | 2012-03-07 | 1 | -0/+2 |
| | | |||||
* | | merge | Brett Cannon | 2012-03-06 | 94 | -1463/+2417 |
|\ \ | |||||
| * | | Remove uuids, as they are now computed. | Martin v. Löwis | 2012-03-06 | 1 | -38/+0 |
| | | | |||||
| * | | Use hg manifest to compute list of library files to include. | Martin v. Löwis | 2012-03-06 | 1 | -126/+39 |
| | | | |||||
| * | | Whitespace. | Stefan Krah | 2012-03-06 | 1 | -14/+14 |
| | | | |||||
| * | | Whitespace. | Stefan Krah | 2012-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #14181: Improve clarity in the documentation for the multi-purpose | Stefan Krah | 2012-03-06 | 2 | -23/+45 |
| | | | | | | | | | | | | Py_buffer.obj field. | ||||
| * | | Merge | Antoine Pitrou | 2012-03-06 | 1 | -5/+67 |
| |\ \ | |||||
| | * | | Add some simple examples to the PEP 380 section of What's New | Nick Coghlan | 2012-03-06 | 1 | -0/+47 |
| | | | | |||||
| | * | | Add PEP 414 to What's New, consolidate memoryview entries | Nick Coghlan | 2012-03-06 | 1 | -5/+20 |
| | | | | |||||
| * | | | Remove a couple of local imports. | Antoine Pitrou | 2012-03-06 | 1 | -5/+4 |
| | | | | |||||
| * | | | Reap processes at test end to avoid false positives in reference leak detection. | Antoine Pitrou | 2012-03-06 | 1 | -0/+2 |
| |/ / | |||||
| * | | Issue #14200: Add benchmark results to text flow. | Martin v. Löwis | 2012-03-06 | 1 | -13/+10 |
| | | | |||||
| * | | Fix a comment: PySequence_Fast() creates a list, not a tuple. | Larry Hastings | 2012-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | Remove an unused variable | Victor Stinner | 2012-03-06 | 1 | -1/+0 |
| | | |