2008-07-25 |
Antoine Pitrou | #2242: utf7 decoding crashes on bogus input on some... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Benjamin Peterson | document default value for fillvalue |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Benjamin Peterson | teach .bzrignore about doc tools |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Thomas Heller | Make ctypes compatible with Python 2.3, 2.4, and 2... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Georg Brandl | Fix indentation. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Raymond Hettinger | Convert from long to Py_ssize_t. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Raymond Hettinger | Finish conversion from int to Py_ssize_t. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Benjamin Peterson | add some documentation for 2to3 |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Benjamin Peterson | fix markup |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Benjamin Peterson | fix spacing |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Raymond Hettinger | Parse to the correct datatype. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Raymond Hettinger | Finish-up the partial conversion from int to Py_ssize_t... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Georg Brandl | Use correct indentation. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Georg Brandl | Move opcode handling to Python's extension. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Georg Brandl | 3k-warn about parser's "ast" aliases. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Benjamin Peterson | use isinstance |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Jesus Cea | bsddb module updated to version 4.7.2devel9. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Benjamin Peterson | remove unneeded import |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Raymond Hettinger | One more attribution. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Raymond Hettinger | Fix credits for math.sum() |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Raymond Hettinger | Tuples now have both count() and index(). |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Raymond Hettinger | Remove out-of-date section on Exact/Inexact. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Ronald Oussoren | Fix build issue on OSX 10.4, somehow this wasn't commit... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Ronald Oussoren | Fix buglet in fix for issue3381 |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Gregory P.... | Issue #2620: Overflow checking when allocating or reall... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Benjamin Peterson | don't use assert statement |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Amaury Forgeot... | Issue2378: pdb would delete free variables when steppin... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Amaury Forgeot... | Increment version number in NEWS file, and move items... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Amaury Forgeot... | On Windows, silence a Purify warning and initialize... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Georg Brandl | nonlocal is not in 2.6. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Facundo Batista | Issue 3396. Fixed the autocompletion of 'int.', and... |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Georg Brandl | Save the whole of sys.modules instead of using an impor... |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Neal Norwitz | Fix misspeeld method name (negative) |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Neal Norwitz | Fix a couple of names in error messages that were wrong |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Georg Brandl | #926501: add info where to put the docstring. |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Georg Brandl | Remove exception indexing in asyncore. |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Gregory P.... | fix issue3120 - don't truncate handles on 64-bit Windows. |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Raymond Hettinger | Clean-up itertools docs and recipes. |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Raymond Hettinger | Fix compress() recipe in docs to use itertools. |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Bob Ippolito | #3322: bounds checking for _json.scanstring |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Benjamin Peterson | Merged revisions 65137 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Georg Brandl | Add ordering info for findall and finditer. |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Georg Brandl | #3323: mention that if inheriting from a class without... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Georg Brandl | #3319: don't raise ZeroDivisionError if number of round... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Georg Brandl | #3303: fix crash with invalid Py_DECREF in strcoll(). |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Georg Brandl | #3302: fix segfaults when passing None for arguments... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Georg Brandl | #3378: in case of no memory, don't leak even more memor... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Raymond Hettinger | Add recipe to the itertools docs. |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Raymond Hettinger | Improve accuracy of gamma test function |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Eric Smith | Fix issue 3411: default float format spec fails on... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Brett Cannon | Deprecate the sunaudio module for removal in Python... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Georg Brandl | #3390: replace a remaining has_key(). |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Georg Brandl | Replace all map(None, a) with list(a). |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Benjamin Peterson | now that test_lib2to3 actually works and isn't extremel... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Benjamin Peterson | backport test_fileio |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Georg Brandl | Document the different meaning of precision for {:f... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Georg Brandl | Correct attribute name. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Georg Brandl | Remove duplicate entry in __all__. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Vinay Sajip | Issue #3389: Allow resolving dotted names for handlers... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Vinay Sajip | Issue #3389: Allow resolving dotted names for handlers... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Vinay Sajip | Issue #3389: Allow resolving dotted names for handlers... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Vinay Sajip | Issue #3389: Allow resolving dotted names for handlers... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Ronald Oussoren | Last bit of a fix for issue3381 (addon for my patch... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Barry Warsaw | Post release cleanup |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Barry Warsaw | Tagging 2.6 beta 2. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Barry Warsaw | Bumping to 2.6b2 v2.6b2 |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Jesse Noller | Fix issue 3395, update _debugInfo to be _debug_info |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Eric Smith | Backed out r65069, pending fixing it in Windows. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Bill Janssen | catch socket.error errors in badCertTest |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Eric Smith | Issue 3382: Make '%F' and float.__format__('F') convert... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Benjamin Peterson | #3381 fix framework builds on 10.4 |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Benjamin Peterson | try to fix test_threading on the Windows bot |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Gregory P.... | news note for r63052 |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Benjamin Peterson | Merged revisions 65053-65054 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Georg Brandl | #3388: add a paragraph about using "with" for file... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Georg Brandl | Byte items *can* be chars in 2.6. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Georg Brandl | Backport part of r65043. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Georg Brandl | Use _getbytevalue() in init too. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Georg Brandl | #3156: fix consistency in what type bytearray methods... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Georg Brandl | #3312: fix two sqlite3 crashes. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Georg Brandl | #3345: fix docstring. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Georg Brandl | #3305: self->stream can be NULL. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Georg Brandl | #1608818: errno can get set by every call to readdir(). |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Georg Brandl | #3045: fix pydoc behavior for TEMP path with spaces. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Benjamin Peterson | fix framework install on Mac 10.4 |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Jesse Noller | Apply patch for 874900: threading module can deadlock... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Benjamin Peterson | Merged revisions 65025 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Eric Smith | Renamed a parameter in calc_number_widths, for consiste... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Benjamin Peterson | lib2to3 isn't broken anymore, so we can run the test |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Benjamin Peterson | Merged revisions 64863,64868,64870,64942,65001-65002... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Jesse Noller | Apply Amaury's patch to multiprocessing for issue 3125... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Jesse Noller | Apply patch for issue 3090: ARCHFLAGS parsing incorrect |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Mark Dickinson | Issue #3360: Fix incorrect parsing of "020000000000.0". |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Martin v. Löwis | Add Antoine. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Benjamin Peterson | disable lib2to3 in the trunk. It's broken just for 2.6 |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Eric Smith | Complete issue 3083: add alternate (#) formatting to... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Georg Brandl | Keep sorted. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Georg Brandl | Move label to correct heading. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Mark Dickinson | Fix float.from_hex tests. It appears that Linux/ia64... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Thomas Heller | Fix test on 64-bit platforms. |
commit | commitdiff | tree | snapshot |
next |