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 |
2006-07-30 |
Georg Brandl | Fix makefile changes for python-config. |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Martin v. Löwis | Drop usage of test -e in configure as it is not portable. |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Martin v. Löwis | Mention Cygwin in distutils error message about a missi... |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Martin v. Löwis | Base __version__ on sys.version_info, as distutils is |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Martin v. Löwis | Don't copy directory stat times in shutil.copytree... |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Georg Brandl | Bug #1002398: The documentation for os.path.sameopenfil... |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Georg Brandl | Clarify that __op__ methods must return NotImplemented... |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Neal Norwitz | Whitespace normalization |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Neal Norwitz | Bug #1515471: string.replace() accepts character buffer... |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Neal Norwitz | Add PyErr_WarnEx() so C code can pass the stacklevel... |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Neal Norwitz | Patch #1531113: Fix augmented assignment with yield... |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Fred Drake | - remove yet another reference to how commonly Tkinter... |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Fred Drake | remove possibly-outdated comment on what GUI toolkit... |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Fred Drake | update information on wxPython, from Robin Dunn |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Fred Drake | lots of markup nits, most commonly Unix/unix --> \UNIX |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Andrew M. Kuchling | [Bug #793553] Correct description of keyword arguments... |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Andrew M. Kuchling | Minor typo fixes |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Fred Drake | markup cleanups |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Andrew M. Kuchling | Fix case for 'Unix' |
commit | commitdiff | tree | snapshot |
next |