Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #17643: Add __callback__ attribute to weakref.ref. | Mark Dickinson | 2013-04-13 | 4 | -3/+44 |
| | |||||
* | Issue #16447: Merge fix from 3.3. | Mark Dickinson | 2013-04-13 | 3 | -1/+21 |
|\ | |||||
| * | Issue #16447: Fix potential segfault when setting __name__ on a class. | Mark Dickinson | 2013-04-13 | 3 | -1/+21 |
| | | |||||
* | | Fix whitespaces | Andrew Svetlov | 2013-04-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix whitespaces | Andrew Svetlov | 2013-04-12 | 1 | -1/+1 |
| | | |||||
* | | Issue #13355: Raise ValueError on random.triangular call with invalid params. | Andrew Svetlov | 2013-04-12 | 4 | -2/+42 |
|\ \ | |/ | | | | | Initial patch by Yuriy Senko. | ||||
| * | Issue #13355: Raise ValueError on random.triangular call with invalid params. | Andrew Svetlov | 2013-04-12 | 4 | -1/+45 |
| | | | | | | | | Initial patch by Yuriy Senko. | ||||
* | | Issue #16658: add missing return to HTTPConnection.send(). | Andrew Svetlov | 2013-04-12 | 3 | -1/+25 |
|\ \ | |/ | | | | | Patch by Jeff Knupp | ||||
| * | Issue #16658: add missing return to HTTPConnection.send(). | Andrew Svetlov | 2013-04-12 | 3 | -1/+25 |
| | | | | | | | | Patch by Jeff Knupp | ||||
* | | attempt to fix bb failure as per http://bugs.python.org/issue17675#msg186595 | Giampaolo Rodola' | 2013-04-12 | 1 | -1/+1 |
| | | |||||
* | | #17653: merge with 3.3. | Ezio Melotti | 2013-04-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe. | Ezio Melotti | 2013-04-12 | 1 | -1/+1 |
| | | |||||
* | | Closed #9556: Allowed specifying a time-of-day for a ↵ | Vinay Sajip | 2013-04-12 | 4 | -8/+73 |
| | | | | | | | | TimedRotatingFileHandler to rotate. | ||||
* | | Null merge. | Ezio Melotti | 2013-04-12 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Merge heads. | Ezio Melotti | 2013-04-12 | 1 | -1/+1 |
| |\ | |||||
* | \ | Merge heads. | Ezio Melotti | 2013-04-12 | 3 | -379/+406 |
|\ \ \ | |||||
| * \ \ | #6696: merge with 3.3. | Ezio Melotti | 2013-04-12 | 3 | -379/+406 |
| |\ \ \ | | |/ / | |||||
| | * | | #6696: add documentation for the Profile objects, and improve ↵ | Ezio Melotti | 2013-04-12 | 3 | -379/+406 |
| | | | | | | | | | | | | | | | | profile/cProfile docs. Patch by Tom Pinckney. | ||||
* | | | | #17688: fix declaration for richcmp example in the docs. | Andrew Svetlov | 2013-04-12 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | Thanks to Daniel Mullner | ||||
| * | | #17688: fix declaration for richcmp example in the docs. | Andrew Svetlov | 2013-04-12 | 1 | -1/+1 |
| |/ | | | | | | | Thanks to Daniel Mullner | ||||
* | | #17692: merge with 3.3. | Ezio Melotti | 2013-04-12 | 2 | -4/+8 |
|\ \ | |/ | |||||
| * | #17692: test_sqlite now works with unittest test discovery. Patch by ↵ | Ezio Melotti | 2013-04-12 | 2 | -4/+8 |
| | | | | | | | | Zachary Ware. | ||||
* | | #17585: merge with 3.3. | Roger Serwy | 2013-04-12 | 3 | -6/+6 |
|\ \ | |/ | |||||
| * | #17585: Fixed IDLE regression. Now closes when using exit() or quit(). | Roger Serwy | 2013-04-12 | 3 | -6/+6 |
| | | |||||
* | | #17699: Fix the new getpass test failures on windows. | R David Murray | 2013-04-11 | 1 | -12/+25 |
| | | | | | | | | Patch by Zachary Ware. | ||||
* | | Issue #13056: Reenable test_multibytecodec.Test_StreamWriter tests | Victor Stinner | 2013-04-11 | 1 | -51/+22 |
| | | |||||
* | | Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead of | Victor Stinner | 2013-04-11 | 15 | -440/+401 |
| | | | | | | | | | | | | the legacy Py_UNICODE API. Add also a new _PyUnicodeWriter_WriteChar() function. | ||||
* | | python-gdb.py: Replace invalid Unicode character with U+FFFD to be able to | Victor Stinner | 2013-04-11 | 1 | -1/+3 |
| | | | | | | | | | | | | display invalid strings. Such strings can be found while Python is creating a new string, in a text decoder for example, when Python is compiled in debug mode. | ||||
* | | Fix supernumerary 's' in sys._debugmallocstats() output. | Antoine Pitrou | 2013-04-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix supernumerary 's' in sys._debugmallocstats() output. | Antoine Pitrou | 2013-04-11 | 1 | -1/+1 |
| | | |||||
* | | Fix a crash when setting a servername callback on a SSL server socket and ↵ | Antoine Pitrou | 2013-04-11 | 4 | -13/+30 |
| | | | | | | | | | | | | | | the client doesn't send a server name. Patch by Kazuhiro Yoshida. (originally issue #8109) | ||||
* | | #17690: merge with 3.3. | Ezio Melotti | 2013-04-11 | 2 | -15/+7 |
|\ \ | |/ | |||||
| * | #17690: test_time now works with unittest test discovery. Patch by Zachary ↵ | Ezio Melotti | 2013-04-11 | 2 | -15/+7 |
| | | | | | | | | Ware. | ||||
* | | Fix invalid markup. | Georg Brandl | 2013-04-11 | 1 | -2/+2 |
| | | |||||
* | | Merge #14971: Use class method name, not function.__name__, during unittest ↵ | R David Murray | 2013-04-11 | 3 | -1/+20 |
|\ \ | |/ | | | | | discovery. | ||||
| * | #14971: Use class method name, not function.__name__, during unittest discovery. | R David Murray | 2013-04-11 | 3 | -1/+20 |
| | | |||||
* | | null merge | Senthil Kumaran | 2013-04-11 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | normalize whitespace | Senthil Kumaran | 2013-04-11 | 1 | -2/+2 |
| | | |||||
* | | normalize whitespace. caught by hook | Senthil Kumaran | 2013-04-11 | 1 | -2/+2 |
| | | |||||
* | | merge from 3.3 | Senthil Kumaran | 2013-04-11 | 1 | -18/+58 |
|\ \ | |/ | | | | | | | #5609 - test_urllib coverage for url2pathname and pathname2url. Patch contribution by Thomas Fenzl & Maksim Kozyarchuk | ||||
| * | #5609 - test_urllib coverage for url2pathname and pathname2url. Patch | Senthil Kumaran | 2013-04-11 | 1 | -17/+56 |
| | | | | | | | | contribution by Thomas Fenzl & Maksim Kozyarchuk | ||||
* | | merge 3.3 (#17669) | Benjamin Peterson | 2013-04-10 | 2 | -1/+3 |
|\ \ | |/ | |||||
| * | don't run frame if it has no stack (closes #17669) | Benjamin Peterson | 2013-04-10 | 2 | -1/+3 |
| | | |||||
* | | Merge heads. | Ezio Melotti | 2013-04-10 | 4 | -0/+109 |
|\ \ | |||||
| * \ | #12820: merge with 3.3. | Ezio Melotti | 2013-04-10 | 4 | -0/+109 |
| |\ \ | | |/ | |||||
| | * | #12820: add tests for the xml.dom.minicompat module. Patch by John Chandler ↵ | Ezio Melotti | 2013-04-10 | 4 | -0/+109 |
| | | | | | | | | | | | | and Phil Connell. | ||||
* | | | #17487: wave.getparams now returns a namedtuple. | R David Murray | 2013-04-10 | 5 | -8/+38 |
|/ / | | | | | | | Patch by Claudiu Popa. | ||||
* | | #17635: merge with 3.3. | Ezio Melotti | 2013-04-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #17635: fix wrong function name in multiprocessing docs. | Ezio Melotti | 2013-04-10 | 1 | -1/+1 |
| | | |||||
* | | Fix issue #17675: make socket repr() provide local and remote addresses (if ↵ | Giampaolo Rodola' | 2013-04-10 | 3 | -9/+40 |
| | | | | | | | | any). |