summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir"Larry Hastings2012-06-235-51/+96
* Errors in "client" methods in test_socket were ignored because of a bogus exc...Antoine Pitrou2012-06-231-1/+2
* Issue #13590: Improve support for OS X Xcode 4:Ned Deily2012-06-235-172/+493
* small refactor and PEP8 line width/docstringPhilip Jenvey2012-06-231-9/+13
* Try to fix crash on x86 OpenIndiana buildbot.Antoine Pitrou2012-06-231-1/+2
* Replace assert() with a more informative fatal error.Antoine Pitrou2012-06-231-1/+6
* MergeAntoine Pitrou2012-06-231-1/+1
|\
| * Issue #15102: find python.exe in OutDir, not SolutionDir.Martin v. Löwis2012-06-231-1/+1
* | MergeAntoine Pitrou2012-06-235-2/+21
|\ \ | |/
| * Issue #11626: Add _SizeT functions to stable ABI.Martin v. Löwis2012-06-235-2/+21
* | Use struct member (ht_type) instead of casting pointers.Antoine Pitrou2012-06-231-12/+12
|/
* Fix whitespace.Martin v. Löwis2012-06-231-1/+1
* Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber.Martin v. Löwis2012-06-236-4/+96
* Lower test-skipping threshold in test_reprlibAntoine Pitrou2012-06-231-1/+1
* Issue #14923: Optimize continuation-byte check in UTF-8 decoding. Patch by S...Mark Dickinson2012-06-231-6/+10
* Issue #15102: Fix paths in external-amd64.bat.Stefan Krah2012-06-231-5/+5
* Add MSVC-related entries to .hgignoreAntoine Pitrou2012-06-231-0/+4
* Avoid depending on directory iteration order in test_shutilAntoine Pitrou2012-06-231-6/+5
* Add debug output to test_shutilAntoine Pitrou2012-06-231-0/+2
* Proper cleanup in test_shutil, even in case of error.Antoine Pitrou2012-06-231-8/+6
* Issue #15102: Use HOST_PYTHON only if it is set.Martin v. Löwis2012-06-231-2/+2
* #4489: Fix usage of fd-based functions to new api introduced earlier todayHynek Schlawack2012-06-233-17/+44
* Issue #15150: regenerate python3stub.def.Martin v. Löwis2012-06-232-1/+3
* Merge with 3.2Martin v. Löwis2012-06-231-2/+2
|\
| * The build target of this makefile is python3.dll, not python32.dll.Martin v. Löwis2012-06-231-2/+2
* | Issue #15102: Allow platform-specific settings for the current projectStefan Krah2012-06-231-2/+2
* | Properly test the various builtins lookup cases in inspect.getclosurevarsNick Coghlan2012-06-231-0/+24
* | Fix typo in Misc/NEWSHynek Schlawack2012-06-231-1/+1
* | #4489: Add a shutil.rmtree that isn't suspectible to symlink attacksHynek Schlawack2012-06-234-43/+150
* | Use non-deprecated speling.Antoine Pitrou2012-06-231-44/+44
* | Properly cleanup pep3147 modules in test_importAntoine Pitrou2012-06-231-4/+4
* | Try to further debug occasional buildbot failureAntoine Pitrou2012-06-231-0/+6
* | On behalf of Nadeem Vawda: issue #10376: micro-optimize reading from a Zipfile.Antoine Pitrou2012-06-231-8/+10
* | #15114: the strict mode of HTMLParser and the HTMLParseError exception are de...Ezio Melotti2012-06-234-18/+35
* | Issue #15142: Fix reference leak when deallocating instances of types created...Antoine Pitrou2012-06-232-0/+9
|\ \ | |/
| * Issue #15142: Fix reference leak when deallocating instances of types created...Antoine Pitrou2012-06-232-0/+9
* | Remove outdated statementAntoine Pitrou2012-06-231-7/+1
* | Fix test_re failure under Windows.Antoine Pitrou2012-06-231-5/+1
* | Issue #3665: \u and \U escapes are now supported in unicode regular expressions.Antoine Pitrou2012-06-234-34/+144
* | Issue #12965: Merge from 3.2.Mark Dickinson2012-06-231-22/+39
|\ \ | |/
| * Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah.Mark Dickinson2012-06-231-22/+39
* | Try to fix shutil.which() tests on Windows by fixing a typo introduced in 27f...Georg Brandl2012-06-231-1/+1
* | Issue #12965: Merge from 3.2.Mark Dickinson2012-06-231-18/+23
|\ \ | |/
| * Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify...Mark Dickinson2012-06-231-18/+23
* | Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing o...Nick Coghlan2012-06-235-0/+98
* | Issue #12965: Merge from 3.2Mark Dickinson2012-06-231-13/+16
|\ \ | |/
| * Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify tha...Mark Dickinson2012-06-231-13/+16
* | Close #13062: Add inspect.getclosurevars to simplify testing stateful closuresNick Coghlan2012-06-235-2/+184
* | mergeMark Dickinson2012-06-231-2/+2
|\ \
| * \ Remove useless test (flowinfo is unsigned).Charles-François Natali2012-06-231-2/+2
| |\ \ | | |/