summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add fast-path in PyUnicode_DecodeCharmap() for pure 8 bit encodings:Victor Stinner2013-04-094-4/+26
* merge headsGiampaolo Rodola'2013-04-092-1/+4
|\
| * #17678: Remove the use of a deprecated method http/cookiejar.py. Changing theSenthil Kumaran2013-04-092-1/+4
| |\
| | * #17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usageSenthil Kumaran2013-04-092-1/+4
| * | null mergeSenthil Kumaran2013-04-090-0/+0
| |\ \ | | |/
| | * #17648 - convert test_urllib2.py doctests to unittestsSenthil Kumaran2013-04-091-210/+186
* | | Do not raise exception on close() on account of socket attribute still being ...Giampaolo Rodola'2013-04-091-5/+6
|/ /
* | #17648 - Clean up test_urllib2.py. Converted doctests to unittest forSenthil Kumaran2013-04-091-215/+185
* | #17657: merge with 3.3.Roger Serwy2013-04-092-6/+4
|\ \ | |/
| * #17657: Show full Tk version in IDLE's about dialog.Roger Serwy2013-04-092-6/+4
* | Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possibleVictor Stinner2013-04-085-5/+30
* | Issue #17615: Add tests comparing Unicode strings of different kindsVictor Stinner2013-04-081-0/+85
* | Issue #17615: Expand expensive PyUnicode_READ() macro in unicode_compare():Victor Stinner2013-04-081-17/+77
* | Close #17666: Fix reading gzip files with an extra field.Serhiy Storchaka2013-04-083-1/+11
|\ \ | |/
| * Close #17666: Fix reading gzip files with an extra field.Serhiy Storchaka2013-04-083-1/+11
* | #17484: Actually add the getpass tests this time.R David Murray2013-04-081-0/+136
* | Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that re...Andrew Svetlov2013-04-081-5/+16
|\ \ | |/
| * Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that re...Andrew Svetlov2013-04-081-0/+3
* | #17484: add tests for getpass.R David Murray2013-04-083-1/+3
* | Close #13126: "Simplify" FASTSEARCH() code to help the compiler to emit moreVictor Stinner2013-04-071-3/+5
* | gibibytes (Arfrever)Antoine Pitrou2013-04-071-1/+1
* | #17613: merge with 3.3.Roger Serwy2013-04-072-0/+6
|\ \ | |/
| * #17613: Prevent traceback when removing syntax colorizer in IDLE.Roger Serwy2013-04-072-0/+6
* | #1207589: merge with 3.3.Roger Serwy2013-04-072-2/+10
|\ \ | |/
| * #1207589: Backwards-compatibility patch for right-click menu in IDLE.Roger Serwy2013-04-072-2/+10
* | Issue #15596: Faster pickling of unicode strings.Antoine Pitrou2013-04-072-35/+71
* | merge headsBenjamin Peterson2013-04-0714-443/+239
|\ \
| * \ Process DEFAULT values in mock side_effect that returns iterator.Andrew Svetlov2013-04-072-0/+6
| |\ \ | | |/
| | * Process DEFAULT values in mock side_effect that returns iterator.Andrew Svetlov2013-04-072-0/+6
| | * Merge headsAndrew Svetlov2013-04-072-202/+204
| | |\
| * | \ Update argparse docs to follow order of ArgumentParser() arguments.Andrew Svetlov2013-04-072-202/+204
| |\ \ \ | | | |/ | | |/|
| | * | Update argparse docs to follow order of ArgumentParser() arguments.Andrew Svetlov2013-04-072-202/+204
| * | | Remove redundant importsRaymond Hettinger2013-04-071-9/+0
| * | | mergeRaymond Hettinger2013-04-071-5/+5
| |\ \ \ | | | |/ | | |/|
| | * | Clean-up lru_cache examples. The print() not is needed. Set maxsize to a po...Raymond Hettinger2013-04-071-5/+5
| * | | #16887: merge with 3.3.Roger Serwy2013-04-072-1/+5
| |\ \ \ | | |/ /
| | * | #16887: IDLE now accepts Cancel in tabify/untabify dialog box.Roger Serwy2013-04-072-1/+5
| * | | Revert a premature patch for issue #14010 (changeset 846bd418aee5).Serhiy Storchaka2013-04-066-224/+14
| |\ \ \ | | |/ /
| | * | Revert a premature patch for issue #14010 (changeset aaaf36026511).Serhiy Storchaka2013-04-066-224/+14
| | * | MergeAntoine Pitrou2013-04-061-6/+9
| | |\ \
| * | \ \ MergeAntoine Pitrou2013-04-061-39/+54
| |\ \ \ \
| * \ \ \ \ Issue #17645: convert an assert() into a proper exception in _Py_Mangle().Antoine Pitrou2013-04-061-2/+5
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Issue #17645: convert an assert() into a proper exception in _Py_Mangle().Antoine Pitrou2013-04-061-2/+5
* | | | | | add Zbigniew Halas to ACKSBenjamin Peterson2013-04-071-0/+1
| |_|/ / / |/| | | |
* | | | | merge 3.3Benjamin Peterson2013-04-061-39/+54
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | move IDLE news to its own sectionBenjamin Peterson2013-04-061-6/+9
| |/ /
* | | Issue #14010: Fix a crash when iterating or deleting deeply nested filtersSerhiy Storchaka2013-04-066-14/+224
|\ \ \ | |/ /
| * | Issue #14010: Fix a crash when iterating or deleting deeply nested filtersSerhiy Storchaka2013-04-066-14/+224
| |/
* | Change wording as Eli Bendersky suggests.Andrew Svetlov2013-04-061-2/+2
|\ \ | |/
| * Change wording as Eli Bendersky suggests.Andrew Svetlov2013-04-061-2/+2