2006-08-10 |
Kurt B. Kaiser | Retrieval of previous shell command was not always... |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Tim Peters | test_copytree_simple(): This was leaving behind two... |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Kurt B. Kaiser | Changing tokenize (39046) to detect dedent broke tabnan... |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Tim Peters | Add missing svn:eol-style property to text files. |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Martin v. Löwis | Add some commentary on -mimpure-text. |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Kurt B. Kaiser | ToggleTab dialog was setting indent to 8 even if cancel... |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Kurt B. Kaiser | As a slight enhancement to the previous checkin, improv... |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Kurt B. Kaiser | 1. When used w/o subprocess, all exceptions were prece... |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Armin Rigo | Concatenation on a long string breaks (SF #1526585). |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Ronald Oussoren | It's unlikely that future versions will require _POSIX_... |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Armin Rigo | Fix and test for an infinite C recursion. |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Andrew M. Kuchling | Reindent code |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Andrew M. Kuchling | Add missing 'self' parameters |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Andrew M. Kuchling | [Patch #1534027] Add notes on locale module changes |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Andrew M. Kuchling | [Bug #1536021] Mention __hash__ change |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Martin v. Löwis | __hash__ may now return long int; the final hash |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Georg Brandl | Introduce an upper bound on tuple nesting depth in |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Georg Brandl | ``str`` is now the same object as ``types.StringType``. |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Georg Brandl | Bug #1536660: separate two words. |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Georg Brandl | Bug #1536828: typo: TypeType should have been StringType. |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Andrew M. Kuchling | Bump version number |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Andrew M. Kuchling | 'Other changes' section now has only one item; move... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Andrew M. Kuchling | Move obmalloc item into C API section |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Andrew M. Kuchling | Reword paragraph to clarify |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Thomas Heller | Remove accidently committed, duplicated test. |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Thomas Heller | memcmp() can return values other than -1, 0, and +1... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Georg Brandl | Remove "non-mapping" and "non-sequence" from TypeErrors... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Georg Brandl | webbrowser: Silence stderr output if no gconftool or... |
commit | commitdiff | tree | snapshot |
2006-08-06 |
Andrew M. Kuchling | [Patch #1464056] Ensure that we use the panelw library... |
commit | commitdiff | tree | snapshot |
2006-08-06 |
Andrew MacIntyre | test_threading now skips testing alternate thread stack... |
commit | commitdiff | tree | snapshot |
2006-08-06 |
Georg Brandl | Don't produce output in test_builtin. |
commit | commitdiff | tree | snapshot |
2006-08-06 |
Georg Brandl | Bug #1535165: fixed a segfault in input() and raw_input... |
commit | commitdiff | tree | snapshot |
2006-08-06 |
Georg Brandl | Bug #1535081: A leading underscore has been added to... |
commit | commitdiff | tree | snapshot |
2006-08-06 |
Georg Brandl | Bug #1535182: really test the xreadlines() method of... |
commit | commitdiff | tree | snapshot |
2006-08-05 |
Georg Brandl | Patch #1534922: correct and enhance unittest docs. |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Bob Ippolito | Fix #1530559, struct.pack raises TypeError where it... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Andrew M. Kuchling | Fix mangled sentence |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Andrew M. Kuchling | Typo fixes |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Thomas Heller | Fix #1534738: win32 debug version of _msi must be _msi_... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Thomas Heller | Fix #1530448 - fix ctypes build failure on solaris 10. |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Thomas Heller | On Windows, make PyErr_Warn an exported function again. |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Georg Brandl | Better fix for bug #1531405, not executing str(value... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Georg Brandl | Change fix for segfaulting property(), add a NEWS entry... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Neil Schemenauer | Fix the 'compiler' package to generate correct code... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Georg Brandl | Fix bug caused by first decrefing, then increfing. |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Gregory P.... | fix typos |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Fred Drake | SF patch #1534048 (bug #1531003): fix typo in error... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Neal Norwitz | There were really two issues |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Neal Norwitz | Bug #1333982: string/number constants were inappropriat... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Neal Norwitz | Bug #1191458: tracing over for loops now produces a... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Neal Norwitz | Bug #1531405, format_exception no longer raises an... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Anthony Baxter | Tagging for release of Python 2.5b3 |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Tim Peters | Add missing svn:eol-style property to text files. v2.5b3 |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Martin v. Löwis | Correction of patch #1455898: In the mbcs decoder,... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Thomas Heller | Fix a mistake. |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Thomas Heller | A few nore words about what ctypes does. |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Anthony Baxter | pre-release machinations |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Neal Norwitz | Add some explanation about Klocwork and Coverity static... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Neal Norwitz | Patch #1519025 and bug #926423: If a KeyboardInterrupt... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Neal Norwitz | Let us know when there was a problem and the child... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Neal Norwitz | v is already checked for NULL, so just DECREF it |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Neal Norwitz | _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Ronald Oussoren | Updated documentation for the script that builds the... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Tim Peters | _Stream.close(): Try to kill struct.pack() warnings... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Neal Norwitz | Prevent memory leak on error. |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Tim Peters | Try to squash struct.pack warnings on the "amd64 gentoo... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Ronald Oussoren | This fixes bug #1527397: PythonLauncher runs scripts... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Ronald Oussoren | Make sure the postinstall action that optionally update... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Thomas Heller | Speed up PyType_stgdict and PyObject_stgdict. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Georg Brandl | os.urandom no longer masks unrelated exceptions like... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Andrew M. Kuchling | [Patch #1520905] Attempt to suppress core file created... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Thomas Heller | Minimal useful docstring for CopyComPointer. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Thomas Heller | Fix a potential segfault and various potentail refcount... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Andrew M. Kuchling | typo fix |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Andrew M. Kuchling | Update list of files; fix a typo |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Andrew M. Kuchling | [Bug #848556] Remove \d* from second alternative to... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Andrew M. Kuchling | [Bug #1514540] Instead of putting the standard types... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Georg Brandl | Fix function name. |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Andrew M. Kuchling | Remove reference to notation |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Andrew M. Kuchling | Mention csv newline changes |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Andrew M. Kuchling | Add PyErr_WarnEx() |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Andrew M. Kuchling | Document PyErr_WarnEx. (Bad Neal! No biscuit!) |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Andrew M. Kuchling | Add refcounts for PyErr_WarnEx |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Skip Montanaro | minor tweaks |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Skip Montanaro | minor tweaks |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Tim Peters | ZipFile.close(): Kill the other struct.pack deprecation |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Tim Peters | ZipFile.close(): Killed one of the struct.pack deprecation |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Andrew McNamara | Redo the comment about the 2.5 change in quoted-newline... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Georg Brandl | Bug #1531349: right <-> left glitch in __rop__ description. |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Neal Norwitz | Try to prevent hangs on Tru64/Alpha buildbot. I'm... |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Neal Norwitz | Verify that the signal handlers were really called |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Neal Norwitz | Add some asserts and update comments |
commit | commitdiff | tree | snapshot |
2006-07-30 |
George Yoshida | Typo fix |
commit | commitdiff | tree | snapshot |
2006-07-30 |
George Yoshida | Rename struct.pack_to to struct.pack_into as changed... |
commit | commitdiff | tree | snapshot |
next |