2003-04-08 |
Skip Montanaro | correct a couple docstring nits |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Tim Peters | Typo repair. |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Fred Drake | Added example of using positional and keyword args... |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Fred Drake | Markup fix. |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Tim Peters | s/referrents/referents/g. Gotta love that referrers... |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Tim Peters | Finished implementing gc.get_referrents(): dealt with... |
commit | commitdiff | tree | snapshot |
2003-04-07 |
Tim Peters | Comment repair; no semantic changes. |
commit | commitdiff | tree | snapshot |
2003-04-07 |
Tim Peters | Reworked has_finalizer() to use the new _PyObject_Looku... |
commit | commitdiff | tree | snapshot |
2003-04-07 |
Tim Peters | New private API function _PyInstance_Lookup. gc will... |
commit | commitdiff | tree | snapshot |
2003-04-07 |
Anthony Baxter | add note suggested by rhettinger about example. |
commit | commitdiff | tree | snapshot |
2003-04-07 |
Anthony Baxter | patch [ 698505 ] docs for hotshot module |
commit | commitdiff | tree | snapshot |
2003-04-06 |
Tim Peters | initgc(): Rewrote to use the PyModule_AddXYZ API;... |
commit | commitdiff | tree | snapshot |
2003-04-06 |
Tim Peters | handle_finalizers(): Rewrote to call append_objects... |
commit | commitdiff | tree | snapshot |
2003-04-06 |
Raymond Hettinger | SF bug #699934: Obscure error message |
commit | commitdiff | tree | snapshot |
2003-04-06 |
Raymond Hettinger | SF patch #701494: more apply removals |
commit | commitdiff | tree | snapshot |
2003-04-06 |
Tim Peters | Switched from METH_VARARGS to METH_NOARGS for the 7... |
commit | commitdiff | tree | snapshot |
2003-04-06 |
Tim Peters | Reworked move_finalizer_reachable() to create two disti... |
commit | commitdiff | tree | snapshot |
2003-04-05 |
Tim Peters | move_finalizers(): Rewrote. It's not necessary for... |
commit | commitdiff | tree | snapshot |
2003-04-05 |
Tim Peters | test_boom: More comments. Also check that len(gc... |
commit | commitdiff | tree | snapshot |
2003-04-05 |
Tim Peters | New comments. Rewrote has_finalizer() as a sequence... |
commit | commitdiff | tree | snapshot |
2003-04-05 |
Tim Peters | Fixed new seemingly random segfaults, by moving the... |
commit | commitdiff | tree | snapshot |
2003-04-04 |
Raymond Hettinger | SF bug #715145: unittest.py still uses != in failUnless... |
commit | commitdiff | tree | snapshot |
2003-04-04 |
Jeremy Hylton | Add Tim's gc boom test to the test suite. |
commit | commitdiff | tree | snapshot |
2003-04-04 |
Jeremy Hylton | Fix Tim's boom example. |
commit | commitdiff | tree | snapshot |
2003-04-04 |
Greg Ward | Use fcntl() to put the audio device *back* into blockin... |
commit | commitdiff | tree | snapshot |
2003-04-03 |
Jeremy Hylton | Add get_referrents() helper function. |
commit | commitdiff | tree | snapshot |
2003-04-03 |
Jeremy Hylton | Add get_referrents() helper function. |
commit | commitdiff | tree | snapshot |
2003-04-03 |
Martin v. Löwis | Revert Patch #670715: iconv support. |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Walter Dörwald | Fix description: u"%c" % 0xffffffff returned a ValueErr... |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Walter Dörwald | Change formatchar(), so that u"%c" % 0xffffffff now... |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Barry Warsaw | Fix a comment |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Jack Jansen | Added a note about scripting support and the IDE builti... |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Jack Jansen | The minimal scripting example now actually works. |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Jack Jansen | Sigh... The get() and set() commands are not declared... |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Jack Jansen | Regenerated with property names with _Prop_ prepended. |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Jack Jansen | Properties (like enums) are not in the global namespace... |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Jack Jansen | Turned the suite compiler into an object. |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Jack Jansen | - All messages are now dependent on the --verbose option. |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Barry Warsaw | init_bsddb(): Added a few symbols that Greg forgot. |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Walter Dörwald | Remove duplicate test. |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Walter Dörwald | Fix PyString_Format() so that '%c' % u'a' returns u'a' |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Fred Drake | - add the "download_url" field to the pre-2.2.3 metadat... |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Neal Norwitz | SF patch #712367, get build working on AIX |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Jack Jansen | Added a File->Generate OSA Suite command. |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Jack Jansen | Added 1-page introductions to creating GUIs in Python... |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Fred Drake | Fix symbol in grammar; this should fix some hyperlinkin... |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Jack Jansen | Subclasses of ObjectSpecifier can now be packed and... |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Jack Jansen | In TalkTo.send(), check that we have access to the... |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Jack Jansen | Lib/plat-mac/lib-scriptpackages/SystemEvents added. |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Jack Jansen | Regenerated again, now clases are sorted by code, and... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Jack Jansen | Classes have to be sorted by code, not name, and synony... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Neal Norwitz | SF patch #667548, Add some audio constants by Michael... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Neal Norwitz | Get build working with pre-C99 compilers |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Barry Warsaw | Bump to version 2.5.1 |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Barry Warsaw | test_whitespace_eater_unicode_2(): Test case for SF... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Barry Warsaw | __unicode__(): Fix the logic for calculating whether... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Neal Norwitz | SF patch #706338, Fix a few broken links in pydoc by... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Martin v. Löwis | Patch #650412: Check whether the address of flock and... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Martin v. Löwis | Patch #672053: Return a result from Py_Main, instead... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Martin v. Löwis | Patch #695250: Suppress COPYRIGHT if site.py is not... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Martin v. Löwis | Patch #701395: Correct documentation of PyUnicode_Split... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Martin v. Löwis | Patch #712124: Remove obsolete comment. |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Martin v. Löwis | Support '' as the argument for the setlocale emulation... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Martin v. Löwis | Use soname option when building a shared libpython... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Martin v. Löwis | Patch #545300: Support marked sections. |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Martin v. Löwis | Wrap thread stuff in WITH_THREAD. Fixes #704641. |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Martin v. Löwis | Fake bool API for Python 2.2. |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Skip Montanaro | The socket module now always uses the _socketobject... |
commit | commitdiff | tree | snapshot |
2003-03-29 |
Jack Jansen | Moved gensuitemodule from Mac/scripts to Lib/plat-mac... |
commit | commitdiff | tree | snapshot |
2003-03-29 |
Jack Jansen | - Added an is_scriptable method to test applications... |
commit | commitdiff | tree | snapshot |
2003-03-29 |
Jack Jansen | The test for setpgrp having two arguments didn't actual... |
commit | commitdiff | tree | snapshot |
2003-03-29 |
Neal Norwitz | Move Mac/Windows specific expected skips from each... |
commit | commitdiff | tree | snapshot |
2003-03-29 |
Martin v. Löwis | Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. |
commit | commitdiff | tree | snapshot |
2003-03-29 |
Martin v. Löwis | Patch #707701: Expect '??' in event fields. Fixes ... |
commit | commitdiff | tree | snapshot |
2003-03-29 |
Jack Jansen | Regenerated with the new way to get terminology (throug... |
commit | commitdiff | tree | snapshot |
2003-03-29 |
Jack Jansen | - Prefer using events (in stead of poking around in... |
commit | commitdiff | tree | snapshot |
2003-03-29 |
Jack Jansen | Sometimes a class is used as a base class of itself... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Jack Jansen | On OSX the finder will return from an open() event... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Jack Jansen | Sigh: didn't catch all lists that needed to be sorted... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Jack Jansen | Sigh: didn't catch all lists that needed to be sorted. |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Skip Montanaro | make nt altsep forward slash - closes bug 709428 |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Jack Jansen | Regenerated (from resource files) with sorting version... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Jack Jansen | - Sort various lists (list of events, OSA-classes,... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Jack Jansen | Minimal test suite of the generated packages in plat... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Martin v. Löwis | Disable _XOPEN_SOURCE for Solaris 2.6. Fixes #690317. |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Martin v. Löwis | Add test for setpgrp. Fixes #690317. |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Ka-Ping Yee | PyWeakref_GetObject returns None (not NULL) when the... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Ka-Ping Yee | Hide private names beginning with _ (but don't hide... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Ka-Ping Yee | Make module lookup a little more robust (certain kinds... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Ka-Ping Yee | Move testing code into "if __name__ == '__main__'"... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Raymond Hettinger | Factored out test for absolute jumps. |
commit | commitdiff | tree | snapshot |
2003-03-27 |
Gregory P.... | 4.1.5 |
commit | commitdiff | tree | snapshot |
2003-03-27 |
Gregory P.... | Adds support for the DBEnv->set_timeout() method. |
commit | commitdiff | tree | snapshot |
2003-03-27 |
Martin v. Löwis | Replace criterium with criterion. Fixes #705120. |
commit | commitdiff | tree | snapshot |
2003-03-26 |
Jack Jansen | If GetAppTerminology fails (which seems to be the usual... |
commit | commitdiff | tree | snapshot |
2003-03-26 |
Barry Warsaw | Temporary bump of the version number. |
commit | commitdiff | tree | snapshot |
2003-03-26 |
Barry Warsaw | typed_subpart_iterator(): Fix these to use non-deprecat... |
commit | commitdiff | tree | snapshot |
2003-03-26 |
Barry Warsaw | typed_subpart_iterator(): Fix these to use non-deprecat... |
commit | commitdiff | tree | snapshot |
2003-03-26 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
next |