2002-02-18 |
Steven M. Gava | handle user theme and key set deletion |
commit | commitdiff | tree | snapshot |
2002-02-17 |
Neil Schemenauer | Move some opcodes to top of big eval_frame switch state... |
commit | commitdiff | tree | snapshot |
2002-02-17 |
Tim Peters | SF bug #497839: reindent chokes on empty first lines. |
commit | commitdiff | tree | snapshot |
2002-02-17 |
Andrew MacIntyre | Create and populate OS/2 EMX port build directory: |
commit | commitdiff | tree | snapshot |
2002-02-17 |
Tim Peters | Repair so that importing socket doesn't blow up on... |
commit | commitdiff | tree | snapshot |
2002-02-17 |
Tim Peters | Moved the declaration of PySocketSock_Type from socketm... |
commit | commitdiff | tree | snapshot |
2002-02-17 |
Tim Peters | For readability, switch to tab indents; was using a... |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Martin v. Löwis | Patch #508038: Do not use a type as a variable name. |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Martin v. Löwis | Patch #511193: Implement killpg in posixmodule. |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Martin v. Löwis | Patch #515598: removed unused import of os. |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Martin v. Löwis | Remove extraneous variable 'total', as reported by... |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Martin v. Löwis | The Grande 'sendall()' patch, copied from release21... |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Marc-André... | Also fix the comment. |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Marc-André... | Fix the name of the header file. |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Marc-André... | Break SSL support out of _socket module and place it... |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-02-16 |
Tim Peters | SF bug #516372: test_thread: unhandled exc. in thread |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Fred Drake | Use the standard expression for the availability statem... |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Skip Montanaro | note that the alarm function is not available on Windows. |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Fred Drake | Added deprecatioon information for mac.xstat(). |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Fred Drake | The "%" character does not need to be escaped in verbat... |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Fred Drake | Consistently use \textasciicircum to produce a ^ character. |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Fred Drake | Fix typo. |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Fred Drake | Use PyModule_AddObject() instead of accessing the modul... |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Fred Drake | Use PyModule_AddIntConstant() instead of creating a... |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Martin v. Löwis | Compute expat -I directives from srcdir. Fixes #517214. |
commit | commitdiff | tree | snapshot |
2002-02-13 |
Tim Peters | Finish the pyexpat rework for Windows: builders needn... |
commit | commitdiff | tree | snapshot |
2002-02-13 |
Michael W.... | Simon Budig's patch (posted by me): |
commit | commitdiff | tree | snapshot |
2002-02-13 |
Martin v. Löwis | Define VERSION in expat.h. |
commit | commitdiff | tree | snapshot |
2002-02-13 |
Tim Peters | Windows time_clock(): rewrite to get rid of horrid... |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Jack Jansen | Two OSX fixes related to switching Python versions... |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Martin v. Löwis | "Generate" from expat.h.in, for 1.95.2. |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Tim Peters | LOAD_FAST: rearrange branches to favor the expected... |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Mark Hammond | Ensure we also build on VC7. Involves replacing largei... |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Martin v. Löwis | Build using included Expat. |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Martin v. Löwis | Use included Expat library. Drop support for older... |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Martin v. Löwis | Disable usage of Expat's config.h. |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Martin v. Löwis | Initial revision |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Greg Ward | Fix bug #511786 (2.2.1 candidate): ensure that custom... |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Marc-André... | Remove mentioning of -U option in "python -h" output. |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Neal Norwitz | SF #515020, delete global variables which are used... |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Neal Norwitz | SF #515005, change "1 + ''" (which pychecker warns... |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Neal Norwitz | SF #515022 remove unused variable |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Neal Norwitz | SF #515009, delete global variable that was apparently... |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Neal Norwitz | SF #515018, delete global variable that was apparently... |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Neal Norwitz | SF #515026, delete global variable that was apparently... |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Neal Norwitz | SF #515024 remove unused variable |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Neal Norwitz | SF #515021, print the refused list to the DEBUGSTREAM... |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Neal Norwitz | SF #515012, cleanup: remove unused variable |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Neal Norwitz | SF #515011, cleanup: remove "or 0" condition |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Neal Norwitz | SF #515006, remove unnecessary import |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Neal Norwitz | SF #515004 cleanup |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Neal Norwitz | SF #515000, print result of f.tell() in test() instead... |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Marc-André... | Corrected import behaviour for codecs which live outsid... |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Andrew M. Kuchling | Regenerate configure script |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Andrew M. Kuchling | Bump version number to 2.3 |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Jack Jansen | Removed a spurious }. (How did it get there in the... |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Just van Rossum | on MacOSX/Darwin, use ranlib when building static libs. |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Steven M. Gava | improvement to keybinding re-use check |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Steven M. Gava | base GetHighlight on GetThemeDict for better defaults |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Steven M. Gava | further work on config saving |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Steven M. Gava | further work on config saving |
commit | commitdiff | tree | snapshot |
2002-02-11 |
Guido van Rossum | Remove stub for unicode.txt. Resort README in dictiona... |
commit | commitdiff | tree | snapshot |
2002-02-10 |
Marc-André... | News about the new alias support. |
commit | commitdiff | tree | snapshot |
2002-02-10 |
Marc-André... | Add IANA character set aliases to the encodings alias... |
commit | commitdiff | tree | snapshot |
2002-02-09 |
Marc-André... | Add news about PYC magic and changes to UTF-8 codec. |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Barry Warsaw | Added a module docstring, which doubles as the --help... |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Guido van Rossum | Updates related to Modules/Setup and setup.py. This... |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Fred Drake | Added regression test for start()/stop() returning... |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Fred Drake | start() and stop() methods: return None where there... |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Guido van Rossum | Declare real and imag as read-only attributes. |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Guido van Rossum | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Neal Norwitz | Fix typo |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Fred Drake | Python 10 was a success, commemorate it\! |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Guido van Rossum | www.google.com is better than google.com. |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Thomas Heller | Make it 1.5.2 compatible again. |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Marc-André... | Fix to the UTF-8 encoder: it failed on 0-length input... |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Marc-André... | Forgot to add the new emxccompiler.py from Andrew I... |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Marc-André... | Cosmetics. |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Marc-André... | Whitespace fixes. |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Marc-André... | Fix for the UTF-8 memory allocation bug and the UTF... |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Jack Jansen | Don't blacklist ModalFilterUPP but always pass it as... |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Jack Jansen | Added SndRecord and (classic only) SndRecordToFile. |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Jack Jansen | Added support for unicode strings (utxt). |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Steven M. Gava | further work on config system and config saving |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Fred Drake | Update the instructions on reporting bugs to reflect... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Fred Drake | When linking to an index page, explicitly name index... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Fred Drake | Update version number to match Include/patchlevel.h. |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Fred Drake | Update version number to match Include/patchlevel.h. |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Just van Rossum | Added minimal support for floating windows. |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Just van Rossum | Don't append quit menu when on OSX, it is special and... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Just van Rossum | Flush screen buffer upon console.flush() and output... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Guido van Rossum | Quick build: clarify that you have to do "make install... |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Tim Peters | Change the version string from "2.2+" to "2.3a0". ... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Jack Jansen | Got rid of an extra level of {} and funny formatting... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Andrew M. Kuchling | [Bug #220993; may also fix bug #479469] Fix flakiness... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Guido van Rossum | Wesley Chun's SF patch 511380: add CGIHTTPServer error... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Jack Jansen | A new dynload_next, which actually only works on OSX... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Jack Jansen | Got rid of a few more NeXT ifdefs. The last, I think. |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Guido van Rossum | Bugfix candidate. |
commit | commitdiff | tree | snapshot |
next |