2002-10-08 |
Mark Hammond | Add os.path.supports_unicode_filenames for all platforms, |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Document PEP 293. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Document PEP 277 changes. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Include wctype.h. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Check for wctype.h. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Barry Warsaw | openfile(): Go back to opening the files in text mode... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Barry Warsaw | _parsebody(): Use get_content_type() instead of the... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Use escaped Unicode literals, according to PEP 8. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Barry Warsaw | Bump the version to 2.4.1 (not 2.5 as previously mentio... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Fred Drake | Modified presentation of the grammar for calls to be... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Patch #479898: Use multibyte C library for printing... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Patch #448038: Add move(). Report errors from copytree... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Apply file system default encoding to exec and spawn... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Fix quoting for Solaris LDSHARED. Will backport to... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Patch #619493: Prefer rpmbuild over rpm if available... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Guido van Rossum | Add test_pep277 to the expected skips on Linux. (This... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Martin v. Löwis | Patch #572031: AUTH method LOGIN for smtplib |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Guido van Rossum | Make sure the email test suite can be run both stand... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Martin v. Löwis | Also look in -lposix4 for sem_init. Fixes #618615. |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Tim Peters | Update info for impending 2.2.2. |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Kurt B. Kaiser | Apply Josh Robb's Patch: |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Tim Peters | This test fails on Win98, which is fine, but when it... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Martin v. Löwis | Document patch #594001. |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Tim Peters | s/_alloca/alloca/g; Windows doesn't need the former... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Andrew M. Kuchling | Add a section to be written; remove reference to delete... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Kurt B. Kaiser | Josh Robb's Patch |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Kurt B. Kaiser | Apply Josh Robb's Patch |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Guido van Rossum | When looking for an alias, first look for the normalize... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Raymond Hettinger | .iterkeys() is not needed. |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Fred Drake | Remove some unnecessary dependencies (minor). |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Fred Drake | Added refcount information for PyObject_GetIter(). |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Marc-André... | Undo the removal. Guido mentioned that the encoding... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Marc-André... | Remove unneeded alias. |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Neal Norwitz | SF # 607253, header file problems by Ralf W. Grosse... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Marc-André... | Fix doc-string. |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Marc-André... | News item about the new encoding normalization scheme. |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Marc-André... | Adapt lookup names to new more general encoding name... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Marc-André... | Extending the encoding name normalization to handle... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Martin v. Löwis | Disable LFS if Solaris/gcc bug is detected. Fixes ... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Marc-André... | Pulling Mark Alexander's contribution from CVS. |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Martin v. Löwis | Patch #618347: Work around Solaris 2.6 pthread.h bug... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Mark Hammond | Fix [ 616716 ] Bug in PyErr_SetExcFromWindows |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Mark Hammond | Fix errors to pep277 checkin identified by Neal Norwitz. |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Mark Hammond | Tests for pep277 - Unicode file names on Windows NT. |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Michael W.... | One last tweak to the tracing machinery: this actually... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Michael W.... | Clamp code objects' tp_compare result to [-1, 1]. |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Michael W.... | Updates to track Grammar changes. The patch to token... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Mark Hammond | Trivial fix to the pep277 checkin: ensure that exceptio... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Mark Hammond | Patch 594001: PEP 277 - Unicode file name support for... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Guido van Rossum | Fix an endcase bug: initial_indent was ignored when... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Michael W.... | Fix for the recursion_level bug Armin Rigo reported... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Martin v. Löwis | Support UCS-4 builds. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Fred Drake | Add a comment to the top of the file explaining why... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Guido van Rossum | Mention droped support for Tcl/Tk 8.0 and 8.1. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Martin v. Löwis | Eliminate constness warnings with Tcl 8.4. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Barry Warsaw | test__all__(): Fix the import list. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Martin v. Löwis | Drop support for Tk 8.0 and 8.1. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Skip Montanaro | save the verbose argument as an instance attributes... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Barry Warsaw | build(): Use self.builddir, not self.doc when copying... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Fred Drake | When the HTML output dir is specified using --dir=... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Barry Warsaw | nits |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Fred Drake | Include the --dir argument in the help text. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Fred Drake | Change the default path to icons so that "mkhowto"... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Barry Warsaw | Added an introduction. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Fred Drake | Stub document for the stand-alone email package distrib... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Fred Drake | Minor style nit for referring to other attributes of... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Fred Drake | Split the long email package examples into separate... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Barry Warsaw | Cleaned up the examples. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Barry Warsaw | Proofread and spell checked, all except the Examples... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Guido van Rossum | Commit fix for SF 603831. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Barry Warsaw | Vast update to email version 2. This could surely... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Barry Warsaw | Docstring consistency with the updated .tex files. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Barry Warsaw | _structure(): Swap fp and level arguments. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Barry Warsaw | Docstring consistency with the updated .tex files. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Barry Warsaw | Docstring consistency with the updated .tex files. |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Barry Warsaw | Docstring consistency with the updated .tex files. |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Barry Warsaw | Docstring consistency with the updated .tex files. |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Barry Warsaw | Docstring consistency with the updated .tex files. |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Barry Warsaw | Docstring consistency with the updated .tex files. |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Barry Warsaw | __all__: Updated |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Barry Warsaw | Docstring consistency with the updated .tex files. |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Guido van Rossum | Now that TestCase is a new-style class, change loadTest... |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Barry Warsaw | __contains__(): Change the second argument to `name... |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Martin v. Löwis | Add Tim Rice, for SCO patches. |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Martin v. Löwis | Patch #615069: Fix build problems on SCO Open Server... |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Barry Warsaw | With help from Martin v. Loewis, clarification is added... |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Jason Tishler | Patch #544740: test_commands test fails under Cygwin |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Skip Montanaro | fix a couple nits related to my understanding of ReST... |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Barry Warsaw | The ansi_x3.4_1968 encoding is an alias for ascii,... |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Skip Montanaro | fix a couple nits with my use of ReST |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Martin v. Löwis | Patch #596576: Always use cc to link on NetBSD. Will... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Guido van Rossum | Added -b tag option to limit output to a specific branc... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Tony Lownds | Finding a suitable interpreter to spawn needed tweaking... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Guido van Rossum | Whitespace normalization (get rid of tabs). |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Tony Lownds | Mac users now see correct modifiers in the Key Binding... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Tony Lownds | Change key binding to avoid conflict. |
commit | commitdiff | tree | snapshot |
2002-09-28 |
Barry Warsaw | Make the tests pass under Python 2.1 but only by cheati... |
commit | commitdiff | tree | snapshot |
2002-09-28 |
Barry Warsaw | Add a test for SHORTEST encoding of utf-8 headers,... |
commit | commitdiff | tree | snapshot |
2002-09-28 |
Barry Warsaw | Use True/False everywhere, and other code cleanups. |
commit | commitdiff | tree | snapshot |
2002-09-28 |
Barry Warsaw | Code cleanup and add docstrings. |
commit | commitdiff | tree | snapshot |
next |