2004-05-05 |
Fred Drake | - note that __getinitargs__() is only for old-style... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Fred Drake | Remove list of pickle protocol names used by the copy... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Fred Drake | note that the error code for socket.gaierror will be... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Greg Ward | SF #814606: merge from release23-maint branch: clarify... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Nicholas Bastin | Removed 'U' from the documentation for Py_BuildValue... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Phillip J. Eby | Document readline module functions added in Python... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Guido van Rossum | Using reversed() is not compatible with Python 1.5.2. |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Raymond Hettinger | Replace str.find()!=1 with the more readable "in" operator. |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Raymond Hettinger | Testing for None should be done with 'is' |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Raymond Hettinger | Stacks based on lists work better and read more clearly... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Mark Hammond | Fix [ 947405 ] os.utime() raises bad exception for... |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Martin v. Löwis | Do not use the default namespace for attributes. |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Raymond Hettinger | Minor documentation nits. |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Raymond Hettinger | Add an example application to the docs. |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Fred Drake | the headers in an HTTP request are HTTP headers, not... |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Walter Dörwald | Add a test script for the colorsys module. |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Fred Drake | remove out-of-date count of the functions in winsound |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Fred Drake | fix typo reported in a long-buried email |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Thomas Heller | The filename of this module changed again... |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Raymond Hettinger | Complete perky's name change patch. |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Kurt B. Kaiser | Fix a bug I introduced which causes all block openers... |
commit | commitdiff | tree | snapshot |
2004-04-25 |
Hye-Shik Chang | Correct the file name of _heapq module. |
commit | commitdiff | tree | snapshot |
2004-04-24 |
Kurt B. Kaiser | 1. Add an Options menu entry: Code Context |
commit | commitdiff | tree | snapshot |
2004-04-24 |
Kurt B. Kaiser | 1. Polish variables in EditorWindow extension loading... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Raymond Hettinger | SF bug #940579: section 5.10: 'not' returns boolean... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Thomas Heller | Remove the Modules/heaqmodule.c, and add Modules/_heapm... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Thomas Heller | Forgot to mention the SF number, and that Bob Ippolito... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Thomas Heller | Two new public API functions, Py_IncRef and Py_DecRef... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Thomas Heller | cvs ignore the user options files *.suo |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Thomas Heller | Modules/heapqmodule.c removed. |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Kurt B. Kaiser | - New Extension: CodeContext. Provides block structuri... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Hye-Shik Chang | SF #926075: Fixed the bug that returns a wrong pattern... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Hye-Shik Chang | SF #926075: Fixed the bug that returns a wrong pattern... |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Raymond Hettinger | * Restore the pure python version of heapq.py. |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Raymond Hettinger | * Restore the pure python version of heapq.py. |
commit | commitdiff | tree | snapshot |
2004-04-17 |
Martin v. Löwis | Special case normalization of empty strings. Fixes... |
commit | commitdiff | tree | snapshot |
2004-04-17 |
Raymond Hettinger | SF bug #936827: PyNumber_And() 's description |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Thomas Heller | The wininst-6.exe template binary for bdist_wininst... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Thomas Heller | The wininst-7.1.exe template binary for bdist_wininst... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Fred Drake | really scream out that people should use the file objec... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Skip Montanaro | Open file in universal newline mode when passing to... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Skip Montanaro | bring description of optional and keyword args for... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Skip Montanaro | delete timing output - it appears after the </html... |
commit | commitdiff | tree | snapshot |
2004-04-15 |
Thomas Heller | Minor reformatting. |
commit | commitdiff | tree | snapshot |
2004-04-15 |
Fred Drake | remove bogus markup that caused the docs to be wrong |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Hye-Shik Chang | Bug #934635: Fix a bug where the configure script could... |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Brett Cannon | Change two instance of format strings for PyString_From... |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Raymond Hettinger | * Add unittests for iterators that report their length |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Raymond Hettinger | Use Py_RETURN_NONE macro where applicable. |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Raymond Hettinger | Small refactoring saving one function() and eliminating... |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Raymond Hettinger | * Specialize ins1() into app1() for appends. Saves... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Tim Peters | Record test_bsddb3 test results on WinXP. |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Tim Peters | Update the OpenSSL version example from c to d (the... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Tim Peters | The native bz2 tests worked fine for me under WinXP... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Tim Peters | Record Tcl and Tk test results for WinXP Pro. |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Raymond Hettinger | Some (but not all) of the why code bitfield tests ran... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Andrew MacIntyre | add AF_UNIX notes |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Andrew MacIntyre | Fixes for AF_UNIX support on OS/2: |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Kurt B. Kaiser | M EditorWindow.py |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Raymond Hettinger | Revert 2.393, elimination of pre-decrementing, which |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Skip Montanaro | atof: correct parameter name |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Skip Montanaro | Refactor common code out of globaltrace_trackcallers... |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Fred Drake | fix up some markup |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Raymond Hettinger | Provide more information representations of repeat... |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Fred Drake | give rational filenames to some of the generated HTML |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Fred Drake | switch to PNG navigation icons by default |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Fred Drake | include both the GIF and PNG icons in the HTML package |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Fred Drake | avoid stripping space after indexing macros |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Skip Montanaro | note --trackcalls flag in trace module |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Skip Montanaro | Added --trackcalls command line arg to display crude... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Raymond Hettinger | Use continue instead of break whereever possible. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Raymond Hettinger | * Improve readability and remove data dependencies... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Raymond Hettinger | Small code improvements for readability, code size... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Andrew M. Kuchling | Fix comment typo |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Andrew M. Kuchling | Remove specific Python version from #! |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Raymond Hettinger | Simplify previous checkin (bitfields for WHY codes). |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Raymond Hettinger | Coded WHY flags as bitfields (taking inspiration from... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Hye-Shik Chang | SF Patch #926375: Remove a useless UTF-16 support code... |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Tim Peters | Since the fast_yield branch target was introduced,... |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Raymond Hettinger | Improve previous checkin to use a slot check instead... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Raymond Hettinger | Improve accuracy of sequence and mapping checks. |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Andrew MacIntyre | OS/2's TCP/IP stack supports AF_UNIX sockets, with... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Andrew MacIntyre | OS/2 has support for spawnvp() and spawnvpe() in the... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Andrew MacIntyre | If a file is opened with an explicit buffer size >... |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Neal Norwitz | #928751, fix typos in socket doc |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Skip Montanaro | It would help if I deleted the old pystack! |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Skip Montanaro | include local variables when dumping Python stack trace |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Fred Drake | Fix support for the "prog" keyword to the OptionParser... |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Fred Drake | fix typo that wasn't properly fixed in revision 1.144 |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Jeremy Hylton | Bump the magic number to avoid sharing bytecode between... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Andrew M. Kuchling | [Bugfix candidate] Escape traceback type and value... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Martin v. Löwis | Patch #924497: find(1) all files with /usr/local/bin... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Guido van Rossum | When /tmp has certain sticky bits set, newly created... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Fred Drake | add a heavy box around warning notices to make them... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Fred Drake | add missing and forthcoming releases |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Fred Drake | Emphasize the requirement that Python.h be included... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Fred Drake | added scripts to the list of files automatically includ... |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Andrew MacIntyre | OS/2 VACPP build updates/fixes |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Tim Peters | Added a comment about the unreferenced PyThreadState... |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Andrew M. Kuchling | fix typo |
commit | commitdiff | tree | snapshot |
next |