| 2006-09-07 |
Nick Coghlan | Fix the speed regression in inspect.py by adding anothe... |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
Raymond Hettinger | Fix refcounts and add error checks. |
commit | commitdiff | tree | snapshot |
| 2006-09-07 |
Gustavo Niemeyer | Fixed subprocess bug #1531862 again, after removing... |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
Marc-André... | Add news item for bug fix of SF bug report #1546372. |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
Georg Brandl | Fix missing import of the types module in logging.config. |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
Georg Brandl | Bug #1542051: Exceptions now correctly call PyObject_GC... |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
Neal Norwitz | with and as are now keywords. There are some generated... |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
Georg Brandl | Bug #1550983: emit better error messages for erroneous... |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
Georg Brandl | Bug #1551427: fix a wrong NULL pointer check in the... |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
Neal Norwitz | Revert 51758 because it broke all the buildbots |
commit | commitdiff | tree | snapshot |
| 2006-09-06 |
Gustavo Niemeyer | Fixing #1531862: Do not close standard file descriptors... |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
Kristján Valur... | Update the PCBuild8 solution. |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
Andrew M. Kuchling | [Bug #1526834] Fix crash in pdb when you do 'b f('; |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
Andrew M. Kuchling | [Bug #1525469] SimpleXMLRPCServer still uses the sys... |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
Andrew M. Kuchling | Rearrange example a bit, and show rpartition() when... |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
Georg Brandl | Bug #1552618: change docs of dict.has_key() to reflect... |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
Hye-Shik Chang | Fix a typo: 2013 -> 0213 |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
Hye-Shik Chang | Fix a few bugs on cjkcodecs found by Oren Tirosh: |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
Neal Norwitz | M-x untabify |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
Neal Norwitz | Add a comment about some refactoring. (There's probabl... |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
Neal Norwitz | Bug #1520864 (again): unpacking singleton tuples in... |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
Neal Norwitz | Patch #1540470, for OpenBSD 4.0. Backport candidate... |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
Neal Norwitz | Add a NEWS entry for str.rpartition() change |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
Neal Norwitz | This was found by Guido AFAIK on p3yk (sic) branch. |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
Neal Norwitz | Fix SF #1552093, eval docstring typo (3 ps in mapping) |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
Neal Norwitz | Fix SF bug #1546288, crash in dict_equal. |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
Tim Peters | Add missing svn:eol-style property to text files. |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
| 2006-09-05 |
Tim Peters | "Conceptual" merge of rev 51711 from the 2.5 branch. |
commit | commitdiff | tree | snapshot |
| 2006-09-04 |
Raymond Hettinger | Fix endcase for str.rpartition() |
commit | commitdiff | tree | snapshot |
| 2006-09-03 |
Nick Coghlan | NEWS entry on trunk for decimal module changes |
commit | commitdiff | tree | snapshot |
| 2006-09-03 |
Nick Coghlan | Typo fix for decimal docs |
commit | commitdiff | tree | snapshot |
| 2006-09-03 |
Nick Coghlan | Fix final documentation nits before backporting decimal... |
commit | commitdiff | tree | snapshot |
| 2006-09-02 |
Neal Norwitz | Hmm, this test has failed at least twice recently on... |
commit | commitdiff | tree | snapshot |
| 2006-09-02 |
Neal Norwitz | Add missing word in comment |
commit | commitdiff | tree | snapshot |
| 2006-09-02 |
Raymond Hettinger | Fix documentation nits for decimal context managers. |
commit | commitdiff | tree | snapshot |
| 2006-09-02 |
Nick Coghlan | Further corrections to the decimal module context manag... |
commit | commitdiff | tree | snapshot |
| 2006-09-02 |
Nick Coghlan | Make decimal.ContextManager a private implementation... |
commit | commitdiff | tree | snapshot |
| 2006-09-02 |
Neal Norwitz | Bug #1550714: fix SystemError from itertools.tee on... |
commit | commitdiff | tree | snapshot |
| 2006-09-02 |
Neal Norwitz | Bug #1548092: fix curses.tparm seg fault on invalid... |
commit | commitdiff | tree | snapshot |
| 2006-09-02 |
Neal Norwitz | SF #1547931, fix typo (missing and). Will backport... |
commit | commitdiff | tree | snapshot |
| 2006-09-01 |
Georg Brandl | evalfile() should be execfile(). |
commit | commitdiff | tree | snapshot |
| 2006-09-01 |
Fred Drake | - SF patch #1550263: Enhance and correct unittest docs |
commit | commitdiff | tree | snapshot |
| 2006-08-31 |
Brett Cannon | Have pre-existing C files use 8 spaces indents (to... |
commit | commitdiff | tree | snapshot |
| 2006-08-31 |
Brett Cannon | Fix comment about indentation level in C files. |
commit | commitdiff | tree | snapshot |
| 2006-08-31 |
Brett Cannon | Make sure memory is properly cleaned up in file_init. |
commit | commitdiff | tree | snapshot |
| 2006-08-31 |
Nick Coghlan | Remove the old decimal context management tests from... |
commit | commitdiff | tree | snapshot |
| 2006-08-31 |
Nick Coghlan | Fix the wrongheaded implementation of context managemen... |
commit | commitdiff | tree | snapshot |
| 2006-08-31 |
Armin Rigo | Doc fix: hashlib objects don't always return a digest... |
commit | commitdiff | tree | snapshot |
| 2006-08-29 |
Marc-André... | Fix a buglet in the error reporting (SF bug report... |
commit | commitdiff | tree | snapshot |
| 2006-08-29 |
Neal Norwitz | Fix a couple of typos. |
commit | commitdiff | tree | snapshot |
| 2006-08-26 |
Jack Diederich | - Move functions common to all path modules into generi... |
commit | commitdiff | tree | snapshot |
| 2006-08-25 |
Tim Peters | A new test here relied on preserving invisible trailing |
commit | commitdiff | tree | snapshot |
| 2006-08-25 |
Tim Peters | Add missing svn:eol-style property to text files. |
commit | commitdiff | tree | snapshot |
| 2006-08-25 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
| 2006-08-25 |
Armin Rigo | The regular expression engine in '_sre' can segfault... |
commit | commitdiff | tree | snapshot |
| 2006-08-25 |
Thomas Heller | Build _ctypes.pyd for win AMD64 into the MSVC project... |
commit | commitdiff | tree | snapshot |
| 2006-08-25 |
Thomas Heller | Add missing file for _ctypes.pyd port to win64 on AMD64. |
commit | commitdiff | tree | snapshot |
| 2006-08-25 |
Thomas Heller | Port _ctypes.pyd to win64 on AMD64. |
commit | commitdiff | tree | snapshot |
| 2006-08-25 |
Neal Norwitz | importing types is not necessary if we use isinstance |
commit | commitdiff | tree | snapshot |
| 2006-08-25 |
Martin v. Löwis | Patch #1545507: Exclude ctypes package in Win64 MSI... |
commit | commitdiff | tree | snapshot |
| 2006-08-24 |
Thomas Wouters | Fix SF bug #1545837: array.array borks on deepcopy. |
commit | commitdiff | tree | snapshot |
| 2006-08-23 |
Alex Martelli | Reverting the patch that tried to fix the issue whereby... |
commit | commitdiff | tree | snapshot |
| 2006-08-23 |
Jeremy Hylton | Replace dead code with an assert. |
commit | commitdiff | tree | snapshot |
| 2006-08-23 |
Jeremy Hylton | Bug fixes large and small for tokenize. |
commit | commitdiff | tree | snapshot |
| 2006-08-23 |
Alex Martelli | x**2 should about equal x*x (including for a float... |
commit | commitdiff | tree | snapshot |
| 2006-08-23 |
Jeremy Hylton | Baby steps towards better tests for tokenize |
commit | commitdiff | tree | snapshot |
| 2006-08-22 |
Andrew M. Kuchling | Move functional howto into trunk |
commit | commitdiff | tree | snapshot |
| 2006-08-22 |
Jeremy Hylton | Expose column offset information in parse trees. |
commit | commitdiff | tree | snapshot |
| 2006-08-22 |
Neal Norwitz | Alexander Belopolsky pointed out that pos is a size_t |
commit | commitdiff | tree | snapshot |
| 2006-08-22 |
Anthony Baxter | patch for documentation for recent uuid changes (from... |
commit | commitdiff | tree | snapshot |
| 2006-08-21 |
Neal Norwitz | Try to get the windows bots working again with the... |
commit | commitdiff | tree | snapshot |
| 2006-08-21 |
Neal Norwitz | Patch #1541585: fix buffer overrun when performing... |
commit | commitdiff | tree | snapshot |
| 2006-08-21 |
Neal Norwitz | Handle a few more error conditions. |
commit | commitdiff | tree | snapshot |
| 2006-08-21 |
Neal Norwitz | Patch #1542451: disallow continue anywhere under a... |
commit | commitdiff | tree | snapshot |
| 2006-08-21 |
Neal Norwitz | Fix a couple of ssize-t issues reported by Alexander... |
commit | commitdiff | tree | snapshot |
| 2006-08-21 |
Neal Norwitz | Add assert to make Klocwork happy (#276) |
commit | commitdiff | tree | snapshot |
| 2006-08-21 |
Neal Norwitz | Fix bug #1543303, tarfile adds padding that breaks... |
commit | commitdiff | tree | snapshot |
| 2006-08-21 |
Jeremy Hylton | Move peephole optimizer to separate file. (Forgot... |
commit | commitdiff | tree | snapshot |
| 2006-08-21 |
Jeremy Hylton | Move peephole optimizer to separate file. |
commit | commitdiff | tree | snapshot |
| 2006-08-20 |
Georg Brandl | Patch #1542948: fix urllib2 header casing issue. With... |
commit | commitdiff | tree | snapshot |
| 2006-08-19 |
Neal Norwitz | Handle PyString_FromInternedString() failing (unlikely... |
commit | commitdiff | tree | snapshot |
| 2006-08-19 |
Neal Norwitz | Move initialization to after the asserts for non-NULL... |
commit | commitdiff | tree | snapshot |
| 2006-08-19 |
Neal Norwitz | SF #1542693: Remove semi-colon at end of PyImport_Impor... |
commit | commitdiff | tree | snapshot |
| 2006-08-19 |
Neal Norwitz | Move assert to after NULL check, otherwise we deref... |
commit | commitdiff | tree | snapshot |
| 2006-08-19 |
Neal Norwitz | Move initialization of interned strings to before alloc... |
commit | commitdiff | tree | snapshot |
| 2006-08-18 |
Thomas Heller | Add asserts to check for 'impossible' NULL values,... |
commit | commitdiff | tree | snapshot |
| 2006-08-18 |
Andrew M. Kuchling | Minor edits |
commit | commitdiff | tree | snapshot |
| 2006-08-18 |
Georg Brandl | Typo in tp_clear docs. |
commit | commitdiff | tree | snapshot |
| 2006-08-18 |
Anthony Baxter | RPM specfile updates |
commit | commitdiff | tree | snapshot |
| 2006-08-18 |
Anthony Baxter | Updating IDLE's version number to match Python's (as... |
commit | commitdiff | tree | snapshot |
| 2006-08-18 |
Georg Brandl | Bug #1541682: Fix example in the "Refcount details... |
commit | commitdiff | tree | snapshot |
| 2006-08-18 |
Neal Norwitz | More version wibble |
commit | commitdiff | tree | snapshot |
| 2006-08-18 |
Neal Norwitz | Set version to 2.6a0, seems more consistent. |
commit | commitdiff | tree | snapshot |
| 2006-08-18 |
Neal Norwitz | Try to get Unix bots install working again. |
commit | commitdiff | tree | snapshot |
| 2006-08-18 |
Neal Norwitz | Try to get Windows bots working again. Take 2 |
commit | commitdiff | tree | snapshot |
| 2006-08-18 |
Neal Norwitz | Try to get Windows bots working again |
commit | commitdiff | tree | snapshot |
| 2006-08-18 |
Neal Norwitz | More post-release wibble |
commit | commitdiff | tree | snapshot |
| 2006-08-18 |
Neal Norwitz | Add template for 2.6 on HEAD |
commit | commitdiff | tree | snapshot |
| 2006-08-18 |
Martin v. Löwis | Bug #1541863: uuid.uuid1 failed to generate unique... |
commit | commitdiff | tree | snapshot |
| next |