92890 Commits (f2c1aa1661edb3e14ff8b7b9995f93e303c8acbb)
 

Author SHA1 Message Date
Victor Stinner f2c1aa1661 Add ast.Constant 11 years ago
Raymond Hettinger 0dceb91866 Tests versus zero are more compact than tests versus -1. 11 years ago
Raymond Hettinger 1ce6885f8a Fix compiler warning about obviously unreachable code. 11 years ago
Raymond Hettinger 306d6b1ea6 Convert another post-decrement while-loop to pre-decrement for consistency 11 years ago
Raymond Hettinger 165eee214b Convert two other post-decrement while-loops to pre-decrements for consistency 11 years ago
Raymond Hettinger d84ec225bd Miscellaneous refactorings 11 years ago
Victor Stinner 1aa78938b0 Issue #26146: marshal.loads() now uses the empty frozenset singleton 11 years ago
Victor Stinner 5ebe2c89fe Cleanup test_dict 11 years ago
Victor Stinner 843a1fb1e7 test_gc: remove unused imports 11 years ago
Brett Cannon 9fa812668f Issue #18018: Raise an ImportError if a relative import is attempted 11 years ago
Brett Cannon 4b18dd339a Issue #25234: Skip test_eintr.test_open() under OS X to avoid hanging 11 years ago
Brett Cannon b0db3718d4 whitespace cleanup 11 years ago
Brett Cannon 849113af6b Issue #25791: Warn when __package__ != __spec__.parent. 11 years ago
Brett Cannon 52c854a838 Merge from 3.5 11 years ago
Brett Cannon 3bf1d87bbd Fix a typo in a code example 11 years ago
Victor Stinner bf980797af Merge 3.5 (i18n doc, issue #25907) 11 years ago
Victor Stinner 875f29aa69 doc: i18n HTML templates 11 years ago
Victor Stinner fd9ccaea03 Null merge 3.5 (change already applied to default) 11 years ago
Victor Stinner 5a701f0304 Issue #25876: Fix also test_set() of test_gdb when -E command line is used 11 years ago
Victor Stinner 22756f18bc Issue #25876: test_gdb: use subprocess._args_from_interpreter_flags() to test 11 years ago
Victor Stinner b02ef715a3 Use Py_uintptr_t for atomic pointers 11 years ago
Victor Stinner 3cdd5fb970 code_richcompare() now uses the constants types 11 years ago
Victor Stinner efb2413ce8 code_richcompare() now uses the constants types 11 years ago
Victor Stinner e3560a7dc9 site: error on sitecustomize import error 11 years ago
Benjamin Peterson ae8c078dbb merge 3.5 11 years ago
Benjamin Peterson d52513cb22 merge 3.4 11 years ago
Benjamin Peterson b1db758061 reject negative data_size 11 years ago
Senthil Kumaran cbde4a6924 merge from 3.5 11 years ago
Senthil Kumaran e5c05cc8c0 minor clarification on Zipfile 'x' mode - exclusive creation of a file. 11 years ago
Donald Stufft a7baa106cd Merge update to pip 11 years ago
Donald Stufft 38150e0d85 Merge update to pip 11 years ago
Donald Stufft 5d0124623c Upgrade pip to 8.0.2 11 years ago
Berker Peksag 2e15d60b83 Issue #18620: Improve Pool examples in multiprocessing documentation 11 years ago
Berker Peksag 7405c16533 Issue #18620: Improve Pool examples in multiprocessing documentation 11 years ago
Senthil Kumaran dce4ae8ffe merge from 3.5 11 years ago
Senthil Kumaran 1538b3d3df issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and 11 years ago
Victor Stinner 9f78939552 Issue #26107: Fix typo in Objects/lnotab_notes.txt 11 years ago
Victor Stinner 875dde4387 Merge 3.5 (doc) 11 years ago
Victor Stinner d99cd333fe Issue #26106: doc: Move text of licenses to parsed literal block 11 years ago
Benjamin Peterson 2b0b5ac5a0 merge 3.5 (#26171) 11 years ago
Benjamin Peterson 47b8ba22e3 merge 3.4 (#26171) 11 years ago
Benjamin Peterson c4032da201 prevent buffer overflow in get_data (closes #26171) 11 years ago
Benjamin Peterson ba77788bba merge 3.5 11 years ago
Benjamin Peterson d4d7737c3f merge 3.4 11 years ago
Benjamin Peterson ef9cf08352 fix refleak in error condition 11 years ago
Benjamin Peterson e45abae08f merge 3.5 (#26172) 11 years ago
Benjamin Peterson b57eaeadff merge 3.4 (#26172) 11 years ago
Benjamin Peterson c836f717cd remove script from epub (closes #26172) 11 years ago
Victor Stinner c3ea8d2268 Merge 3.5 (issue #24520) 11 years ago
Victor Stinner 7172f507e1 Replace fpgetmask() with fedisableexcept() 11 years ago