Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.4.0a1
/
Lib
1f08c77
Bumped version to 3.4.0a1.
by Larry Hastings
· 12 years ago
v3.4.0a1
4e0f663
Updated pydoc topics for Python 3.4.0a1 release.
by Larry Hastings
· 12 years ago
d41102d
Remove debugging print.
by Mark Dickinson
· 12 years ago
fb0ffa1
- Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).
by doko@ubuntu.com
· 12 years ago
1dfb918
- Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).
by doko@ubuntu.com
· 12 years ago
1337130
Merge #18396 from 3.3
by Nick Coghlan
· 12 years ago
60b3ac7
Close #18396: fix spurious test_signal failure on Windows
by Nick Coghlan
· 12 years ago
582583b
Issue #17046: merge from 3.3
by Ned Deily
· 12 years ago
e92dfbf
Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case.
by Ned Deily
· 12 years ago
1d7ec8f
Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event
by Charles-François Natali
· 12 years ago
6ddd265
Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event
by Charles-François Natali
· 12 years ago
284e5ce
Fix the RLIMIT_CORE resource lowering logic in test_subprocess.
by Antoine Pitrou
· 12 years ago
2d350fd
Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, and make it GC-aware.
by Antoine Pitrou
· 12 years ago
7a2572c
test_capi: make a specific test case for the subinterpreter test
by Antoine Pitrou
· 12 years ago
f93c7b8
Remove Lib/site.py hack to unregister patched builtins.
by Antoine Pitrou
· 12 years ago
4ed328c
Add a test for module weakrefability
by Antoine Pitrou
· 12 years ago
b2fcebb
issue9035: Prevent Windows-specific tests from running on non-Windows platforms
by Tim Golden
· 12 years ago
6b52806
Issue #9035: os.path.ismount now recognises volumes mounted below
by Tim Golden
· 12 years ago
536ffe1
#17616: Improve context manager tests, fix bugs in close method and mode docs.
by R David Murray
· 12 years ago
a4617cd
Fix whitespace
by Antoine Pitrou
· 12 years ago
dcedaf6
Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases.
by Antoine Pitrou
· 12 years ago
c91d5ee
#17616: wave.open now supports the 'with' statement.
by R David Murray
· 12 years ago
796564c
Issue #18112: PEP 442 implementation (safe object finalization).
by Antoine Pitrou
· 12 years ago
c5d95b1
Add simple test for repr(lock)
by Christian Heimes
· 12 years ago
8ad91cc
Add simple test for resource.getpagesize()
by Christian Heimes
· 12 years ago
4ebc929
Add simple test for resource.getpagesize()
by Christian Heimes
· 12 years ago
d49a371
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
by Christian Heimes
· 12 years ago
65aa573
Add more tests for hashlib and hash object attributes
by Christian Heimes
· 12 years ago
580373c
Issue #18593: fix typo in comment
by Eli Bendersky
· 12 years ago
25f043b
Issue #18593: fix typo in comment
by Eli Bendersky
· 12 years ago
5bcbdf1
Merge with 3.3
by Terry Jan Reedy
· 12 years ago
4bd3129
Make all idle test case names end with 'Test'.
by Terry Jan Reedy
· 12 years ago
00dc61c
Merge #15415 from 3.3 (again)
by Nick Coghlan
· 12 years ago
c06c0ae
Third attempt to fix #15415 on Windows
by Nick Coghlan
· 12 years ago
4bcb1ec
Merge #15415 Windows buildbot change from 3.3
by Nick Coghlan
· 12 years ago
2f253e8
Attempt to fix #15415 on Windows
by Nick Coghlan
· 12 years ago
7e6cd29
Merge with 3.3
by Terry Jan Reedy
· 12 years ago
015b453
Update gui section of idle test README.
by Terry Jan Reedy
· 12 years ago
a315a97
Merge with 3.3
by Terry Jan Reedy
· 12 years ago
a9d16c8
Issue #18441: Remove check from test_text.py in 3.3,4 (already done in 2.7).
by Terry Jan Reedy
· 12 years ago
cf67b2a
Merge #15415 from 3.3
by Nick Coghlan
· 12 years ago
5517596
Close #15415: Factor out temp dir helpers to test.support
by Nick Coghlan
· 12 years ago
69e3bda
Issue #15494: test.support is now a package rather than a module
by Nick Coghlan
· 12 years ago
fb15aa1
Close #15494: test.support is now a package rather than a module
by Nick Coghlan
· 12 years ago
e8c45d6
Close #13266: Add inspect.unwrap
by Nick Coghlan
· 12 years ago
7757820
Restore the data block size to 62.
by Raymond Hettinger
· 12 years ago
1f1d0a5
Merge with 3.3
by Terry Jan Reedy
· 12 years ago
725d9dd
Issue #18441: Make test.support.requires('gui') skip when it should.
by Terry Jan Reedy
· 12 years ago
290371d
merge 3.3 (#18565)
by Benjamin Peterson
· 12 years ago
d979c72
add a test for issue #17669 (closes #18565)
by Benjamin Peterson
· 12 years ago
b41803e
Close #18545: now only executes member_type if no _value_ is assigned in __new__.
by Ethan Furman
· 12 years ago
4d35e75
#17818: aifc.getparams now returns a namedtuple.
by R David Murray
· 12 years ago
840c310
Fix typo on MutableSequence docstring.
by Guido van Rossum
· 12 years ago
4d0f808
#18503: small cleanups in test_email.
by R David Murray
· 12 years ago
271ade8
#18503: small cleanups in test_email.
by R David Murray
· 12 years ago
99f969e
#14853: merge with 3.3.
by Ezio Melotti
· 12 years ago
b042daa
#14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat.
by Ezio Melotti
· 12 years ago
a3852ff
Add in a comment that was removed in 240adc564539 (requested by Victor Stinner)
by Brian Curtin
· 12 years ago
2a54509
Merge
by Brian Curtin
· 12 years ago
06f6fbf
Fix #18530. Remove extra stat call from posixpath.ismount
by Brian Curtin
· 12 years ago
9068e4d
Issue #17944: test_zipfile now discoverable and uses subclassing to
by Serhiy Storchaka
· 12 years ago
fa6bc29
Issue #17944: test_zipfile now discoverable and uses subclassing to
by Serhiy Storchaka
· 12 years ago
237e8f5
Issue #17532: merge from 3.3
by Ned Deily
· 12 years ago
8e8b9ba
Issue #17532: Prevent exception when changing key sets if Options menu is empty.
by Ned Deily
· 12 years ago
2894073
test_ssl: use a bytestring here
by Antoine Pitrou
· 12 years ago
60a26e0
Issue #9177: Calling read() or write() now raises ValueError, not AttributeError, on a closed SSL socket.
by Antoine Pitrou
· 12 years ago
520ad57
Change _names to _names_ since the latter is reserved for Enum use.
by Ethan Furman
· 12 years ago
2aa2732
Close #18508 -- fix _value2member_map to always have the member's value
by Ethan Furman
· 12 years ago
e410f26
Merge.
by Richard Oudkerk
· 12 years ago
14f5ee0
Prevent dangling threads/process warning for test_multiprocessing.
by Richard Oudkerk
· 12 years ago
9007dd7
Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and removed Deactivate.ps1.
by Vinay Sajip
· 12 years ago
f24bb35
closes issue18042 -- a `unique` decorator is added to enum.py
by Ethan Furman
· 12 years ago
e555314
Issue #18266: test_largefile now works with unittest test discovery and
by Serhiy Storchaka
· 12 years ago
c406a12
Issue #18266: test_largefile now works with unittest test discovery and
by Serhiy Storchaka
· 12 years ago
cb478b7
Issue #17767: test_locale now works with unittest test discovery.
by Serhiy Storchaka
· 12 years ago
880254e
Issue #17767: test_locale now works with unittest test discovery.
by Serhiy Storchaka
· 12 years ago
743e3d5
Merge: Closes #18475: add unittest.main() to test_email/test_inversions.
by R David Murray
· 12 years ago
b5c9dfd
Closes #18475: add unittest.main() to test_email/test_inversions.
by R David Murray
· 12 years ago
a84a7cb
Issue #17778: Fix test discovery for test_multiprocessing. (Patch by
by Richard Oudkerk
· 12 years ago
d15642e
Issue #17778: Fix test discovery for test_multiprocessing. (Patch by
by Richard Oudkerk
· 12 years ago
e6f2175
Also remove a (broken) leaker test for the code removed in issue #18393.
by Ronald Oussoren
· 12 years ago
775b2dd
test_io: check_interrupted_write() now cancels the alarm if ZeroDivisionError
by Victor Stinner
· 12 years ago
4883003
Closes #18464: fix typo in test name.
by R David Murray
· 12 years ago
0fedb37
Issue #18393: Remove use of deprecated API on OSX
by Ronald Oussoren
· 12 years ago
7f93b36
Merge: Closes #18464: fix typo in test name.
by R David Murray
· 12 years ago
24c05bc
Close issue 17482: don't overwrite __wrapped__
by Nick Coghlan
· 12 years ago
468bcaf
merge
by Raymond Hettinger
· 12 years ago
889b92d
Issue #18432: Fix unintended API change in the sched module
by Raymond Hettinger
· 12 years ago
ae13ff1
Merge with 3.3
by Terry Jan Reedy
· 12 years ago
e6a1786
Issue #18365: convert buildbot errors to skips.
by Terry Jan Reedy
· 12 years ago
371f746
Merge with 3.3
by Terry Jan Reedy
· 12 years ago
4f133e2
Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by
by Terry Jan Reedy
· 12 years ago
1424e7d
Merge: #18437: fix comment typo.
by R David Murray
· 12 years ago
037f658
#18437: fix comment typo.
by R David Murray
· 12 years ago
4064b24
Merge with 3.3
by Terry Jan Reedy
· 12 years ago
04ff038
Issue #18365: normalize whitespace
by Terry Jan Reedy
· 12 years ago
0c92553
Merge with 3.3
by Terry Jan Reedy
· 12 years ago
21784da
Issue #18365: Add mock Text class and test thereof versus tk.Text.
by Terry Jan Reedy
· 12 years ago
8c7dde3
Merged upstream changes.
by Vinay Sajip
· 12 years ago
4969d46
Merged upstream changes.
by Vinay Sajip
· 12 years ago
Next »