2009-04-08 |
Raymond Hettinger | Minor factoring. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Raymond Hettinger | Add docstrings. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Jack Diederich | - Make timing assertions very generous (a la test_timeo... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Raymond Hettinger | Fix make.bat to match makefile changes |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Jack Diederich | eliminate more race conditions in telnetlib tests |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Vinay Sajip | Issue #5695: Minor tweak to improve the code as suggest... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Benjamin Peterson | revert unrelated change to test_telnetlib |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Benjamin Peterson | fix since difference formating of SyntaxErrors |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Benjamin Peterson | fix syntax tests after formatting change |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Benjamin Peterson | see if this helps the doc builds |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Benjamin Peterson | add create_connection to __all__ #5711 |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Gregory P.... | - Issue #2254: Fix CGIHTTPServer information disclosure... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Jack Diederich | test the telnetlib.Telnet interface more thoroughly |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Gregory P.... | news entry for r71299. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Gregory P.... | Fixes issue5705: os.setuid() and friends did not accept... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Tarek Ziadé | pep8-fied method names |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Tarek Ziadé | Fixed #5095: msi missing from Distutils bdist formats |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Tarek Ziadé | added a simplest test to distutils.spawn._nt_quote_args |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Tarek Ziadé | Fixed #1491431: distutils.filelist.glob_to_re was broke... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Matthias Klose | Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF:... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Matthias Klose | - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | Normalize issue referencing style. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Michael Foord | Adding assertIs and assertIsNot methods to unittest... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | #602893: add indicator for current line in cgitb that... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Tarek Ziadé | Fixed 5694: removed spurious test output in Distutils |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | #5298: clarify docs about GIL by using more consistent... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | #5444: adapt make.bat to new htmlhelp output file name. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | #5432: make plistlib docstring a raw string, since... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | #5471: fix expanduser() for $HOME set to "/". |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | #5370: doc update about unpickling objects with custom... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | Add NEWS entry for r71237. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | #1326077: fix traceback formatting of SyntaxErrors... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Matthias Klose | - Py_DECREF: Add `do { ... } while (0)' to avoid compil... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | #5580: no need to use parentheses when converterr(... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | #5615: make it possible to configure --without-threads... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Vinay Sajip | Issue #5695: Moved logging.captureWarnings() call insid... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | #1726172: dont raise an unexpected IndexError if a... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | #1718017: document the relation of os.path and the... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | Avoid sure signs of a diseased mind. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | Normalize spelling of Mac OS X. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | #1742837: expand HTTP server docs, and fix SocketServer... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Guilherme Polo | Include tkinter.h only after including tk.h (or the... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Michael Foord | Change the way unittest.TestSuite use their tests to... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Benjamin Peterson | compare types with is |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Benjamin Peterson | note how using iter* are unsafe while mutating and... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Martin v. Löwis | Issue #5470: Package zipdir.zip. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Hirokazu Yamamoto | No behavior change. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Benjamin Peterson | revert r71159 since it broke the build |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Matthias Klose | - Py_DECREF: Add `do { ... } while (0)' to avoid compil... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Matthias Klose | - Issue #3845: In PyRun_SimpleFileExFlags avoid invalid... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Georg Brandl | #5601: clarify that webbrowser is not meant for file... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Georg Brandl | #5642: clarify map() compatibility to the builtin. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Raymond Hettinger | Replace the localized min/max calls with normal if... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Kurt B. Kaiser | Allow multiple IDLE GUI/subprocess pairs to exist |
commit | commitdiff | tree | snapshot |
2009-04-04 |
R. David Murray | Fix error in description of 'oct' (issue 5678). |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Raymond Hettinger | Add helpful link. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Vinay Sajip | Clarified warning about logging use from asynchronous... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Andrew M. Kuchling | Fix 'the the' duplication |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Andrew M. Kuchling | Fix 'the the'; grammar fix |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Andrew M. Kuchling | Add some items |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Vinay Sajip | Added warning about logging use from asynchronous signa... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Hirokazu Yamamoto | Fixed compile error on windows. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Raymond Hettinger | Localize the function lookup in timeit. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Raymond Hettinger | Update docs for namedtuple's renaming change. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Raymond Hettinger | Have namedtuple's field renamer assign names that |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Antoine Pitrou | Issue #2396: backport the memoryview object. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Mark Dickinson | sys.long_info attributes should be ints, not longs |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Georg Brandl | PyErr_NormalizeException may not set an error, so conve... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Georg Brandl | Actually the displayhook should print the repr. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
R. David Murray | Add missing iteritems() call to the for loop in mailbox... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Michael Foord | Store the functions in the _type_equality_funcs as... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Jesse Noller | Add custom initializer argument to multiprocess.Manager... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
R. David Murray | Clarify that datetime strftime does not produce leap... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Jesse Noller | Issue 3551: Raise ValueError if the size causes ERROR_N... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Brett Cannon | Fix two issues introduced by issue #71031 by changing... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Michael Foord | Better exception messages for unittest assert methods. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Brett Cannon | PyImport_AppendInittab() took a char * as a first argum... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Senthil Kumaran | Fixing the issue4860. Escaping embedded '"' character... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Benjamin Peterson | fix error handling |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Georg Brandl | In PyErr_GivenExceptionMatches, temporarily bump the... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Kurt B. Kaiser | Remove port spec from run.py and fix bug where |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Jesse Noller | Issue 3110: Additional protection for SEM_VALUE_MAX... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Georg Brandl | Fix test_doctest, missed two assignments to curframe. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Benjamin Peterson | handle SEEK_ constants in test_io |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Benjamin Peterson | this should be :noindex: |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Benjamin Peterson | fix markup |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Jesse Noller | issue5545: Switch to Autoconf for multiprocessing;... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Georg Brandl | Cache the f_locals dict of the current frame, since... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Benjamin Peterson | remove double underscores |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Brett Cannon | Add my initials to Misc/developers.txt. Names are now... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Georg Brandl | In Pdb, stop assigning values to __builtin__._ which... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
R. David Murray | Add tests checking the CSV module's ability to handle |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Benjamin Peterson | add seek constants to __all__ |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Georg Brandl | Revert accidental checkin. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Georg Brandl | Add NEWS item. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Georg Brandl | #4572: add SEEK_* values as constants in io.py. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Raymond Hettinger | Add link to an alternative generator with a long-period. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Senthil Kumaran | Fix for issue5040. Adding test for Content-Length |
commit | commitdiff | tree | snapshot |
next |