2004-10-08 |
Raymond Hettinger | SF patch #1041364: True/False instead of 1/0 in libstdt... |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Johannes Gijsbers | Rewrite rmtree using os.walk to fix bug #1025127: |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Michael W.... | This is Michiel de Hoon's patch, as attached to the... |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Andrew M. Kuchling | Add helpful comment |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Andrew M. Kuchling | Take out Guido's name and put in the PSF |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Andrew M. Kuchling | Update two URLs |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Andrew M. Kuchling | Add -m to man page |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Raymond Hettinger | SF patch #1035498: -m option to run a module as a... |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Raymond Hettinger | Finalize the freelist of list objects. |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Brett Cannon | Fix bug introduced by the previous patch by changing... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Raymond Hettinger | Armin's patch to prevent overflows. |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Brett Cannon | Convert a listcomp to a gencomp (was already editing... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Brett Cannon | Locale data that contains regex metacharacters are... |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Andrew M. Kuchling | Add some items |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Tim Peters | The docs claimed a test would pass that actually wouldn... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Brett Cannon | Fix a small typo in the docstring for system_methodSign... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Vinay Sajip | Changes made to maintain 1.5.2 compatibility. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Vinay Sajip | Version number updated to 0.4.9.5 |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Vinay Sajip | Clarified documentation about exc_info keyword parameter |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Tim Peters | Read the text files to be compared in universal-newline... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Just van Rossum | added plistlib news item |
commit | commitdiff | tree | snapshot |
2004-10-03 |
David Goodger | SF bug #997050: Document, test, & check for non-string... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
David Goodger | SF bug #1017864: ConfigParser now correctly handles... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Michael W.... | typo |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Martin v. Löwis | Print verbose messages to stderr. Fixes #1036752. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Andrew MacIntyre | remove rotor module |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Andrew MacIntyre | note module removals, update on BitTorrent issue |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Andrew MacIntyre | bring modules up to date, correct .DEF file version |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Barry Warsaw | Fix test for FeedParser results. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Barry Warsaw | Blarg, fix the versions. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Barry Warsaw | Updates for distutils package. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Barry Warsaw | Add documentation about as_string() mangling From_... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Barry Warsaw | as_string(): Indicate that this mangles From_ lines. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Barry Warsaw | Big email 3.0 API changes, with updated unit tests... |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Just van Rossum | removed 2.2 support |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Just van Rossum | use new readPlist() and writePlist() functions |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Armin Rigo | Upon insertion, if memory runs out, the deque was left... |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Raymond Hettinger | SF bug#1038917 fix typos (Contributed by George Yoshida.) |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Raymond Hettinger | Replace structure member before decreffing. |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Just van Rossum | Which reminds me, I've had a much improved plistlib... |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Raymond Hettinger | * Bulletproof the method for detecting mutations during... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Raymond Hettinger | Restore the block length and add a comment. |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Raymond Hettinger | Clarify the relationship between indices. |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Raymond Hettinger | * Elaborate on the invariant comments and make them... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tim Peters | Noted the fix to deque gc. |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tim Peters | deque_traverse(): If the deque had one block, and... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tim Peters | Typos in new comments. |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tim Peters | Document some reverse-engineered invariants and pragmat... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Greg Ward | Get references working (except for references to "Exten... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tim Peters | Definition consistency. |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Raymond Hettinger | Add tests for syntax errors. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Edward Loper | Added 2 notes about the complexities of testing SyntaxE... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Raymond Hettinger | Expand scope to include general mapping protocol tests. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Walter Dörwald | Add missing test_dict.py from patch #736962. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Raymond Hettinger | Improve test coverage. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Raymond Hettinger | SF bug #1035279: hex() and oct() documentation is... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Raymond Hettinger | Improve error message for augmented assignments to... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Raymond Hettinger | Fix two erroneous error messages. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Nicholas Bastin | Fix typo in PyDict_Items doc |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Raymond Hettinger | Improve test coverage. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Raymond Hettinger | Improve test coverage. |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Skip Montanaro | minor doc tweaks for writexml |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Skip Montanaro | typo |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Raymond Hettinger | Replaced a test with an assertion. |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Tim Peters | A number of list examples used 66.6, but I doubt there... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Edward Loper | Reverted the addition of a NORMALIZE_NUMBERS option... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Raymond Hettinger | * Increase test coverage. |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Edward Loper | Added a new NORMALIZE_NUMBERS option, which causes... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Brett Cannon | Add note about inclusion of DarwinPorts directories... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Brett Cannon | Add the directories where DarwinPorts installs library... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Edward Loper | Fixed minor typo in interactive example (extra '.'s... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Edward Loper | Fixed minor typo in interactive example (extra blank... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Raymond Hettinger | SF bug #1033038: Misleading error message in random... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Edward Loper | Fixed minor typo in interactive example |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Edward Loper | Fixed minor typo in interactive example (backslash... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Edward Loper | Updated interactive examples in the "Examples" session... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Raymond Hettinger | Silence a compiler warning by supplying the correct... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Raymond Hettinger | Use Py_CLEAR(). Add unrelated test. |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Greg Ward | Major overhaul to reflect Optik 1.5. Section reference... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Raymond Hettinger | Plug a leak and beef-up test coverage. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Raymond Hettinger | Rename test for comparision errors. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Raymond Hettinger | Beef-up tests for greater coverage and refcount checking. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Armin Rigo | Patch #1009075, bug #952953: allow execve with empty... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Armin Rigo | Patch #1011240: SystemError generated by struct.pack... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Armin Rigo | Trivial bug fix: deque == [] is not a good way to... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Raymond Hettinger | Use floor division operator. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Raymond Hettinger | Use floor division operator. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Edward Loper | - Added a "parser" option to testfile() and DocFileTest(). |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Edward Loper | - Added a "parser" option to testfile() and DocFileTest(). |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Edward Loper | - Fixed typo in multi-line exception example |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Give a saner example for script_from_examples(); also... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Made most module references "clickable". |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Docs for run_docstring_examples(). |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Raymond Hettinger | Checkin Tim's fix to an error discussed on python-dev. |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Raymond Hettinger | Make the regex pattern easier to read, understand,... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Martin v. Löwis | Replace -soname with -h for Solaris compatibility.... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Updated doctest doc news. |
commit | commitdiff | tree | snapshot |
next |