2011-01-03 |
Michael Foord | Enable unittest.TestCase to be instantiated without... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Victor Stinner | test_subprocess: close pipes at the end of test_pipe_cl... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Victor Stinner | pydoc: close the DocServer when done |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Victor Stinner | Issue #10816: multiprocessing.SocketClient() closes... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Michael Foord | Issue 10502: addition of unittestgui to Tools/ |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Victor Stinner | test_socket: use context managers to close directly... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Victor Stinner | test_xmlrpc: close the transport when done |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Victor Stinner | test_tkinter: use a context manager to close directly... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Victor Stinner | test_timeout: move testRecvfromTimeout() to a UDP-speci... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Victor Stinner | test_sockserver: close servers when done |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Michael Foord | Issue 10786: unittest documentation update. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Senthil Kumaran | Reverting the mistaken commit r87677. Checked in py3rsa... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Senthil Kumaran | py3k implmentation of RSA algorithm, |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Brian Quinlan | Removes the 'Call' class which is used to control execu... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Raymond Hettinger | Supply a reduce method for pickling. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Raymond Hettinger | Make C helper function more closely match the pure... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Martin v. Löwis | Skip hanging test. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Amaury Forgeot... | #8278: In the Windows implementation of stat() and... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Martin v. Löwis | Issue #10798: Reject supporting concurrent.futures... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Georg Brandl | #8013 follow-up: |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Alexander Belopolsky | Issue #8013: Fixed test |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Antoine Pitrou | Some nits. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Antoine Pitrou | Add a shutdown() call in the server example. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Antoine Pitrou | Clarify behaviour of close() and shutdown() on sockets. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Gregory P.... | issue10802: fallback to pipe+fcntl when the pipe2 sysca... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Alexander Belopolsky | Issue #8013: Fixed time.asctime segfault when OS's... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Antoine Pitrou | Fix bad quoting in r87639. Caught by Arfrever. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Victor Stinner | Issue #10807: Remove base64, bz2, hex, quopri, rot13... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Antoine Pitrou | Issue #10475: Don't hardcode compilers for LDSHARED... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Georg Brandl | Fix code indentation. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Antoine Pitrou | Relax test condition a lot |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Georg Brandl | #1665333: add more docs for optparse.OptionGroup. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Raymond Hettinger | Fix doctest to not rely on order of dictionary entries. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Raymond Hettinger | Fix OrderedDic.pop() to work for subclasses that define... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Raymond Hettinger | Make it easier to extend OrderedDict without breaking it. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Gregory P.... | post release bump |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Benjamin Peterson | update copyright to 2011 |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Georg Brandl | #10801: do not actually extract, just open() the files... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Georg Brandl | #10801: In zipfile, support different encodings for... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Georg Brandl | Fix issue references. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Terry Reedy | Issue 6285: add NEWS entry for 3.2. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Terry Reedy | Issue 6285: catch missing IDLE help file. |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Raymond Hettinger | Typo. |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Raymond Hettinger | Fix OrderedDict.setdefault() to work for subclasses... |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Georg Brandl | Happy New Year! (CET edition) |
commit | commitdiff | tree | snapshot |
2010-12-31 |
R. David Murray | #9361: add some tests for calendar.leapdays |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Vinay Sajip | Issue #10788: Changed test_logging setUp logic to provi... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Georg Brandl | Update README, remove empty directory. |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Georg Brandl | Add the missing __main__.py in the turtledemo package... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Georg Brandl | Remove mentions of the Demo directory. |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Georg Brandl | Harmonize docstrings. Move redemo from Tools/scripts... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Georg Brandl | Remove the actual Demo dir. |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Georg Brandl | More cleanup: Move some demos into a dedicated Tools... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Michael Foord | Issue 10786: unittest.TextTestRunner default stream... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Georg Brandl | Fix NameErrors. |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Georg Brandl | Clean up tools: remove "world" and "framer", move singl... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Georg Brandl | Remove some of the old demos. (Put a few somewhere... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Martin v. Löwis | Build and install libpython3.so. |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Martin v. Löwis | Issue #10542: Document that identifiers use XID_Start... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Senthil Kumaran | Fix Issue10793 - hashlib documentation issue on return... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
R. David Murray | Fix same typo in docs. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Terry Reedy | Minor clarification |
commit | commitdiff | tree | snapshot |
2010-12-29 |
R. David Murray | Fix a comment typo and update another comment to match... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Senthil Kumaran | Fix Issue 10753 - Don't quote ;=, in the PATH_INFO... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Victor Stinner | Issue #10783: rephrase the changelog (new try) |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Brian Curtin | Close stdout, clear ResourceWarning |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Brian Curtin | Fix #9333 on Windows XP, where os.symlink is not a... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Victor Stinner | Rephrase PyUnicode_CompareWithASCIIString() documentation |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Victor Stinner | Issue #10783: rephrase the changelog (NEWS, What's... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Victor Stinner | Don't ignore pgen error (on "make Parser/pgen.stamp") |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Victor Stinner | Compile pgenmain.c and printgrammar.c with PGEN defined |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Brian Quinlan | Does not install a logging handler. Fixes issue 10626. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Terry Reedy | Issue 10738: Fix webbrowser.Opera.raise_opts value. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
R. David Murray | #9824: encode , and ; in cookie values so that browsers... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | Add sys.flags.quiet attribute for the new -q option... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Brian Curtin | This file was obsolted by a number of adjustments to... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Brian Curtin | Minor doc update for #9333. Took out the phrasing about... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Senthil Kumaran | Fix Issue10759 - html.parser.unescape() fails on HTML... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Brian Curtin | Fix #9333. The symlink function is always available... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Victor Stinner | Issue #10783: Fix test_sys, pack('c', ' ') => pack... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Victor Stinner | Issue #10783: struct.pack() doesn't encode implicitly... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | #10609: fix non-working dbm example. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | #10739: document that on Windows, socket.makefile(... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | Rewrap. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | Remove history; adapt a bit more to reST, since this... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | #10781: clarify that *encoding* is not a parameter... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | #10742: document readonly attribute of memoryviews. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | #10767: update README in crashers; not all may have... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Victor Stinner | Issue #9738: Fix typo, ASCII-encoding string => ASCII... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | Add news entry and clarify another. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | #10768: fix ScrolledText widget construction, and make... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | #10777: fix iteration over dict keys while mutating... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | #10679: install idle, pydoc, 2to3 scripts with X.Y... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | Fix advice: call PyType_Ready to fill in ob_type of... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | Remove confusing paragraph -- this is relevant only... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Georg Brandl | Replace sys.maxint mention by sys.maxsize. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Victor Stinner | Issue #10780: Remove commas at the end of the argument... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Victor Stinner | Issue #8966: Remove the documentation of ctypes.set_con... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Victor Stinner | Issue #10780: PyErr_SetFromWindowsErrWithFilename(... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Victor Stinner | Issue #10778: decoding_fgets() decodes the filename... |
commit | commitdiff | tree | snapshot |
next |