summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Strengthen the tests for format '%Y', in relation with issue #13305.Florent Xicluna2011-11-012-16/+62
* merge with 3.2Sandro Tosi2011-11-011-2/+2
|\
| * correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from d...Sandro Tosi2011-11-011-2/+2
* | Issue #13304: Skip test case if user site-packages disabled (-s orNed Deily2011-10-312-1/+6
|\ \ | |/
| * Issue #13304: Skip test case if user site-packages disabled (-s orNed Deily2011-10-313-1/+7
* | Fix regression due to changeset 2096158376e5 (issue #13305).Florent Xicluna2011-10-311-6/+21
* | Issue #13303: Fix a race condition in the bytecode file creation.Charles-François Natali2011-10-312-45/+12
* | Issue #12797: Added custom opener parameter to builtin open() and FileIO.open().Ross Lagerwall2011-10-317-22/+89
* | merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ContentT...Senthil Kumaran2011-10-313-29/+87
|\ \ | |/
| * Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortErrorSenthil Kumaran2011-10-313-29/+87
* | merge with 3.2Sandro Tosi2011-10-311-2/+2
|\ \ | |/
| * use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang ...Sandro Tosi2011-10-311-2/+2
* | merge with 3.2Sandro Tosi2011-10-311-2/+1
|\ \ | |/
| * remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@Sandro Tosi2011-10-311-2/+1
* | MERGE: Closes #13283: removal of two unused variable in locale.pyJesus Cea2011-10-311-2/+0
|\ \ | |/
| * Closes #13283: removal of two unused variable in locale.pyJesus Cea2011-10-311-2/+0
* | Issue #13226: Update sys.setdlopenflags() docstringVictor Stinner2011-10-311-3/+1
* | test_asyncore: Enable tests of Unix domain sockets with poll().Charles-François Natali2011-10-311-2/+9
* | merge with 3.2Sandro Tosi2011-10-311-1/+2
|\ \ | |/
| * document turtle done() function; thanks to Csaba Szepesvari from docs@Sandro Tosi2011-10-311-1/+2
* | Drop unused variable.Martin v. Löwis2011-10-311-1/+0
* | Fix typo.Martin v. Löwis2011-10-311-3/+2
* | Drop Py_UCS4_ functions. Closes #13246.Martin v. Löwis2011-10-313-138/+90
* | Replace Py_UCS4_ API with Unicode API.Martin v. Löwis2011-10-311-130/+90
* | Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.Ned Deily2011-10-312-0/+5
|\ \ | |/
| * Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.Ned Deily2011-10-312-0/+5
* | merge with 3.2Sandro Tosi2011-10-311-1/+1
|\ \ | |/
| * caught is the right pp of catch; thanks to Don Bennett from docs@Sandro Tosi2011-10-311-1/+1
* | Let's assume that the datetime module is always available.Florent Xicluna2011-10-301-23/+10
* | Port import_module_level to Unicode API.Martin v. Löwis2011-10-301-103/+61
* | MergeRaymond Hettinger2011-10-302-10/+19
|\ \ | |/
| * Improve itertools docs with clearer examples of pure python equivalent code.Raymond Hettinger2011-10-302-10/+19
* | MergeRaymond Hettinger2011-10-301-0/+4
|\ \ | |/
| * Issue 13274: Make the pure python code for heapq more closely match the C im...Raymond Hettinger2011-10-301-0/+4
| * Merge headsFlorent Xicluna2011-10-304-43/+71
| |\
* | | Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the sta...Florent Xicluna2011-10-303-5/+14
* | | Merge headsFlorent Xicluna2011-10-301-0/+3
|\ \ \
| * \ \ Add Misc/NEWS entry for issue #10519Petri Lehtinen2011-10-301-0/+3
| |\ \ \ | | |/ /
| | * | Add Misc/NEWS entry for issue #10519Petri Lehtinen2011-10-301-0/+3
* | | | Merge 3.2Florent Xicluna2011-10-304-43/+72
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #13293: Better error message when trying to marshal bytes using xmlrpc....Florent Xicluna2011-10-302-9/+4
| * | Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes ...Florent Xicluna2011-10-303-21/+11
| * | Closes #13291: NameError in xmlrpc package.Florent Xicluna2011-10-304-13/+56
| |/
* | merge 3.2Benjamin Peterson2011-10-301-1/+1
|\ \ | |/
| * remove unused variableBenjamin Peterson2011-10-301-1/+1
* | Issue #10363: Deallocate global locks in Py_Finalize().Antoine Pitrou2011-10-303-10/+23
|\ \ | |/
| * Issue #10363: Deallocate global locks in Py_Finalize().Antoine Pitrou2011-10-303-10/+23
* | Fix the return value of set_discard (issue #10519)Petri Lehtinen2011-10-301-2/+3
|\ \ | |/
| * Fix the return value of set_discard (issue #10519)Petri Lehtinen2011-10-301-2/+3
* | Avoid unnecessary recursive function calls (#closes #10519)Petri Lehtinen2011-10-301-2/+2
|\ \ | |/