2003-04-09 |
Jason Tishler | Patch #718551: cygwinccompiler.get_versions() patch |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | Add test for MessageBeep() |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | - New function winsound.MessageBeep() wraps the Win32 API |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | Add MessageBeep() API. |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | Detabified. |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | Make it possible to call instancemethod() with 2 arguments. |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | Reformat a few docstrings that caused line wraps in... |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | Fix two crashes on Windows: |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | Various improvements to the way the table is formatted... |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | - New function sys.call_tracing() allows pdb to debug... |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Fred Drake | Minor markup adjustments. |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | Try to discourage use of PyObject_Type(). |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | Don't use (PyObject *)PyObject_Type(x). It is a leaky... |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Andrew M. Kuchling | Re-indent example; fix typo |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Guido van Rossum | property_traverse() should also traverse into prop_doc... |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Jason Tishler | Patch #709178: remove -static option from cygwinccompiler |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Jack Jansen | Created a minimal MacOSX section. |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Jack Jansen | Detabbed. |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Andrew M. Kuchling | Remove the --verify option in favor of the standard... |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Fred Drake | Lots of small markup adjustments. |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Fred Drake | Add dependency information for the hotshot package... |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Anthony Baxter | extra punctuation removed |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Fred Drake | Add dependency information for the timeit module docs. |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Skip Montanaro | + libtimeit |
commit | commitdiff | tree | snapshot |
2003-04-09 |
Skip Montanaro | doc for timeit module/script - mostly just a recast... |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Jeremy Hylton | Make staticmethods and classmethods participate in GC. |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Just van Rossum | tentative fix for #712322: modification time stamp... |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Skip Montanaro | install timeit.py as a command line script |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Skip Montanaro | add a #! line for unix weenies |
commit | commitdiff | tree | snapshot |
2003-04-08 |
Tim Peters | New tests identical to boom and boom2, except using... |
commit | commitdiff | tree | snapshot |
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 |
next |