2004-08-25 |
Andrew M. Kuchling | Add various items |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Martin v. Löwis | Patch #970015: Replace - by _ in version and release. |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Martin v. Löwis | Patch #970019: Include version and release in the Build... |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Martin v. Löwis | Patch #736857, #736859: Add -e option to build_scripts. |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Martin v. Löwis | Patch #798244: More urllib2 examples. |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Martin v. Löwis | Patch #1014992: Never return more than a line from... |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Martin v. Löwis | Patch #1015021: Stop claiming that coerce can return... |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Martin v. Löwis | Back out 1.289, which breaks platforms needing addrinfo... |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Raymond Hettinger | Simplify chains of conditional jumps. |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Barry Warsaw | Ah whoops, we didn't turn string into a package (thanks... |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Barry Warsaw | PEP 292 classes Template and SafeTemplate are added... |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Tim Peters | Stop producing or using OverflowWarning. PEP 237 thoug... |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Neal Norwitz | SF #1015517, get readline to compile with older compilers |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Mark Hammond | Fix for [ 1010677 ] thread Module Breaks PyGILState_Ens... |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Skip Montanaro | Keep option parser from gobbling up the filename to... |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Vinay Sajip | Fixed bug in DatagramHandler.send() |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Raymond Hettinger | Incorporate review comments courtesy of Neal Norwitz: |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Raymond Hettinger | SF Patch #1013667: Cleanup Peepholer Output |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Raymond Hettinger | Add Nick Coghlan for his patch solving an issue with... |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Raymond Hettinger | SF Patch #1007087: Return new string for single subcla... |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Tim Peters | The attempt to shut up deprecation warnings for doctest... |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Tim Peters | test_DocTestFinder(): This test failed when test_docte... |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Tim Peters | Moved some test cases from doctest to test_doctest. |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Tim Peters | Misc cleanups. |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Tim Peters | debug_script(): I changed this in haste before to... |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Martin v. Löwis | Patch #1014237: Consistently return booleans throughout. |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Dave Cole | Updated the socketpair() docstring and documentation... |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Dave Cole | Removed unnecessary calls to signal() to ignore SIGPIPE... |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Tim Peters | Removed redundant versionadded{} for NDIFF_DIFF. Virtu... |
commit | commitdiff | tree | snapshot |
2004-08-22 |
Neal Norwitz | Add version info |
commit | commitdiff | tree | snapshot |
2004-08-22 |
Martin v. Löwis | Flush bz2 data even if nothing had been written so... |
commit | commitdiff | tree | snapshot |
2004-08-22 |
Martin v. Löwis | Fix repr for negative imaginary part. Fixes #1013908. |
commit | commitdiff | tree | snapshot |
2004-08-22 |
Tim Peters | Start deferring to the LaTeX docs for details. I'd... |
commit | commitdiff | tree | snapshot |
2004-08-22 |
Tim Peters | Added NDIFF_DIFF option. |
commit | commitdiff | tree | snapshot |
2004-08-22 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-08-22 |
Tim Peters | Type in docstring. |
commit | commitdiff | tree | snapshot |
2004-08-22 |
Tim Peters | _parse_example(): Simplified new code to preserve... |
commit | commitdiff | tree | snapshot |
2004-08-22 |
Martin v. Löwis | Add acknowledgements to ExitDialog. |
commit | commitdiff | tree | snapshot |
2004-08-22 |
Martin v. Löwis | Patch #997284: Allow pydoc to work with XP Themes ... |
commit | commitdiff | tree | snapshot |
2004-08-22 |
Martin v. Löwis | Patch #1009389: Make __credits__ a Unicode object. |
commit | commitdiff | tree | snapshot |
2004-08-22 |
Martin v. Löwis | Replace yield with sequence class. Fixes #1009803. |
commit | commitdiff | tree | snapshot |
2004-08-22 |
Raymond Hettinger | SF bug #1013760: Error in Chapter 4 of Tutorial |
commit | commitdiff | tree | snapshot |
2004-08-22 |
Jim Fulton | Bugs fixed: |
commit | commitdiff | tree | snapshot |
2004-08-22 |
Martin v. Löwis | Move msi from sandbox to Tools. |
commit | commitdiff | tree | snapshot |
2004-08-22 |
Kurt B. Kaiser | 1. If user passes a non-existant filename on the comman... |
commit | commitdiff | tree | snapshot |
2004-08-22 |
Tim Peters | _ellipsis_match(): Removed special-casing of "...... |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Neal Norwitz | sf #1009373, #1005936. fix underscores in index entries... |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Johannes Gijsbers | Patch #880621: the last message of a Babyl mailbox... |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Johannes Gijsbers | Patch #1011123: Use urllib.quote() instead of cgi.escap... |
commit | commitdiff | tree | snapshot |
2004-08-21 |
Tim Peters | Patch 1012740: cStringIO's truncate doesn't |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Neal Norwitz | Fix grammar, spotted by Hye-Shik Chang |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Johannes Gijsbers | Correct argument specifications of load_compiled and... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Johannes Gijsbers | Quote # as \# to make lib compile again. |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Martin v. Löwis | Bump minimum Python version to 2.1. Fixes #1009803. |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Martin v. Löwis | Replace tricky and/or with straight-forward if:else: |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Martin v. Löwis | Fail fatally if strdup fails. |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Martin v. Löwis | Remove debug print. |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Tim Peters | Stab at SF 1010777: test_queue fails occasionally |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Tim Peters | Semantic-neutral format and comment changes. |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Neal Norwitz | Try to improve grammar and use versionadded |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Tim Peters | Gave _ellipsis_match() an attractive new leading unders... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Neal Norwitz | Fix markup. versionchanged automatically adds a period... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Raymond Hettinger | Establish policies with respect to 2.3 compatibilty... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Raymond Hettinger | SF bug #1012315: weakref.WeakValueDictionary should... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Edward Loper | Got rid of nooutput() (was used by DocTestCase.debug()) |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Edward Loper | Updated __all__ to include every non-underscored class... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Hye-Shik Chang | Bug #1005737, #1007249: Fix several build problems... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Hye-Shik Chang | Bug #1005737, #1007249: Fix several build problems... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Tim Peters | Now that they've settled down, document doctest directives. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Johannes Gijsbers | Port test_zipfile to unittest (patch #736962). |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Tim Peters | ellipsis_match(): Changed treatment of start- and... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Martin v. Löwis | Patch #900727: Add Py_InitializeEx to allow embedding... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Martin v. Löwis | Patch #1011822: Display errno/strerror for inaccessible... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Tim Peters | Replaced the ELLIPSIS implementation with a worst-case... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Tim Peters | ELLIPSIS implementation: an ellipsis couldn't match... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Brett Cannon | Rewrite test_order so as to be more "proper". Original... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Fred Drake | fix SF bug #1008690: Incorrect <link rel="index"> href... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Matthias Klose | Remove commented definition of the MKHOWTO macro. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Matthias Klose | Remove zero-byte gif files from generated html docs |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Martin v. Löwis | Expand tabs. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Hye-Shik Chang | Add support for FreeBSD 6. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Martin v. Löwis | Patch #995126: Correct directory size, and generate... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Martin v. Löwis | Patch #914291: Restore locale while readline is running. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Martin v. Löwis | Patch #1011144: Correct regex for coding decls. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Martin v. Löwis | Patch #980082: Missing INCREF in PyType_Ready. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Martin v. Löwis | Patch #800236: add HTTPResponse.getheaders(). |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Johannes Gijsbers | Patch #1006219: let inspect.getsource show '@' decorato... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Martin v. Löwis | Patch #791776: Replace SMTPHandler.date_time with email... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Martin v. Löwis | Patch #764217: Add nametofont function, exists parameter. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Raymond Hettinger | Move the bytecode optimizer upstream so that its result... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Raymond Hettinger | Various alpha 3 updates. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Raymond Hettinger | Deprecate sys.exitfunc in favor of the atexit module. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Michael W.... | This is Mark Russell's patch: |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Edward Loper | Fixed bug in line-number finding for examples (DocTestP... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Raymond Hettinger | There are no longer any special case test skips. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Raymond Hettinger | Remove test of obsolete trim() operation which was... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Johannes Gijsbers | Use readline/raw_input() in pydoc.Helper.interact if... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Thomas Heller | The get_installer_filename() method forgot to return... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Raymond Hettinger | SF bug #833957: Ctrl+key combos stop working in IDLE |
commit | commitdiff | tree | snapshot |
next |