Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e5192cdbb91ab7c081cd321178dacd2a22f10019
e5192cd
Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). Thanks Vajrasky Kok.
by Mark Dickinson
· 12 years ago
fb29a16
Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok.
by Mark Dickinson
· 12 years ago
f3e4b62
Issue #18659: Backed out changeset cfd875bcbe41 after buildbot failures.
by Mark Dickinson
· 12 years ago
a9e626f
Issue #18659: fix test_format test that wasn't being executed. Thanks Vajrasky Kok for the patch.
by Mark Dickinson
· 12 years ago
2833f42
#18657: remove duplicate entries from Misc/ACKS.
by R David Murray
· 12 years ago
d7bd7a5
Silence compiler warnings for strict function prototype declarations.
by Raymond Hettinger
· 12 years ago
95f34ab
Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
by Terry Jan Reedy
· 12 years ago
c86d7e9
Silence compiler warning for an unused declaration
by Raymond Hettinger
· 12 years ago
e56666d
Silence compiler warning about an uninitialized variable
by Raymond Hettinger
· 12 years ago
b2aa6f4
Issue 18532: Added tests and documentation to formally specify the .name attribute on hashlib objects.
by Jason R. Coombs
· 12 years ago
21e9ac7
Merge: #18657: remove duplicate entries from Misc/ACKS.
by R David Murray
· 12 years ago
28dc9b9
merge
by Raymond Hettinger
· 12 years ago
ec53111
Merge with 3.3
by Terry Jan Reedy
· 12 years ago
44473f2
Merge.
by Alexander Belopolsky
· 12 years ago
df7027b
Reuse us_per_second in delta_total_seconds.
by Alexander Belopolsky
· 12 years ago
b3325a1
merge
by Raymond Hettinger
· 12 years ago
0d4f94a
Merge.
by Alexander Belopolsky
· 12 years ago
790d269
Fixes #8860: Round half-microseconds to even in the timedelta constructor.
by Alexander Belopolsky
· 12 years ago
5ed1b38
merge
by Raymond Hettinger
· 12 years ago
5e5a823
Close #18635: Move class level private attribute from instance to class.
by Ethan Furman
· 12 years ago
af760db
Null merge.
by Charles-François Natali
· 12 years ago
8580dab
Hum, VMS code is still present
by Victor Stinner
· 12 years ago
f3fd13b
Complete What's New in Python 3.4
by Victor Stinner
· 12 years ago
b90f417
Merging the 3.4.0a1 head.
by Larry Hastings
· 12 years ago
a3c6a1f
Cycled Misc/NEWS for alpha 2, touched patchlevel.
by Larry Hastings
· 12 years ago
c4216ab
Issue #17902: Clarify doc of ElementTree.iterparse and IncrementalParser
by Eli Bendersky
· 12 years ago
ca97fd3
Issue #17902: Clarify doc of ElementTree.iterparse
by Eli Bendersky
· 12 years ago
b9b6ce6
Merge fix for Issue #17011 from 3.3
by Eli Bendersky
· 12 years ago
2acc525
Issue #17011: Fix caching of xpath path when namespaces are present.
by Eli Bendersky
· 12 years ago
739e750
Issue #16741: Remove testing of implementation artifact.
by Serhiy Storchaka
· 12 years ago
3ceaff0
Issue #16741: Remove testing of implementation artifact.
by Serhiy Storchaka
· 12 years ago
3efad82
Issue #18647: Temporary disable the "nothing to repeat" check to make buildbots happy.
by Serhiy Storchaka
· 12 years ago
5e376a7
Issue #18647: Temporary disable the "nothing to repeat" check to make buildbots happy.
by Serhiy Storchaka
· 12 years ago
436151e
Merge from v3.4.0a1 head.
by Larry Hastings
· 12 years ago
70a892b
Added tag v3.4.0a1 for changeset 46535f65e7f3
by Larry Hastings
· 12 years ago
1f08c77
Bumped version to 3.4.0a1.
by Larry Hastings
· 12 years ago
4e0f663
Updated pydoc topics for Python 3.4.0a1 release.
by Larry Hastings
· 12 years ago
7e53793
Null merge
by Serhiy Storchaka
· 12 years ago
616c441
Merge heads
by Serhiy Storchaka
· 12 years ago
3610286
Merge heads
by Serhiy Storchaka
· 12 years ago
579ddc2
Issue #16741: Fix an error reporting in int().
by Serhiy Storchaka
· 12 years ago
d87c3d3
Issue #16067: Merge with 3.3
by Martin v. Löwis
· 12 years ago
78fa5e3
Issue #16067: Add description into MSI file to replace installer's temporary name.
by Martin v. Löwis
· 12 years ago
f6d0aee
Issue #16741: Fix an error reporting in int().
by Serhiy Storchaka
· 12 years ago
e633bed
Merge heads
by Serhiy Storchaka
· 12 years ago
b94f61b
Issue #17998: Fix an internal error in regular expression engine.
by Serhiy Storchaka
· 12 years ago
1f35ae0
Issue #17998: Fix an internal error in regular expression engine.
by Serhiy Storchaka
· 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
02515f7
Minor consistency fixes for some longobject.c exception messages:
by Mark Dickinson
· 12 years ago
d36fc43
Fix minor documentation markup error.
by Larry Hastings
· 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
95db2e7
Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deallocating a Tkapp object.
by Antoine Pitrou
· 12 years ago
865d12a
Fix warning: ‘ptr2’ may be used uninitialized in this function
by Christian Heimes
· 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
b467d15
Issue #18517: merge from 3.3
by Ned Deily
· 12 years ago
cd3d8fb
Issue #18517: Move definition of "xxlimited" extension to detect_modules().
by Ned Deily
· 12 years ago
970a87f
Closes #18627: merge from 3.3
by Ned Deily
· 12 years ago
bd143c3
Issue #18627: Fix typo noticed by Vajrasky Kok.
by Ned Deily
· 12 years ago
ffb3289
Issue #17557: merge from 3.3
by Ned Deily
· 12 years ago
b5dd6d2
Issue #17557: Fix os.getgroups() to work with the modified behavior of
by Ned Deily
· 12 years ago
2e3e593
Issue #17899: Fix rare file descriptor leak in os.listdir().
by Larry Hastings
· 12 years ago
4dbc95e
Issue #17899: Fix rare file descriptor leak in os.listdir().
by Larry Hastings
· 12 years ago
ffff763
Issue #18519: Fix test_sqlite on old versions of libsqlite3
by Victor Stinner
· 12 years ago
044c516
Issue #18609, #18408: _ctypes_add_traceback() now clears the current exception
by Victor Stinner
· 12 years ago
362532b
Fix OS X installer build script to handle the pretty-printed _sysconfigdata.py
by Ned Deily
· 12 years ago
284e5ce
Fix the RLIMIT_CORE resource lowering logic in test_subprocess.
by Antoine Pitrou
· 12 years ago
84f31a5
Issue #10241: Clear extension module dict copies at interpreter shutdown.
by Antoine Pitrou
· 12 years ago
a68cbfa
Issue #18589: fix hyperlinking of type slots (tp_*)
by Antoine Pitrou
· 12 years ago
39668f5
Issue #18589: fix hyperlinking of type slots (tp_*)
by Antoine Pitrou
· 12 years ago
932ff83
Issue #18608: Avoid keeping a strong reference to the locale module inside the _io module.
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
5284f80
Issue #18569: The installer now adds .py to the PATHEXT variable
by Martin v. Löwis
· 12 years ago
85a4847
Add UUID for 3.4.
by Martin v. Löwis
· 12 years ago
0df35b0
- Issue #18257: Fix readlink usage in python-config. Install the python
by doko@ubuntu.com
· 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
abe639f
Initialize utime with 0. It fixes a couple of compiler warnung:
by Christian Heimes
· 12 years ago
b3c8724
Initialize utime with 0. It fixes a couple of compiler warnung:
by Christian Heimes
· 12 years ago
6b6a5ab
merge
by Christian Heimes
· 12 years ago
294b93d
merge
by Christian Heimes
· 12 years ago
1289565
Silence warning about set but unused variable inside compile_atom() in non-debug builds
by Christian Heimes
· 12 years ago
5e4d372
Silence warning about set but unused variable inside compile_atom() in non-debug builds
by Christian Heimes
· 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
c27cd71
Merge
by Antoine Pitrou
· 12 years ago
5c30a75
Issue #15699: The readline module now uses PEP 3121-style module initialization, so as to reclaim allocated resources (Python callbacks) at shutdown.
by Antoine Pitrou
· 12 years ago
c91d5ee
#17616: wave.open now supports the 'with' statement.
by R David Murray
· 12 years ago
0ce642e
yet another WITH_THREADS typo
by Christian Heimes
· 12 years ago
7cd97fc
merge
by Christian Heimes
· 12 years ago
6ffa5ce
Fix _sha3 module to actually release the GIL around its update function.
by Christian Heimes
· 12 years ago
Next »