| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). | Martin v. Löwis | 2007-03-07 | 9 | -40/+69 |
|
|
* | Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position. | Georg Brandl | 2007-03-07 | 1 | -1/+3 |
|
|
* | Patch #787789: allow to pass custom TestRunner instances to unittest's | Georg Brandl | 2007-03-07 | 3 | -5/+20 |
|
|
* | Patches #1550273, #1550272: fix a few bugs in unittest and add a | Georg Brandl | 2007-03-07 | 3 | -36/+2332 |
|
|
* | Patch #1001604: glob.glob() now returns unicode filenames if it was | Georg Brandl | 2007-03-07 | 3 | -4/+20 |
|
|
* | Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler. | Georg Brandl | 2007-03-07 | 1 | -4/+3 |
|
|
* | add versionadded info | George Yoshida | 2007-03-07 | 1 | -0/+2 |
|
|
* | Patch #703779: unset __file__ in __main__ after running a file. This | Georg Brandl | 2007-03-07 | 2 | -3/+15 |
|
|
* | Variant of patch #697613: don't exit the interpreter on a SystemExit | Georg Brandl | 2007-03-07 | 4 | -11/+23 |
|
|
* | Document change to curses. | Walter Dörwald | 2007-03-06 | 1 | -0/+2 |
|
|
* | Patch for bug #1633621: if curses.resizeterm() or | Walter Dörwald | 2007-03-06 | 2 | -2/+71 |
|
|
* | Patch #1654417: make operator.{get,set,del}slice use the full range | Georg Brandl | 2007-03-06 | 3 | -13/+20 |
|
|
* | Patch #1673121: update README wrt. OSX default shell. | Georg Brandl | 2007-03-06 | 1 | -3/+3 |
|
|
* | Patch #1638879: don't accept strings with embedded NUL bytes in long(). | Georg Brandl | 2007-03-06 | 3 | -1/+25 |
|
|
* | Patch #1602128: clarify that richcmp methods can return NotImplemented | Georg Brandl | 2007-03-06 | 1 | -7/+9 |
|
|
* | Small nit, found by Neal. | Georg Brandl | 2007-03-06 | 1 | -2/+2 |
|
|
* | Fix cmp vs. key argument for list.sort. | Georg Brandl | 2007-03-06 | 1 | -1/+1 |
|
|
* | Patch #1646728: datetime.fromtimestamp fails with negative | Guido van Rossum | 2007-03-06 | 3 | -0/+18 |
|
|
* | patch 1673619 - identify extension modules which cannot be built | Skip Montanaro | 2007-03-06 | 2 | -4/+112 |
|
|
* | Patch #912410: Replace HTML entity references for attribute values | Martin v. Löwis | 2007-03-06 | 4 | -13/+43 |
|
|
* | Patch #1663234: you can now run doctest on test files and modules | Georg Brandl | 2007-03-06 | 3 | -2/+45 |
|
|
* | A test case for the defaultdict KeyError bug. | Georg Brandl | 2007-03-06 | 1 | -0/+9 |
|
|
* | Fix another reincarnation of bug #1576657 in defaultdict. | Georg Brandl | 2007-03-06 | 1 | -2/+6 |
|
|
* | Bug #1674503: close the file opened by execfile() in an error condition. | Georg Brandl | 2007-03-06 | 2 | -2/+4 |
|
|
* | Patch #1672481: fix bug in idlelib.MultiCall. | Georg Brandl | 2007-03-06 | 1 | -0/+2 |
|
|
* | A test case for the fix in #1674228. | Georg Brandl | 2007-03-06 | 1 | -0/+11 |
|
|
* | Patch #1121142: Implement ZipFile.open. | Martin v. Löwis | 2007-03-06 | 4 | -49/+665 |
|
|
* | Patch #1671450: add a section about subclassing builtin types to the | Georg Brandl | 2007-03-06 | 3 | -1/+190 |
|
|
* | Nit: a struct field is set to GenericAlloc, not GenericAlloc(). | Georg Brandl | 2007-03-06 | 1 | -1/+1 |
|
|
* | Patch #1674228: when assigning a slice (old-style), check for the | Georg Brandl | 2007-03-05 | 3 | -1/+18 |
|
|
* | Minor corrections to docs, and an explanation comentary | Facundo Batista | 2007-03-05 | 1 | -13/+14 |
|
|
* | Added Pete for 3101 too | Neal Norwitz | 2007-03-05 | 1 | -0/+3 |
|
|
* | note MacPorts/BerkDB change in setup.py | Skip Montanaro | 2007-03-04 | 1 | -0/+2 |
|
|
* | Teach setup.py how to find Berkeley DB on Macs using MacPorts. | Skip Montanaro | 2007-03-04 | 1 | -8/+10 |
|
|
* | Fix a bug in test_dict and test_userdict, found at the PyPy sprint. | Georg Brandl | 2007-03-04 | 2 | -6/+6 |
|
|
* | Bugs #1668032, #1668036, #1669304: clarify behavior of PyMem_Realloc and _Res... | Georg Brandl | 2007-03-02 | 1 | -2/+5 |
|
|
* | Fix embarrassing typo and fix constantification of None | Raymond Hettinger | 2007-03-02 | 2 | -6/+15 |
|
|
* | Bug #1628895: some better tries to find HTML documentation in pydoc. | Georg Brandl | 2007-03-02 | 1 | -7/+12 |
|
|
* | Add NamedTuple | Andrew M. Kuchling | 2007-03-01 | 1 | -0/+16 |
|
|
* | Add Pat and Eric for work on PEP 3101 in the sandbox | Neal Norwitz | 2007-03-01 | 1 | -0/+3 |
|
|
* | Add collections.NamedTuple | Raymond Hettinger | 2007-03-01 | 4 | -3/+170 |
|
|
* | Prepare collections module for pure python code entries. | Raymond Hettinger | 2007-02-28 | 6 | -7/+10 |
|
|
* | Docstring nit. | Raymond Hettinger | 2007-02-28 | 1 | -1/+1 |
|
|
* | Add a test for instantiating SyntaxError with no arguments. | Brett Cannon | 2007-02-28 | 1 | -0/+3 |
|
|
* | Modify the segfaulting example to show why r53997 is not a solution to | Armin Rigo | 2007-02-28 | 1 | -0/+20 |
|
|
* | Add news about changes to metaclasses and __bases__ error checking. | Jeremy Hylton | 2007-02-27 | 1 | -0/+7 |
|
|
* | Add checking for a number of metaclass error conditions. | Jeremy Hylton | 2007-02-27 | 3 | -96/+197 |
|
|
* | whitespace normalization | Jeremy Hylton | 2007-02-27 | 1 | -82/+82 |
|
|
* | tabify | Jeremy Hylton | 2007-02-27 | 2 | -2039/+2039 |
|
|
* | tabify | Jeremy Hylton | 2007-02-27 | 1 | -97/+97 |
|
|