| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running | Jeffrey Yasskin | 2010-07-09 | 1 | -0/+6 |
|
|
* | Reorder Jason "two O's" Coombs | Brian Curtin | 2010-07-09 | 1 | -1/+1 |
|
|
* | Fix sort order mistake in Misc/ACKS. | R. David Murray | 2010-07-09 | 1 | -1/+1 |
|
|
* | 7846: limit fnmatch pattern cache to _MAXCACHE=100 entries. | R. David Murray | 2010-07-09 | 2 | -0/+3 |
|
|
* | Implement #1578269. Patch by Jason R. Coombs. | Brian Curtin | 2010-07-08 | 2 | -0/+4 |
|
|
* | Issue #9136: Profiling Decimal gave 'dictionary changed size during iteration'. | Mark Dickinson | 2010-07-08 | 1 | -0/+4 |
|
|
* | Fix a performance issue in Decimal.pow. Thanks Stefan Krah for finding this. | Mark Dickinson | 2010-07-08 | 1 | -0/+4 |
|
|
* | Issue #8605: Skip test_gdb if Python is compiled with optimizations. | Antoine Pitrou | 2010-07-08 | 1 | -0/+2 |
|
|
* | make struct sequences subclass tuple; kill lots of code | Benjamin Peterson | 2010-07-07 | 1 | -0/+2 |
|
|
* | add NEWS | Benjamin Peterson | 2010-07-07 | 1 | -0/+3 |
|
|
* | Issue #9186: log1p(-1.0) should raise ValueError, not OverflowError. | Mark Dickinson | 2010-07-07 | 1 | -0/+2 |
|
|
* | Issue #9000: datetime.timezone objects now have eval-friendly repr. | Alexander Belopolsky | 2010-07-06 | 1 | -0/+2 |
|
|
* | Issue #9130: Fix validation of relative imports in parser module. | Mark Dickinson | 2010-07-04 | 1 | -0/+2 |
|
|
* | Issue #9128: Fix validation of class decorators in parser module. | Mark Dickinson | 2010-07-04 | 1 | -0/+2 |
|
|
* | Trailing whitespace is bad for .rst files. | Brett Cannon | 2010-07-03 | 1 | -1/+1 |
|
|
* | Issue #9094: Make python -m pickletools disassemble pickles given in | Alexander Belopolsky | 2010-07-03 | 1 | -0/+4 |
|
|
* | Fix Issue5468 - urlencode to handle bytes and other alternate encodings. | Senthil Kumaran | 2010-07-03 | 1 | -0/+3 |
|
|
* | Merged revisions 82492 via svnmerge from | Victor Stinner | 2010-07-03 | 1 | -1/+4 |
|
|
* | Issue 6507: missing patch submitter from NEWS entry in previous checkin | Nick Coghlan | 2010-07-03 | 1 | -1/+2 |
|
|
* | Issue 6507: accept source strings directly in dis.dis(). Original patch by Da... | Nick Coghlan | 2010-07-03 | 2 | -0/+3 |
|
|
* | Some people have mistaken Python bytecode as being stable and unchanging. In | Brett Cannon | 2010-07-02 | 1 | -0/+3 |
|
|
* | fix lookup of __ceil__ | Benjamin Peterson | 2010-07-02 | 1 | -2/+2 |
|
|
* | correctly lookup __trunc__ and __floor__ | Benjamin Peterson | 2010-07-01 | 1 | -0/+3 |
|
|
* | Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629. | Ezio Melotti | 2010-07-01 | 1 | -0/+8 |
|
|
* | Merged revisions 82404 via svnmerge from | Giampaolo RodolĂ | 2010-06-30 | 1 | -0/+3 |
|
|
* | Issue 9110. Adding ContextDecorator to contextlib. This enables the creation ... | Michael Foord | 2010-06-30 | 1 | -0/+4 |
|
|
* | Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals. | Mark Dickinson | 2010-06-30 | 1 | -0/+4 |
|
|
* | Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader. | Brett Cannon | 2010-06-27 | 1 | -0/+3 |
|
|
* | Revert r82259; still no good way to override instead of replace OPT, but chan... | Brett Cannon | 2010-06-27 | 1 | -2/+0 |
|
|
* | #9064: accept number of frames for "up" and "down" commands in pdb. | Georg Brandl | 2010-06-27 | 1 | -0/+2 |
|
|
* | Having CFLAGS come before OPT prevents silencing certain classes of warnings | Brett Cannon | 2010-06-26 | 1 | -0/+2 |
|
|
* | only take into account positional arguments count in related error messages | Benjamin Peterson | 2010-06-25 | 1 | -0/+2 |
|
|
* | #9018: os.path.normcase() now raises a TypeError if the argument is not str o... | Ezio Melotti | 2010-06-25 | 1 | -0/+3 |
|
|
* | Merged revisions 82210 via svnmerge from | Antoine Pitrou | 2010-06-25 | 1 | -0/+3 |
|
|
* | Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use | Victor Stinner | 2010-06-25 | 1 | -0/+3 |
|
|
* | Issue #8682: The ssl module now temporary increments the reference count of | Antoine Pitrou | 2010-06-24 | 1 | -0/+4 |
|
|
* | Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes | Victor Stinner | 2010-06-24 | 1 | -0/+3 |
|
|
* | Merged revisions 82157 via svnmerge from | Benjamin Peterson | 2010-06-22 | 1 | -0/+2 |
|
|
* | Merged revisions 82130 via svnmerge from | Benjamin Peterson | 2010-06-21 | 1 | -0/+2 |
|
|
* | Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000. | Alexander Belopolsky | 2010-06-21 | 1 | -0/+5 |
|
|
* | Revert r82089. Commit was intended for a branch. | Jean-Paul Calderone | 2010-06-19 | 1 | -5/+0 |
|
|
* | merge forward from the python 2.x branch | Jean-Paul Calderone | 2010-06-19 | 1 | -0/+5 |
|
|
* | Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthori... | Senthil Kumaran | 2010-06-18 | 1 | -0/+4 |
|
|
* | Issue #6543: Mention the author of the patch, Amaury Forgeot d'Arc | Victor Stinner | 2010-06-17 | 1 | -1/+2 |
|
|
* | Issue #6543: Write the traceback in the terminal encoding instead of utf-8. | Victor Stinner | 2010-06-17 | 1 | -0/+3 |
|
|
* | Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument. | Victor Stinner | 2010-06-17 | 1 | -0/+2 |
|
|
* | Issue #6641: The datetime.strptime method now supports the %z directive. | Alexander Belopolsky | 2010-06-17 | 1 | -0/+8 |
|
|
* | Issue #9011: Remove buggy and unnecessary ST->AST compilation code | Mark Dickinson | 2010-06-17 | 1 | -0/+5 |
|
|
* | Merged revisions 82039 via svnmerge from | R. David Murray | 2010-06-17 | 1 | -0/+3 |
|
|
* | Issue #850997: Oops, I forgot the author of the patch: Mark Hammond | Victor Stinner | 2010-06-16 | 1 | -1/+1 |
|
|