2004-06-07 |
Tim Peters | SF 952807: Unpickling pickled instances of subclasses... |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Raymond Hettinger | Add genexps to the glossary. |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Thomas Heller | Fix a refcount bug in an obscure code corner. |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Thomas Heller | Fix a refcount bug in an obscure code corner. |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Skip Montanaro | Another nit found by Neal Norwitz using pychecker.... |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Neal Norwitz | Cleanup: the in operator already returns a bool, no... |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Neal Norwitz | There is no reason to have an underscore after self |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Neal Norwitz | Remove a useless operation, setting name to itself |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Skip Montanaro | correct name error caught by Neal Norwitz with pychecker |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Raymond Hettinger | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Andrew M. Kuchling | [Bug #953177] Mention .getlist(); text from Paul Moore |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Neal Norwitz | Plug a few memory leaks in utime(). path is allocated... |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Neal Norwitz | Try to improve test coverage for utime() |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Neal Norwitz | Valgrind was reporting an uninitialized read for bad... |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Neal Norwitz | Look for the multibyte codec map files in the parent... |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Neal Norwitz | Add some doc about using valgrind |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Neal Norwitz | whoops, I wanted that commented out by default, will... |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Neal Norwitz | SF bug 881641, make it easier to use valgrind |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Tim Peters | SF 964876 mapping a 0 length file |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Phillip J. Eby | Added documentation to address SF bug #963246: limitati... |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Skip Montanaro | add -L flag to cause leaks(1) command to run just befor... |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Kurt B. Kaiser | Noam Raphel: Further developemt of CodeContext feature. |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Nicholas Bastin | Doc fix for SF #962633. |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | Reword message |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Neil Schemenauer | Remove a number of tests that differ only in input... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | Fix exception wording |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | [Bug #918710] Add paragraph to clarify docs |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | [Bug #758665] cgitb.scanvars() fails because of an... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Neil Schemenauer | Remove lots of magic constants. |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | [Bug #936837] Add missing word |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Hye-Shik Chang | SF #877165: Give an info about what C++ compiler comman... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Skip Montanaro | Rewrote to use temporary files instead of StringIO... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | [Bug #897935] Fix fd leak in pty.spawn(). Reported... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | [Bug #921657] Allow '@' in unquoted HTML attributes... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Raymond Hettinger | SF bug #964230: random.choice([]) should return more... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | [Bug #954364] inspect.getframeinfo() sometimes produces... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Hye-Shik Chang | Fix a bug that robotparser starves memory when the... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | [Bug #841757] Patch from /F to allow Unicode strings... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | [Bug #841757] Exercise handling of Unicode strings |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Raymond Hettinger | SF bug #963956: Bad error mesage when subclassing... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Brett Cannon | Refactored site.py into functions. Also moved over... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Martin v. Löwis | Patch #926209: Patch to setup.py to run on x86_64 Linux. |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Hye-Shik Chang | SF #966375: Fix typo (Reported by Kristian Ovaska) |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Raymond Hettinger | Replaced arbitrary addend in tuple_hash with one that... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Raymond Hettinger | SF patch #961387: Make IDLE's paragraph reformatting... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Hye-Shik Chang | Reuse width/iswide tests from strings_test. (Suggested... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Hye-Shik Chang | Add comments for unicode-only methods to give hints... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Hye-Shik Chang | Fix typo. |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Hye-Shik Chang | Add iswide() and width() method for UserString accordin... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Jack Jansen | Fix for #860242: use correct names in the "save prefere... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Jack Jansen | - Fix for #862941: "run with commandline python" crashe... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Fred Drake | if we must argue over the/they, we can just remove... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Fred Drake | avoid backticks in examples; use repr() instead |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Jack Jansen | Fix for #932977: MacOSX does not pass the whole pathnam... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Jack Jansen | On startup, attempt to set the working directory to... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Raymond Hettinger | Fix typo: the-->they |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Guido van Rossum | Fix typo. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Michael W.... | Small clarification. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Jack Jansen | Very large scripts folders could crash the IDE, because... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Fred Drake | - fix typo reported by John Belmonte |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Martin v. Löwis | Warn abou missing mutate flag to ioctl. Fixes #696535. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Jack Jansen | Partial fix for #887242 (link extensions with dynamic_l... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Hye-Shik Chang | Fix the grammar a bit more. (Adjusted by Tony Meyer) |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Martin v. Löwis | Drop claims that Unicode always means UCS-2. Fixes... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Martin v. Löwis | Document string methods that are locale-dependent.... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Martin v. Löwis | Patch #929192: Improvements to bluetooth support. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Martin v. Löwis | Patch #957240: Add count parameter to asyncore.loop. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Martin v. Löwis | One more attempt to fix the grammar. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Greg Ward | SF #965425: fix so hyphenated words surrounded by punct... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Jack Jansen | Do an actual test for xcodebuild, in stead of relying... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Thomas Heller | Remove the pcre module. |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Walter Dörwald | Rename class attribute containing the class to be teste... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Andrew M. Kuchling | Remove reference to pcre module |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Andrew M. Kuchling | Remove pcre module |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Andrew M. Kuchling | Don't build the pcre module any more |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Andrew M. Kuchling | Remove reference to pcre module |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Andrew M. Kuchling | Remove pre module |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Hye-Shik Chang | Fix grammar hopefully. :) |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Hye-Shik Chang | - SF #962502: Add two more methods for unicode type... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Andrew M. Kuchling | Add a name (old change sitting in my tree) |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Andrew M. Kuchling | Remove old reminder |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Jack Jansen | CGMainDisplayID() doesn't exist on 10.1, so don't try... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Thomas Heller | Record Python 2.3.4 (final) build number. |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Martin v. Löwis | The expression list in inheritance is not optional... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Martin v. Löwis | Move grammar rule for lambda_form into section on lambd... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Martin v. Löwis | Fix typo reported in #964592. Will backport to 2.3. |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Martin v. Löwis | Document PyModule_AddIntConstant to take a long. Fixes... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Martin v. Löwis | Patch #924294: Do not check for AF_INET6 if it is not... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Vinay Sajip | Copyright year changed |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Martin v. Löwis | Patch #954115: Fix os.stat handling of UNC roots. |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Piers Lauder | Added IMAP4_stream to __all__ |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Tim Peters | test_hash(): The test here is different enough from... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Martin v. Löwis | Add genobject.c |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Raymond Hettinger | Add genobject.c to the MSVC++ 6.0 build. |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Martin v. Löwis | Patch #957398: Add public API for Generator Object... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Andrew M. Kuchling | [Bug #962631] Fix typo reported by Bryan Blackburn |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Raymond Hettinger | SF bug #942952: Weakness in tuple hash |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Martin v. Löwis | Silence noise in regrtest. |
commit | commitdiff | tree | snapshot |
2004-05-31 |
Raymond Hettinger | Fixup spacing in an example. |
commit | commitdiff | tree | snapshot |
2004-05-31 |
Martin v. Löwis | Copy from python-2.3.spec. Incorporate patch #961465: |
commit | commitdiff | tree | snapshot |
next |