2011-01-04 |
Victor Stinner | test_httplib: fix a DeprecationWarning, assertEquals... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Victor Stinner | test_array: fix the DeprecationWarning('object.__init__... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Antoine Pitrou | Issue #10333: Remove ancient GC API, which has been... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Victor Stinner | fix test_unittest: ignore DeprecationWarning on assertD... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Antoine Pitrou | Un-complicate some code |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Antoine Pitrou | Add some more output |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Antoine Pitrou | Temporary debug output for intermittent failures in... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Antoine Pitrou | Add a subprocess test of remapping standard file descri... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Gregory P.... | news for 6643 |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Gregory P.... | issue6643 - Two locks held within the threading module... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Antoine Pitrou | Mention --randseed in option list |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Antoine Pitrou | Issue #6293: Have regrtest.py echo back sys.flags.... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Michael Foord | Update description of Tools/unicode |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Antoine Pitrou | Issue #7716: Under Solaris, don't assume existence... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Antoine Pitrou | Issue #10806, issue #9905: Fix subprocess pipes when... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Éric Araujo | Fix test_site for systems without unsetenv. Reported... |
commit | commitdiff | tree | snapshot |
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 |
next |